✗ CI.checkpatch: warning for mtd: add driver for Intel discrete graphics (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 27 02:07:18 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 5a4988f1963c571892ff2a6f52ba6efbd917a97c
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 3e019cc3eaffcb7022b9de66871eabdefd6e06ff drm-intel
d89d5d4e02c7 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, 200 lines checked
237a539ef410 mtd: intel-dg: implement region enumeration
a11ae64dba58 mtd: intel-dg: implement access functions
0449596e015f mtd: intel-dg: register with mtd
4222b7c412c0 mtd: intel-dg: align 64bit read and write
56607920bfdc 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
108e1881ac47 drm/i915/nvm: add support for access mode
6ef0e21f056c 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
c3e6a68b016e drm/xe/nvm: add support for access mode
5a4988f1963c 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