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

Patchwork patchwork at emeril.freedesktop.org
Thu May 15 13:57:07 UTC 2025


== Series Details ==

Series: mtd: add driver for Intel discrete graphics (rev3)
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9328f30c471247ed87dc99019b0573d552225646
Author: Reuven Abliyev <reuven.abliyev at intel.com>
Date:   Thu May 15 16:33:45 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 76f8a5c7f0061924fc911a16ea33cb61d6ce88cb drm-intel
62e4b6969808 mtd: add driver for intel graphics non-volatile memory device
-:69: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#69: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 200 lines checked
c0848526332e mtd: intel-dg: implement region enumeration
c8b680b6e9dc mtd: intel-dg: implement access functions
e6f748220cd7 mtd: intel-dg: register with mtd
2eb0d57294e1 mtd: intel-dg: align 64bit read and write
406146043936 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, 163 lines checked
f8a553ca8616 drm/i915/nvm: add support for access mode
13f7b8067a40 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, 212 lines checked
8d5e736ee4a5 drm/xe/nvm: add support for access mode
9328f30c4712 drm/xe/nvm: add support for non-posted erase
-:124: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see function description of msleep().
#124: FILE: drivers/mtd/devices/mtd_intel_dg.c:398:
+				msleep(10);

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




More information about the Intel-xe mailing list