✗ CI.checkpatch: warning for mtd: add driver for Intel discrete graphics (rev6)

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 17 14:06:17 UTC 2025


== Series Details ==

Series: mtd: add driver for Intel discrete graphics (rev6)
URL   : https://patchwork.freedesktop.org/series/147661/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit af4cfe21fc7dce70a0ef7063182547feb14b8403
Author: Reuven Abliyev <reuven.abliyev at intel.com>
Date:   Tue Jun 17 16:45:32 2025 +0300

    drm/xe/nvm: add support for non-posted erase
    
    Erase command is slow on discrete graphics storage
    and may overshot PCI completion timeout.
    BMG introduces the ability to have non-posted erase.
    Add driver support for non-posted erase with polling
    for erase completion.
    
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Acked-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Reuven Abliyev <reuven.abliyev at intel.com>
    Signed-off-by: Alexander Usyskin <alexander.usyskin at intel.com>
+ /mt/dim checkpatch 95f0ac069cc2eee10b5d5e0ba67502ccea089de8 drm-intel
f501030f343f mtd: add driver for intel graphics non-volatile memory device
-:70: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#70: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 201 lines checked
9e98da39e0e1 mtd: intel-dg: implement region enumeration
a53cbddb6c1e mtd: intel-dg: implement access functions
7128920c3ae8 mtd: intel-dg: register with mtd
306969a15f97 mtd: intel-dg: align 64bit read and write
d96344031a76 drm/i915/nvm: add nvm device for discrete graphics
-:97: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#97: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 169 lines checked
d7e85619086a drm/i915/nvm: add support for access mode
762b18656207 drm/xe/nvm: add on-die non-volatile memory device
-:88: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#88: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 218 lines checked
bb394b2c52b9 drm/xe/nvm: add support for access mode
af4cfe21fc7d drm/xe/nvm: add support for non-posted erase
-:126: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see function description of msleep().
#126: FILE: drivers/mtd/devices/mtd_intel_dg.c:398:
+				msleep(10);

total: 0 errors, 1 warnings, 0 checks, 151 lines checked




More information about the Intel-xe mailing list