== Series Details ==

Series: drm/i915/dsi: Control panel and backlight enable GPIOs from VBT (rev2)
URL   : https://patchwork.freedesktop.org/series/70945/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
ba8ffd907d53 pinctrl: Allow modules to use pinctrl_[un]register_mappings
-:71: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#71: FILE: drivers/pinctrl/core.c:1387:
+                             unsigned num_maps)

-:175: CHECK:AVOID_EXTERNS: extern prototypes should be avoided in .h files
#175: FILE: include/linux/pinctrl/machine.h:156:
+extern void pinctrl_unregister_mappings(const struct pinctrl_map *map);

total: 0 errors, 1 warnings, 1 checks, 120 lines checked
72d92aa99f18 drm/i915/dsi: Move poking of panel-enable GPIO to intel_dsi_vbt.c
df7d57216ef5 drm/i915/dsi: Init panel-enable GPIO to low when the LCD is 
initially off (v2)
5fb03807948e drm/i915/dsi: Move Crystal Cove PMIC panel GPIO lookup from mfd to 
the i915 driver
3fdf2fe66bbf drm/i915/dsi: Control panel and backlight enable GPIOs on BYT
-:138: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#138: FILE: drivers/gpu/drm/i915/display/intel_dsi_vbt.c:748:
+               ret = pinctrl_register_mappings(soc_pwm_pinctrl_map,
+                                            ARRAY_SIZE(soc_pwm_pinctrl_map));

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

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to