✗ Fi.CI.CHECKPATCH: warning for mtd: add driver for Intel discrete graphics (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Wed Mar 26 16:09:41 UTC 2025
== Series Details ==
Series: mtd: add driver for Intel discrete graphics (rev7)
URL : https://patchwork.freedesktop.org/series/140306/
State : warning
== Summary ==
Error: dim checkpatch failed
5a696b562b94 mtd: core: always create master device
a547710a3913 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
f7c8c021e9e2 mtd: intel-dg: implement region enumeration
9e11cadfdcce mtd: intel-dg: implement access functions
f391936fe856 mtd: intel-dg: register with mtd
21605f9128be mtd: intel-dg: align 64bit read and write
9de54cc563a7 mtd: intel-dg: wake card on operations
23d50cc07f68 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
7133bd3a2ce8 drm/i915/nvm: add support for access mode
26d059f7594e 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
3f719027642f drm/xe/nvm: add support for access mode
b01595c0824d 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-gfx
mailing list