✗ CI.checkpatch: warning for mtd: add driver for Intel discrete graphics (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 3 12:01:32 UTC 2025
== Series Details ==
Series: mtd: add driver for Intel discrete graphics (rev5)
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 3993b163bcdd44ef8e5e53e2bfc198040d1e1233
Author: Reuven Abliyev <reuven.abliyev at intel.com>
Date: Tue Jun 3 14:39:53 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 bea2a0d35dc29d6ae8a4e44506af9b563f012211 drm-intel
ef76def2a2d2 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
f9ba87d50f7c mtd: intel-dg: implement region enumeration
d229f8491502 mtd: intel-dg: implement access functions
847cca1c01ca mtd: intel-dg: register with mtd
fac3e2fc4176 mtd: intel-dg: align 64bit read and write
c5e363a87f19 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
472b8177b18c drm/i915/nvm: add support for access mode
9771664d2aaa 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
836ab8d4e0ca drm/xe/nvm: add support for access mode
3993b163bcdd 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