All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] V3M-Eagle HDMI output enablement
@ 2018-04-12  8:13 Jacopo Mondi
  2018-04-12  8:13 ` [PATCH v3 1/5] arm64: dts: renesas: r8a77970: add FCPVD support Jacopo Mondi
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Jacopo Mondi @ 2018-04-12  8:13 UTC (permalink / raw)
  To: horms, magnus.damm, geert, laurent.pinchart, niklas.soderlund,
	sergei.shtylyov
  Cc: Jacopo Mondi, linux-renesas-soc, devicetree, linux-kernel

Hello,
   I have rebased the Eagle display enablement on top of (part of) Sergei's
series:
 [PATCH v2 0/5] Add R8A77970/V3MSK LVDS/HDMI support

Simon: you can skip "[1/5]  arm64: dts: renesas: r8a77970: add FCPVD support"
as you already collected that

Sergei: I re-sent your series because there was an additional comment from
Laurent on [3/5]. I felt it was wrong to send a follow up patch on a series
still not collected by Simon, so I've resent it. Hope this time is ok with you.
Also, please note that [5/5] of your original series shall be re-sent using
the newly introduced (still in-review) LVDS decoder. Please see [5/5] of this
series as an example.

Niklas: [5/5] of this series is a fixup of your patches and mine. I added
your signed-off-by, hope it is ok.

The series depends on THC63LVD1024 driver, currently submitted for inclusion
"[PATCH v8 0/2]  drm: Add Thine THC63LVD1024 LVDS decoder bridge"
currently available at:
git://jmondi.org/linux lvds-bridge/linus-master/v8

Thanks
   j

v2 -> v3:
- Use Sergei's series for patches [1-4] with a minor comment from Laurent
- Remove the lvds-decoder node label and add Laurent's Reviewed-by in [5/5]

v1 -> v2:
- Add Laurent's reviewed by tags
- Fixup patch 5, 6 and 7 of v1
- Remove DU digital output pin muxing
- Update thc63lvd1024 to use the new bindings with mandatory power supply
- Minor fixes (changes are described individually in each patch)

Jacopo Mondi (1):
  arm64: dts: renesas: eagle: Enable HDMI output

Sergei Shtylyov (4):
  arm64: dts: renesas: r8a77970: add FCPVD support
  arm64: dts: renesas: r8a77970: add VSPD support
  arm64: dts: renesas: r8a77970: add DU support
  arm64: dts: renesas: r8a77970: add LVDS support

 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 93 ++++++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77970.dtsi      | 75 +++++++++++++++++++++
 2 files changed, 168 insertions(+)

--
2.7.4

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH v3 0/5] V3M-Eagle HDMI output enablement
@ 2018-04-12  8:11 Jacopo Mondi
  0 siblings, 0 replies; 14+ messages in thread
From: Jacopo Mondi @ 2018-04-12  8:11 UTC (permalink / raw)
  To: horms, magnus.damm, geert, laurent.pinchart, niklas.soderlund,
	sergei.shtylyov
  Cc: Jacopo Mondi, linux-renesas-soc, devicetree, linux-kernel

Hello,
   I have rebased the Eagle display enablement on top of (part of) Sergei's
series:
 [PATCH v2 0/5] Add R8A77970/V3MSK LVDS/HDMI support

Simon: you can skip "[1/5]  arm64: dts: renesas: r8a77970: add FCPVD support"
as you already collected that

Sergei: I re-sent your series because there was an additional comment from
Laurent on [3/5]. I felt it was wrong to send a follow up patch on a series
still not collected by Simon, so I've resent it. Hope this time is ok with you.
Also, please note that [5/5] of your original series shall be re-sent using
the newly introduced (still in-review) LVDS decoder. Please see [5/5] of this
series as an example.

Niklas: [5/5] of this series is a fixup of your patches and mine. I added
your signed-off-by, hope it is ok.

The series depends on THC63LVD1024 driver, currently submitted for inclusion
"[PATCH v8 0/2]  drm: Add Thine THC63LVD1024 LVDS decoder bridge"
currently available at:
git://jmondi.org/linux lvds-bridge/linus-master/v8

Thanks
   j

v2 -> v3:
- Use Sergei's series for patches [1-4] with a minor comment from Laurent
- Remove the lvds-decoder node label and add Laurent's Reviewed-by in [5/5]

v1 -> v2:
- Add Laurent's reviewed by tags
- Fixup patch 5, 6 and 7 of v1
- Remove DU digital output pin muxing
- Update thc63lvd1024 to use the new bindings with mandatory power supply
- Minor fixes (changes are described individually in each patch)

Jacopo Mondi (1):
  arm64: dts: renesas: eagle: Enable HDMI output

Sergei Shtylyov (4):
  arm64: dts: renesas: r8a77970: add FCPVD support
  arm64: dts: renesas: r8a77970: add VSPD support
  arm64: dts: renesas: r8a77970: add DU support
  arm64: dts: renesas: r8a77970: add LVDS support

 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 93 ++++++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77970.dtsi      | 75 +++++++++++++++++++++
 2 files changed, 168 insertions(+)

--
2.7.4

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH v3 0/5] V3M-Eagle HDMI output enablement
@ 2018-04-11 12:43 Jacopo Mondi
  2018-04-12  8:08 ` Simon Horman
  0 siblings, 1 reply; 14+ messages in thread
