dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] R-Car DU: Add support for R8A7793 and R8A7794
@ 2015-07-17  8:26 Laurent Pinchart
  2015-07-17  8:26 ` [PATCH 1/5] drm: rcar-du: Add support for the R8A7793 DU Laurent Pinchart
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Laurent Pinchart @ 2015-07-17  8:26 UTC (permalink / raw)
  To: linux-sh, dri-devel; +Cc: Magnus Damm

Hello,

This patch series adds support for the DU found in the R8A7793 and R8A7794
SoCs. It mostly consists of DT bindings updates (1/5 and 2/5) with a small
driver change in 2/5 to support fixed RGB output routing. Patches 4/5 and 5/5
then add DU nodes to the r8a7793.dtsi and r8a7794.dtsi, with patch 3/5 adding
support for the DU0 clock to r8a7794.dtsi.

I will enable DU support for the Gose and Alt board in a later step when I'll
have access to the schematics. I won't be able to test that due to lack of
hardware though.

The R8A7794 datasheet documents as single DU clock named DU0, while the DU
section documents DU0 and DU1 channels. I don't know at this point whether this
is a datasheet mistake or if the DU0 clock drives both channels. I've opted for
the latter, but I'd appreciate a confirmation.

Laurent Pinchart (5):
  drm: rcar-du: Add support for the R8A7793 DU
  drm: rcar-du: Add support for the R8A7794 DU
  ARM: shmobile: r8a7794: Add DU0 clock
  ARM: shmobile: r8a7793: Add DU node to device tree
  ARM: shmobile: r8a7794: Add DU node to device tree

 .../devicetree/bindings/video/renesas,du.txt       | 14 +++++----
 arch/arm/boot/dts/r8a7793.dtsi                     | 30 +++++++++++++++++++
 arch/arm/boot/dts/r8a7794.dtsi                     | 35 ++++++++++++++++++++--
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 27 ++++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_group.c            |  5 ++--
 include/dt-bindings/clock/r8a7794-clock.h          |  1 +
 6 files changed, 101 insertions(+), 11 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2015-08-03  7:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17  8:26 [PATCH 0/5] R-Car DU: Add support for R8A7793 and R8A7794 Laurent Pinchart
2015-07-17  8:26 ` [PATCH 1/5] drm: rcar-du: Add support for the R8A7793 DU Laurent Pinchart
2015-07-17  8:26 ` [PATCH 2/5] drm: rcar-du: Add support for the R8A7794 DU Laurent Pinchart
2015-07-17  8:26 ` [PATCH 3/5] ARM: shmobile: r8a7794: Add DU0 clock Laurent Pinchart
2015-08-03  7:37   ` Geert Uytterhoeven
2015-07-17  8:26 ` [PATCH 4/5] ARM: shmobile: r8a7793: Add DU node to device tree Laurent Pinchart
2015-07-17  8:26 ` [PATCH 5/5] ARM: shmobile: r8a7794: " Laurent Pinchart
2015-07-17  8:35 ` [PATCH 0/5] R-Car DU: Add support for R8A7793 and R8A7794 Kuninori Morimoto
2015-07-17  9:03   ` Kuninori Morimoto
2015-07-17  9:06     ` Laurent Pinchart
2015-07-17  9:10       ` Magnus Damm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).