== Series Details == Series: GSC support for XeHP SDV and DG2 platforms (rev3) URL : https://patchwork.freedesktop.org/series/102339/ State : warning == Summary == Error: dim checkpatch failed 7345b6d5fb21 HAX: drm/i915: force INTEL_MEI_GSC on for CI 4785ff3d2d94 drm/i915/gsc: skip irq initialization if using polling 8072311356c0 drm/i915/gsc: add slow_fw flag to the mei auxiliary device 7759a820a5cd drm/i915/gsc: add slow_fw flag to the gsc device definition b6e86073b6ac drm/i915/gsc: add GSC XeHP SDV platform definition 3767e326f1b4 mei: gsc: use polling instead of interrupts ea6a7017d6c4 mei: gsc: wait for reset thread on stop 90b3dd6fa905 mei: extend timeouts on slow devices. 49a776e97dd0 mei: bus: export common mkhi definitions into a separate header Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in <module> from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:78: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #78: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 101 lines checked bdfa61ef3285 mei: mkhi: add memory ready command -:46: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #46: FILE: drivers/misc/mei/mkhi.h:54: + uint32_t flags; total: 0 errors, 0 warnings, 1 checks, 29 lines checked 539e465942e6 mei: gsc: setup gsc extended operational memory -:51: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'cldev->bus->pxp_mode != MEI_DEV_PXP_INIT' #51: FILE: drivers/misc/mei/bus-fixup.c:257: + if (!cldev->bus->fw_f_fw_ver_supported && + (cldev->bus->pxp_mode != MEI_DEV_PXP_INIT)) total: 0 errors, 0 warnings, 1 checks, 224 lines checked 8095bf923900 mei: gsc: add transition to PXP mode in resume flow 9d43ddaa46ee mei: debugfs: add pxp mode to devstate in debugfs -:19: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #19: FILE: drivers/misc/mei/debugfs.c:91: +#define MEI_PXP_MODE(state) case MEI_DEV_PXP_##state: return #state total: 1 errors, 0 warnings, 0 checks, 29 lines checked 9f3f139a1dd2 drm/i915/gsc: allocate extended operational memory in LMEM -:109: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #109: FILE: drivers/gpu/drm/i915/gt/intel_gsc.c:152: +static void gsc_destroy_one(struct drm_i915_private *i915, + struct intel_gsc *gsc, unsigned int intf_id) total: 0 errors, 0 warnings, 1 checks, 181 lines checked