All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] arm64: renesas: enable HDMI Display/Sound on R-Car M3-W+ Salvator-XS
@ 2020-09-08  0:33 ` Kuninori Morimoto
  0 siblings, 0 replies; 92+ messages in thread
From: Kuninori Morimoto @ 2020-09-08  0:33 UTC (permalink / raw)
  To: Rob Herring, Laurent, Geert Uytterhoeven, David Airlie, Daniel Vetter
  Cc: Magnus, Linux-Renesas, Linux-DT, Kieran Bingham, shimoda, dri-devel


Hi Geert, Laurent

These are v2 of HDMI Display/Sound support for R8A77961.
These are tested on R-Car M3-W+ Salvator-XS board.

v1 -> v2
	- "is test" to "was tested" at git-log
	- add M3-W+ port entry to DU table (= [01/10])
	- add dw-hdmi tidyup new patch     (= [02/10])
	- add Geert's Reviewed-by          (= [03/10])
	- address sorting for VSP node     (= [06/10])

Kuninori Morimoto (10):
  dt-bindings: display: renesas: du: Document the r8a77961 bindings
  dt-bindings: display: renesas: dw-hdmi: tidyup example compatible.
  dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support
  drm: rcar-du: Add r8a77961 support
  arm64: dts: renesas: r8a77961: Add FCP device nodes
  arm64: dts: renesas: r8a77961: Add VSP device nodes
  arm64: dts: renesas: r8a77961: Add DU device nodes
  arm64: dts: renesas: r8a77961: Add HDMI device nodes
  arm64: dts: renesas: r8a77961-salvator-xs: add HDMI Display support
  arm64: dts: renesas: r8a77961-salvator-xs: add HDMI Sound support

 .../display/bridge/renesas,dw-hdmi.txt        |   3 +-
 .../bindings/display/renesas,du.txt           |   2 +
 .../boot/dts/renesas/r8a77961-salvator-xs.dts |  57 ++++++++
 arch/arm64/boot/dts/renesas/r8a77961.dtsi     | 132 +++++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c         |   1 +
 5 files changed, 192 insertions(+), 3 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-09-15 16:38 UTC | newest]

Thread overview: 92+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08  0:33 [PATCH v2 00/10] arm64: renesas: enable HDMI Display/Sound on R-Car M3-W+ Salvator-XS Kuninori Morimoto
2020-09-08  0:33 ` Kuninori Morimoto
2020-09-08  0:34 ` [PATCH v2 01/10] dt-bindings: display: renesas: du: Document the r8a77961 bindings Kuninori Morimoto
2020-09-08  0:34   ` Kuninori Morimoto
2020-09-08  5:53   ` Laurent Pinchart
2020-09-08  5:53     ` Laurent Pinchart
2020-09-08 12:52   ` Kieran Bingham
2020-09-08 12:52     ` Kieran Bingham
2020-09-15 16:34   ` Rob Herring
2020-09-15 16:34     ` Rob Herring
2020-09-08  0:34 ` [PATCH v2 02/10] dt-bindings: display: renesas: dw-hdmi: tidyup example compatible Kuninori Morimoto
2020-09-08  0:34   ` Kuninori Morimoto
2020-09-08  5:54   ` Laurent Pinchart
2020-09-08  5:54     ` Laurent Pinchart
2020-09-08 14:18   ` Kieran Bingham
2020-09-08 14:18     ` Kieran Bingham
2020-09-08 14:43     ` Laurent Pinchart
2020-09-08 14:43       ` Laurent Pinchart
2020-09-08 14:46       ` Laurent Pinchart
2020-09-08 14:46         ` Laurent Pinchart
2020-09-08 14:48         ` Kieran Bingham
2020-09-08 14:48           ` Kieran Bingham
2020-09-09 23:20           ` Kuninori Morimoto
2020-09-09 23:20             ` Kuninori Morimoto
2020-09-08  0:34 ` [PATCH v2 03/10] dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support Kuninori Morimoto
2020-09-08  0:34   ` Kuninori Morimoto
2020-09-08  5:55   ` Laurent Pinchart
2020-09-08  5:55     ` Laurent Pinchart
2020-09-08 14:35   ` Kieran Bingham
2020-09-08 14:35     ` Kieran Bingham
2020-09-15 16:35   ` Rob Herring
2020-09-15 16:35     ` Rob Herring
2020-09-08  0:34 ` [PATCH v2 04/10] drm: rcar-du: Add r8a77961 support Kuninori Morimoto
2020-09-08  0:34   ` Kuninori Morimoto
2020-09-08  5:56   ` Laurent Pinchart
2020-09-08  5:56     ` Laurent Pinchart
2020-09-08 14:49   ` Kieran Bingham
2020-09-08 14:49     ` Kieran Bingham
2020-09-08  0:34 ` [PATCH v2 05/10] arm64: dts: renesas: r8a77961: Add FCP device nodes Kuninori Morimoto
2020-09-08  0:34   ` Kuninori Morimoto
2020-09-08  5:58   ` Laurent Pinchart
2020-09-08  5:58     ` Laurent Pinchart
2020-09-08 14:50   ` Kieran Bingham
2020-09-08 14:50     ` Kieran Bingham
2020-09-10  9:33   ` Geert Uytterhoeven
2020-09-10  9:33     ` Geert Uytterhoeven
2020-09-10 23:24     ` Kuninori Morimoto
2020-09-10 23:24       ` Kuninori Morimoto
2020-09-08  0:34 ` [PATCH v2 06/10] arm64: dts: renesas: r8a77961: Add VSP " Kuninori Morimoto
2020-09-08  0:34   ` Kuninori Morimoto
2020-09-08  6:01   ` Laurent Pinchart
2020-09-08  6:01     ` Laurent Pinchart
2020-09-08 14:56   ` Kieran Bingham
2020-09-08 14:56     ` Kieran Bingham
2020-09-08  0:35 ` [PATCH v2 07/10] arm64: dts: renesas: r8a77961: Add DU " Kuninori Morimoto
2020-09-08  0:35   ` Kuninori Morimoto
2020-09-08  6:02   ` Laurent Pinchart
2020-09-08  6:02     ` Laurent Pinchart
2020-09-08 15:11   ` Kieran Bingham
2020-09-08 15:11     ` Kieran Bingham
2020-09-10  9:49   ` Geert Uytterhoeven
2020-09-10  9:49     ` Geert Uytterhoeven
2020-09-10  9:50   ` Geert Uytterhoeven
2020-09-10  9:50     ` Geert Uytterhoeven
2020-09-10 23:20     ` Kuninori Morimoto
2020-09-10 23:20       ` Kuninori Morimoto
2020-09-10 23:22       ` Laurent Pinchart
2020-09-10 23:22         ` Laurent Pinchart
2020-09-08  0:35 ` [PATCH v2 08/10] arm64: dts: renesas: r8a77961: Add HDMI " Kuninori Morimoto
2020-09-08  0:35   ` Kuninori Morimoto
2020-09-08  6:03   ` Laurent Pinchart
2020-09-08  6:03     ` Laurent Pinchart
2020-09-10  9:52   ` Geert Uytterhoeven
2020-09-10  9:52     ` Geert Uytterhoeven
2020-09-08  0:35 ` [PATCH v2 09/10] arm64: dts: renesas: r8a77961-salvator-xs: add HDMI Display support Kuninori Morimoto
2020-09-08  0:35   ` Kuninori Morimoto
2020-09-08  6:04   ` Laurent Pinchart
2020-09-08  6:04     ` Laurent Pinchart
2020-09-10  9:56   ` Geert Uytterhoeven
2020-09-10  9:56     ` Geert Uytterhoeven
2020-09-08  0:35 ` [PATCH v2 10/10] arm64: dts: renesas: r8a77961-salvator-xs: add HDMI Sound support Kuninori Morimoto
2020-09-08  0:35   ` Kuninori Morimoto
2020-09-08  6:06   ` Laurent Pinchart
2020-09-08  6:06     ` Laurent Pinchart
2020-09-08  6:33     ` Kuninori Morimoto
2020-09-08  6:33       ` Kuninori Morimoto
2020-09-08  6:37       ` Laurent Pinchart
2020-09-08  6:37         ` Laurent Pinchart
2020-09-08  6:43         ` Kuninori Morimoto
2020-09-08  6:43           ` Kuninori Morimoto
2020-09-11  7:54         ` Geert Uytterhoeven
2020-09-11  7:54           ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.