dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
To: linux-sh@vger.kernel.org, dri-devel@lists.freedesktop.org
Cc: Magnus Damm <magnus.damm@gmail.com>
Subject: [PATCH 0/5] R-Car DU: Add support for R8A7793 and R8A7794
Date: Fri, 17 Jul 2015 11:26:02 +0300	[thread overview]
Message-ID: <1437121567-18467-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> (raw)

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


             reply	other threads:[~2015-07-17  8:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-17  8:26 Laurent Pinchart [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437121567-18467-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com \
    --to=laurent.pinchart+renesas@ideasonboard.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).