✗ CI.checkpatch: warning for mtd: add driver for Intel discrete graphics (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 24 17:52:56 UTC 2025
== Series Details ==
Series: mtd: add driver for Intel discrete graphics (rev2)
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 1be8150b080b51a2ae3c731f56a8cf400925e7a4
Author: Reuven Abliyev <reuven.abliyev at intel.com>
Date: Thu Apr 24 16:25:36 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 6176f71822602f52bc4327965090275c5570ed0d drm-intel
9868ab101a5d mtd: core: always create master device
3f906f751f37 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
895118fd05cd mtd: intel-dg: implement region enumeration
81d8c954dc68 mtd: intel-dg: implement access functions
f3117e5d6a36 mtd: intel-dg: register with mtd
7923307064e8 mtd: intel-dg: align 64bit read and write
70cec8e48a48 mtd: intel-dg: wake card on operations
bccb87d3baf8 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
eb7fb860f443 drm/i915/nvm: add support for access mode
ab2781b43716 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
8c46d887a2cd drm/xe/nvm: add support for access mode
1be8150b080b 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:393:
+ msleep(10);
total: 0 errors, 1 warnings, 0 checks, 150 lines checked
More information about the Intel-xe
mailing list