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

Patchwork patchwork at emeril.freedesktop.org
Mon Apr 14 10:24:54 UTC 2025


== Series Details ==

Series: mtd: add driver for Intel discrete graphics
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
13a92ce9fd458ebd6064f23cec8c39c53d02ed26
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 61112f8736c8930a513b9fb764ee943de34876bc
Author: Abliyev, Reuven <reuven.abliyev at intel.com>
Date:   Mon Apr 14 12:38:03 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.
    
    Signed-off-by: Abliyev, Reuven <reuven.abliyev at intel.com>
    Signed-off-by: Alexander Usyskin <alexander.usyskin at intel.com>
+ /mt/dim checkpatch 8d0b26a073a34e4eeef766fb53b62e7ec19f9456 drm-intel
4810fb10baee mtd: core: always create master device
105e83f5a855 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, 202 lines checked
6c795c501f69 mtd: intel-dg: implement region enumeration
d3301496e859 mtd: intel-dg: implement access functions
ba1d3bcd96c3 mtd: intel-dg: register with mtd
53b3108f409d mtd: intel-dg: align 64bit read and write
89571575cb28 mtd: intel-dg: wake card on operations
eb8e9ef73d97 drm/i915/nvm: add nvm device for discrete graphics
-:96: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#96: 
new file mode 100644

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

total: 0 errors, 1 warnings, 0 checks, 212 lines checked
a4f87830dfb2 drm/xe/nvm: add support for access mode
61112f8736c8 drm/xe/nvm: add support for non-posted erase
-:121: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#121: FILE: drivers/mtd/devices/mtd_intel_dg.c:392:
+			while (!(reg & NVM_NON_POSTED_ERASE_DONE) &&
+				++iter < NVM_NON_POSTED_ERASE_DONE_ITER) {

-:122: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see function description of msleep().
#122: FILE: drivers/mtd/devices/mtd_intel_dg.c:393:
+				msleep(10);

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




More information about the Intel-xe mailing list