public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v6 0/7] drm/sun4i: Add support for dual-link LVDS on the A20
@ 2021-12-17 13:51 Maxime Ripard
  2021-12-17 13:51 ` [PATCH v6 1/7] of: Make of_graph_get_port_by_id take a const device_node Maxime Ripard
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Maxime Ripard @ 2021-12-17 13:51 UTC (permalink / raw)
  To: Daniel Vetter, David Airlie, Rob Herring, Frank Rowand,
	Laurent Pinchart, Chen-Yu Tsai, Maxime Ripard,
	Jernej Škrabec
  Cc: linux-arm-kernel, dri-devel

Hi,

This is another attempt at supporting the LVDS dual-link output on the
Allwinner A20.

Let me know what you think,
Maxime

Changes from v5:
  - Rebased on current next
  - Enhanced the property binding description

Changes from v4:
  - Rebased on 5.15

Changes from v3:
  - Reintroduce the endpoint sanity check (and make of_graph_get_port_by_id
    const in the process)
  - Make a few doc fixes
  - Fix device_node leakage
  - Changed allwinner,lvds-companion to more generic link-companion
  - Rebased on 5.11

Changes from v2:
  - Added the DT binding description
  - Split the patch to enable the A20
  - Reworked a bit the error messages

Changes from v1:
  - Reworked the DT bindings
  - Refactored a bit the panel registration in the tcon code.

Maxime Ripard (7):
  of: Make of_graph_get_port_by_id take a const device_node
  drm/of: Change the prototype of drm_of_lvds_get_dual_link_pixel_order
  dt-bindings: display: sun4i: Add LVDS link companion property
  drm/sun4i: tcon: Refactor the LVDS and panel probing
  drm/sun4i: tcon: Support the LVDS Dual-Link
  drm/sun4i: tcon: Enable the A20 dual-link output
  [DO NOT MERGE] ARM: dts: sun7i: Enable LVDS Dual-Link on the
    Cubieboard

 .../display/allwinner,sun4i-a10-tcon.yaml     |   6 +
 arch/arm/boot/dts/sun7i-a20-cubieboard2.dts   |  69 ++++++++
 drivers/gpu/drm/bridge/ti-sn65dsi83.c         |   9 +-
 drivers/gpu/drm/drm_of.c                      | 138 +++++++++++----
 drivers/gpu/drm/rcar-du/rcar_lvds.c           |   8 +-
 drivers/gpu/drm/sun4i/sun4i_tcon.c            | 164 ++++++++++--------
 drivers/gpu/drm/sun4i/sun4i_tcon.h            |   4 +
 drivers/of/property.c                         |   2 +-
 include/drm/drm_of.h                          |  16 +-
 include/linux/of_graph.h                      |   4 +-
 10 files changed, 300 insertions(+), 120 deletions(-)

-- 
2.33.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-17 13:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-17 13:51 [PATCH v6 0/7] drm/sun4i: Add support for dual-link LVDS on the A20 Maxime Ripard
2021-12-17 13:51 ` [PATCH v6 1/7] of: Make of_graph_get_port_by_id take a const device_node Maxime Ripard
2021-12-17 13:51 ` [PATCH v6 2/7] drm/of: Change the prototype of drm_of_lvds_get_dual_link_pixel_order Maxime Ripard
2021-12-17 13:51 ` [PATCH v6 3/7] dt-bindings: display: sun4i: Add LVDS link companion property Maxime Ripard
2021-12-17 13:51 ` [PATCH v6 4/7] drm/sun4i: tcon: Refactor the LVDS and panel probing Maxime Ripard
2021-12-17 13:51 ` [PATCH v6 5/7] drm/sun4i: tcon: Support the LVDS Dual-Link Maxime Ripard
2021-12-17 13:51 ` [PATCH v6 6/7] drm/sun4i: tcon: Enable the A20 dual-link output Maxime Ripard
2021-12-17 13:51 ` [PATCH v6 7/7] [DO NOT MERGE] ARM: dts: sun7i: Enable LVDS Dual-Link on the Cubieboard Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox