== Series Details == Series: GSC support for XeHP SDV and DG2 platforms (rev5) URL : https://patchwork.freedesktop.org/series/102339/ State : warning == Summary == Error: dim checkpatch failed 063c66ed39c4 drm/i915/gsc: skip irq initialization if using polling e199641a3bfd drm/i915/gsc: add slow_fw flag to the mei auxiliary device 3a3aef152444 drm/i915/gsc: add slow_fw flag to the gsc device definition 7183775ef399 drm/i915/gsc: add GSC XeHP SDV platform definition ec13d3de378a mei: gsc: use polling instead of interrupts 7223884a32f3 mei: gsc: wait for reset thread on stop 6cf3605aef85 mei: extend timeouts on slow devices. 56873de7e258 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' -:79: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #79: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 101 lines checked 6787036d81c1 mei: mkhi: add memory ready command -:47: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #47: FILE: drivers/misc/mei/mkhi.h:54: + uint32_t flags; total: 0 errors, 0 warnings, 1 checks, 29 lines checked 9517951c0ed6 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 ce035839905a mei: gsc: add transition to PXP mode in resume flow b9184715fcd5 mei: debugfs: add pxp mode to devstate in debugfs -:26: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #26: 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 0e4a7f81c549 drm/i915/gsc: allocate extended operational memory in LMEM -:110: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #110: 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 ba0c192cac32 HAX: drm/i915: force INTEL_MEI_GSC on for CI