✗ CI.checkpatch: warning for spi: add driver for Intel discrete graphics (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 25 15:02:58 UTC 2024


== Series Details ==

Series: spi: add driver for Intel discrete graphics (rev2)
URL   : https://patchwork.freedesktop.org/series/136430/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d15ef6659b2f10205e554fdf7885ed52543e8757
Author: Alexander Usyskin <alexander.usyskin at intel.com>
Date:   Thu Jul 25 16:56:57 2024 +0300

    drm/xe/spi: add support for access mode
    
    Check SPI access mode from GSC FW status registers
    and overwrite access status read from SPI descriptor, if needed.
    
    Signed-off-by: Alexander Usyskin <alexander.usyskin at intel.com>
+ /mt/dim checkpatch 9f8e597a1c39d7e316f9479e6f627c15dbc58e1d drm-intel
8112488b445c spi: add driver for intel graphics on-die spi device
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:67: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#67: 
new file mode 100644

-:111: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#111: FILE: drivers/spi/spi-intel-dg.c:40:
+static int intel_dg_spi_probe(struct auxiliary_device *aux_dev,
+			  const struct auxiliary_device_id *aux_dev_id)

total: 0 errors, 1 warnings, 1 checks, 206 lines checked
a0b7a5d31a92 spi: intel-dg: implement region enumeration
1eec70b3720c spi: intel-dg: implement spi access functions
-:89: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#89: FILE: drivers/spi/spi-intel-dg.c:189:
+static ssize_t spi_rewrite_partial(struct intel_dg_spi *spi, loff_t to,
+			       loff_t offset, size_t len, const u32 *newdata)

total: 0 errors, 0 warnings, 1 checks, 224 lines checked
813e70e7916c spi: intel-dg: spi register with mtd
-:103: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#103: FILE: drivers/spi/spi-intel-dg.c:478:
+static int intel_dg_spi_init_mtd(struct intel_dg_spi *spi, struct device *device,
+			     unsigned int nparts, bool writeable_override)

total: 0 errors, 0 warnings, 1 checks, 156 lines checked
c65c098fac1f spi: intel-dg: implement mtd access handlers
b8e447202650 spi: intel-dg: align 64bit read and write
afa986c50574 spi: intel-dg: wake card on operations
226717355407 drm/i915/spi: add spi device for discrete graphics
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:95: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#95: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 136 lines checked
e49728dbd966 drm/i915/spi: add intel_spi_region map
d6828367028f drm/i915/spi: add support for access mode
d62472669a20 drm/xe/spi: add on-die spi device
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:137: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#137: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 183 lines checked
d15ef6659b2f drm/xe/spi: add support for access mode
-:23: CHECK:LINE_SPACING: Please don't use multiple blank lines
#23: FILE: drivers/gpu/drm/xe/regs/xe_gsc_regs.h:23:
+
+

total: 0 errors, 0 warnings, 1 checks, 78 lines checked




More information about the Intel-xe mailing list