All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC/PATCH 0/7] Renesas R-Car DU OF support
@ 2014-01-21 15:32 ` Laurent Pinchart
  0 siblings, 0 replies; 22+ messages in thread
From: Laurent Pinchart @ 2014-01-21 15:32 UTC (permalink / raw)
  To: linux-sh; +Cc: dri-devel, Magnus Damm

Hello,

This patch set adds OF support to the DU driver (1/7) and enables the DU on
the Lager (2/7 to 4/7) and Koelsch (5/7 to 7/7) platforms.

Due to the lack of standard bindings for video devices, the approach taken
here is minimalistic and aims at enabling the DU on multiplatform kernels until
more complete DT bindings get developed. The DU DT node contains core resources
only (memory, IRQ and clocks), and output configuration is passed in platform
data using OF_DEV_AUXDATA.

Laurent Pinchart (7):
  drm/rcar-du: Add OF support
  ARM: shmobile: r8a7790: Add DU node to device tree
  ARM: shmobile: lager-reference: Add DU platform data
  ARM: shmobile: lager: Enable DU device in DT
  ARM: shmobile: r8a7791: Add DU node to device tree
  ARM: shmobile: koelsch-reference: Add DU platform data
  ARM: shmobile: koelsch: Enable DU device in DT

 .../devicetree/bindings/video/renesas,du.txt       |  49 +++++++
 arch/arm/boot/dts/r8a7790-lager.dts                |  11 ++
 arch/arm/boot/dts/r8a7790.dtsi                     |  19 +++
 arch/arm/boot/dts/r8a7791-koelsch.dts              |  11 ++
 arch/arm/boot/dts/r8a7791.dtsi                     |  15 ++
 arch/arm/mach-shmobile/board-koelsch-reference.c   |  38 ++++-
 arch/arm/mach-shmobile/board-lager-reference.c     |  41 +++++-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 161 ++++++++++++---------
 8 files changed, 271 insertions(+), 74 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/video/renesas,du.txt

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2014-01-23 11:31 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21 15:32 [RFC/PATCH 0/7] Renesas R-Car DU OF support Laurent Pinchart
2014-01-21 15:32 ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 1/7] drm/rcar-du: Add " Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:35   ` [RFC/PATCH 1/7 RESEND] " Laurent Pinchart
2014-01-21 15:35     ` Laurent Pinchart
2014-01-23  9:52   ` [RFC/PATCH 1/7] " Magnus Damm
2014-01-23  9:52     ` Magnus Damm
2014-01-23 11:31     ` Laurent Pinchart
2014-01-23 11:31       ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 2/7] ARM: shmobile: r8a7790: Add DU node to device tree Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 3/7] ARM: shmobile: lager-reference: Add DU platform data Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 4/7] ARM: shmobile: lager: Enable DU device in DT Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 5/7] ARM: shmobile: r8a7791: Add DU node to device tree Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 6/7] ARM: shmobile: koelsch-reference: Add DU platform data Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 7/7] ARM: shmobile: koelsch: Enable DU device in DT Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart

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.