From: Jacopo Mondi @ 2018-04-11 12:43 UTC (permalink / raw)
  To: horms, magnus.damm, geert, laurent.pinchart, niklas.soderlund,
	sergei.shtylyov
  Cc: Jacopo Mondi, linux-renesas-soc, devicetree, linux-kernel

Hello,
   I have rebased the Eagle display enablement on top of (part of) Sergei's
series:
 [PATCH v2 0/5] Add R8A77970/V3MSK LVDS/HDMI support

Simon: you can skip "[1/5]  arm64: dts: renesas: r8a77970: add FCPVD support"
as you already collected that

Sergei: I re-sent your series because there was an additional comment from
Laurent on [3/5]. I felt it was wrong to send a follow up patch on a series
still not collected by Simon, so I've resent it. Hope this time is ok with you.
Also, please note that [5/5] of your original series shall be re-sent using
the newly introduced (still in-review) LVDS decoder. Please see [5/5] of this
series as an example.

Niklas: [5/5] of this series is a fixup of your patches and mine. I added
your signed-off-by, hope it is ok.

The series depends on THC63LVD1024 driver, currently submitted for inclusion
"[PATCH v8 0/2]  drm: Add Thine THC63LVD1024 LVDS decoder bridge"
currently available at:
git://jmondi.org/linux lvds-bridge/linus-master/v8

Thanks
   j

v2 -> v3:
- Use Sergei's series for patches [1-4] with a minor comment from Laurent
- Remove the lvds-decoder node label and add Laurent's Reviewed-by in [5/5]

v1 -> v2:
- Add Laurent's reviewed by tags
- Fixup patch 5, 6 and 7 of v1
- Remove DU digital output pin muxing
- Update thc63lvd1024 to use the new bindings with mandatory power supply
- Minor fixes (changes are described individually in each patch)

Jacopo Mondi (1):
  arm64: dts: renesas: eagle: Enable HDMI output

Sergei Shtylyov (4):
  arm64: dts: renesas: r8a77970: add FCPVD support
  arm64: dts: renesas: r8a77970: add VSPD support
  arm64: dts: renesas: r8a77970: add DU support
  arm64: dts: renesas: r8a77970: add LVDS support

 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 93 ++++++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77970.dtsi      | 75 +++++++++++++++++++++
 2 files changed, 168 insertions(+)

--
2.7.4

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

end of thread, other threads:[~2018-04-20  9:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12  8:13 [PATCH v3 0/5] V3M-Eagle HDMI output enablement Jacopo Mondi
2018-04-12  8:13 ` [PATCH v3 1/5] arm64: dts: renesas: r8a77970: add FCPVD support Jacopo Mondi
2018-04-12  8:13 ` [PATCH v3 2/5] arm64: dts: renesas: r8a77970: add VSPD support Jacopo Mondi
2018-04-20  9:31   ` Simon Horman
2018-04-12  8:13 ` [PATCH v3 3/5] arm64: dts: renesas: r8a77970: add DU support Jacopo Mondi
2018-04-20  9:33   ` Simon Horman
2018-04-12  8:14 ` [PATCH v3 4/5] arm64: dts: renesas: r8a77970: add LVDS support Jacopo Mondi
2018-04-20  9:33   ` Simon Horman
2018-04-12  8:14 ` [PATCH v3 5/5] arm64: dts: renesas: eagle: Enable HDMI output Jacopo Mondi
2018-04-20  9:48   ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2018-04-12  8:11 [PATCH v3 0/5] V3M-Eagle HDMI output enablement Jacopo Mondi
2018-04-11 12:43 Jacopo Mondi
2018-04-12  8:08 ` Simon Horman
2018-04-12  8:11   ` jacopo mondi

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.