public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 0/7] Add HDMI support to iwg20d
@ 2018-05-15 11:19 Fabrizio Castro
  2018-05-15 11:19 ` [cip-dev] [PATCH 1/7] dt-bindings: display: rcar-du: Document R8A774[35] DU Fabrizio Castro
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Fabrizio Castro @ 2018-05-15 11:19 UTC (permalink / raw)
  To: cip-dev

Dear Ben,

this series adds HDMI video output to iWave's iwg20d board.

I had to take out interrupt (hotplug) support from the hdmi DT node as
it looks like commit 9183e45db7774716d056319c237a4185baba19c7 introduced
"connector" data field with struct adv7511, but drm_connector_init was
left behind, and as such connector.dev is NULL, and that causes issues
to function adv7511_hpd_work, preventing HDMI hotplug from working
properly.

While investigating HDMI hotplugging, I have found out that when using
a GPIO purely as an interrupt source the corresponding GPIO module
clock is not enabled, therefore this series backports the fix for this.
I yet have to check if this fix is any good to 4.4 LTS, I'll send it to
stable at vger.kernel.org in case it works for 4.4 LTS too.

This series applies on top of tag v4.4.126-cip22.

Thanks,
Fab

Fabrizio Castro (4):
  dt-bindings: display: rcar-du: Document R8A774[35] DU
  drm: rcar-du: Add R8A7743 support
  ARM: dts: r8a7743: Add DU support
  ARM: dts: iwg20d-q7-dbcm-ca: Add HDMI video output

Geert Uytterhoeven (1):
  gpio: rcar: Add Runtime PM handling for interrupts

Linus Walleij (1):
  gpio: rcar: use gpiochip data pointer

Niklas S?derlund (1):
  ARM: shmobile: defconfig: Enable CMA for DMA

 .../devicetree/bindings/display/renesas,du.txt     | 24 ++++---
 arch/arm/boot/dts/iwg20d-q7-dbcm-ca.dtsi           | 73 +++++++++++++++++++++
 arch/arm/boot/dts/r8a7743.dtsi                     | 30 +++++++++
 arch/arm/configs/shmobile_defconfig                |  3 +
 drivers/gpio/gpio-rcar.c                           | 75 ++++++++++++++++------
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 23 +++++++
 6 files changed, 197 insertions(+), 31 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-05-30 16:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-15 11:19 [cip-dev] [PATCH 0/7] Add HDMI support to iwg20d Fabrizio Castro
2018-05-15 11:19 ` [cip-dev] [PATCH 1/7] dt-bindings: display: rcar-du: Document R8A774[35] DU Fabrizio Castro
2018-05-15 11:19 ` [cip-dev] [PATCH 2/7] drm: rcar-du: Add R8A7743 support Fabrizio Castro
2018-05-15 11:19 ` [cip-dev] [PATCH 3/7] ARM: dts: r8a7743: Add DU support Fabrizio Castro
2018-05-15 11:19 ` [cip-dev] [PATCH 4/7] ARM: dts: iwg20d-q7-dbcm-ca: Add HDMI video output Fabrizio Castro
2018-05-30 15:45   ` Ben Hutchings
2018-05-30 15:58     ` Fabrizio Castro
2018-05-30 16:27       ` Ben Hutchings
2018-05-15 11:19 ` [cip-dev] [PATCH 5/7] ARM: shmobile: defconfig: Enable CMA for DMA Fabrizio Castro
2018-05-15 11:19 ` [cip-dev] [PATCH 6/7] gpio: rcar: use gpiochip data pointer Fabrizio Castro
2018-05-22 16:39   ` Fabrizio Castro
2018-05-15 11:19 ` [cip-dev] [PATCH 7/7] gpio: rcar: Add Runtime PM handling for interrupts Fabrizio Castro
2018-05-22 16:41   ` Fabrizio Castro
2018-05-17 21:39 ` [cip-dev] [PATCH 0/7] Add HDMI support to iwg20d Ben Hutchings
2018-05-30 16:41 ` Ben Hutchings

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