✗ CI.checkpatch: warning for mtd: add driver for Intel discrete graphics (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 17 15:48:27 UTC 2025
== Series Details ==
Series: mtd: add driver for Intel discrete graphics (rev7)
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 5371f1bf6171149469d0002c42a8a493ba7a6aa7
Author: Reuven Abliyev <reuven.abliyev at intel.com>
Date: Tue Jun 17 17:51:58 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 bd41471dab0093a7057a9a9888337d916145bbb1 drm-intel
4169fe56b46d 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
4d02fbe96e9b mtd: intel-dg: implement region enumeration
fc4b2e6b2b8e mtd: intel-dg: implement access functions
2b5d76634fc1 mtd: intel-dg: register with mtd
7111a18ee86b mtd: intel-dg: align 64bit read and write
851c5a5feaf4 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
5406f164a6ed drm/xe/nvm: add support for access mode
5371f1bf6171 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