mbox series

[4.19.y-cip,00/17] Renesas RZ/G2H add FCP{FV}, VSP, FDP1, DU, HDMI, LVDS, PWM and sound support

Message ID 20201103173336.2829-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Renesas RZ/G2H add FCP{FV}, VSP, FDP1, DU, HDMI, LVDS, PWM and sound support | expand

Message

Lad Prabhakar Nov. 3, 2020, 5:33 p.m. UTC
Hi All,

This patch series adds support for following peripheral to Renesas
RZ/G2H,
* FCPF, FCPV
* FDP1
* PWM
* DU, HDMI, LVDS
* Sound

All the patches have been cherry picked from Linux kernel v5.10-rc2.

Cheers,
Prabhakar

Lad Prabhakar (4):
  arm64: dts: renesas: r8a774e1-hihope-rzg2h: Setup DU clocks
  arm64: dts: renesas: Add HiHope RZ/G2H board with idk-1110wr display
  dt-bindings: sound: renesas, rsnd: Document r8a774e1 bindings
  arm64: dts: renesas: r8a774e1: Add audio support

Marian-Cristian Rotariu (13):
  arm64: dts: renesas: r8a774e1: Add FCPF and FCPV instances
  arm64: dts: renesas: r8a774e1: Add VSP instances
  arm64: dts: renesas: r8a774e1: Add FDP1 device nodes
  dt-bindings: display: renesas,du: Document r8a774e1 bindings
  drm: rcar-du: Add support for R8A774E1 SoC
  arm64: dts: renesas: r8a774e1: Populate DU device node
  dt-bindings: display: renesas,dw-hdmi: Add r8a774e1 support
  arm64: dts: renesas: r8a774e1: Populate HDMI encoder node
  dt-bindings: display: renesas,lvds: Document r8a774e1 bindings
  drm: rcar-du: lvds: Add support for R8A774E1 SoC
  arm64: dts: renesas: r8a774e1: Add LVDS device node
  dt-bindings: pwm: renesas,pwm-rcar: Add r8a774e1 support
  arm64: dts: renesas: r8a774e1: Add PWM device nodes

 .../display/bridge/renesas,dw-hdmi.txt        |   1 +
 .../bindings/display/bridge/renesas,lvds.txt  |   1 +
 .../bindings/display/renesas,du.txt           |   2 +
 .../bindings/pwm/renesas,pwm-rcar.txt         |   1 +
 .../bindings/sound/renesas,rsnd.txt           |   1 +
 arch/arm64/boot/dts/renesas/Makefile          |   1 +
 .../r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts   |  15 +
 .../dts/renesas/r8a774e1-hihope-rzg2h.dts     |  11 +
 arch/arm64/boot/dts/renesas/r8a774e1.dtsi     | 751 +++++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c         |  30 +
 drivers/gpu/drm/rcar-du/rcar_lvds.c           |   1 +
 11 files changed, 809 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts

Comments

Nobuhiro Iwamatsu Nov. 4, 2020, 2:31 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Lad Prabhakar [mailto:prabhakar.mahadev-lad.rj@bp.renesas.com]
> Sent: Wednesday, November 4, 2020 2:33 AM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: [PATCH 4.19.y-cip 00/17] Renesas RZ/G2H add FCP{FV}, VSP, FDP1, DU, HDMI, LVDS, PWM and sound support
> 
> Hi All,
> 
> This patch series adds support for following peripheral to Renesas
> RZ/G2H,
> * FCPF, FCPV
> * FDP1
> * PWM
> * DU, HDMI, LVDS
> * Sound
> 
> All the patches have been cherry picked from Linux kernel v5.10-rc2.
> 
> Cheers,
> Prabhakar
> 
> Lad Prabhakar (4):
>   arm64: dts: renesas: r8a774e1-hihope-rzg2h: Setup DU clocks
>   arm64: dts: renesas: Add HiHope RZ/G2H board with idk-1110wr display
>   dt-bindings: sound: renesas, rsnd: Document r8a774e1 bindings
>   arm64: dts: renesas: r8a774e1: Add audio support
> 
> Marian-Cristian Rotariu (13):
>   arm64: dts: renesas: r8a774e1: Add FCPF and FCPV instances
>   arm64: dts: renesas: r8a774e1: Add VSP instances
>   arm64: dts: renesas: r8a774e1: Add FDP1 device nodes
>   dt-bindings: display: renesas,du: Document r8a774e1 bindings
>   drm: rcar-du: Add support for R8A774E1 SoC
>   arm64: dts: renesas: r8a774e1: Populate DU device node
>   dt-bindings: display: renesas,dw-hdmi: Add r8a774e1 support
>   arm64: dts: renesas: r8a774e1: Populate HDMI encoder node
>   dt-bindings: display: renesas,lvds: Document r8a774e1 bindings
>   drm: rcar-du: lvds: Add support for R8A774E1 SoC
>   arm64: dts: renesas: r8a774e1: Add LVDS device node
>   dt-bindings: pwm: renesas,pwm-rcar: Add r8a774e1 support
>   arm64: dts: renesas: r8a774e1: Add PWM device nodes
> 
>  .../display/bridge/renesas,dw-hdmi.txt        |   1 +
>  .../bindings/display/bridge/renesas,lvds.txt  |   1 +
>  .../bindings/display/renesas,du.txt           |   2 +
>  .../bindings/pwm/renesas,pwm-rcar.txt         |   1 +
>  .../bindings/sound/renesas,rsnd.txt           |   1 +
>  arch/arm64/boot/dts/renesas/Makefile          |   1 +
>  .../r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts   |  15 +
>  .../dts/renesas/r8a774e1-hihope-rzg2h.dts     |  11 +
>  arch/arm64/boot/dts/renesas/r8a774e1.dtsi     | 751 +++++++++++++++++-
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c         |  30 +
>  drivers/gpu/drm/rcar-du/rcar_lvds.c           |   1 +
>  11 files changed, 809 insertions(+), 6 deletions(-)
>  create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts
> 

I reviewed this patch series. I commented to 17/17.
I don't think this issue will affect our reference board, but it should be fixed.

And looks good to me without 17/17. 

Best regards,
  Nobuhiro

> --
> 2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5733): https://lists.cip-project.org/g/cip-dev/message/5733
Mute This Topic: https://lists.cip-project.org/mt/78011684/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-
Pavel Machek Nov. 4, 2020, 8:28 a.m. UTC | #2
Hi!

> > This patch series adds support for following peripheral to Renesas
> > RZ/G2H,
> > * FCPF, FCPV
> > * FDP1
> > * PWM
> > * DU, HDMI, LVDS
> > * Sound
> > 
> > All the patches have been cherry picked from Linux kernel
> > v5.10-rc2.

> >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts
> > 
> 
> I reviewed this patch series. I commented to 17/17.
> I don't think this issue will affect our reference board, but it should be fixed.
> 
> And looks good to me without 17/17. 

I don't see any problems with patches up-to 16, and our testing
passes, so I applied that.

Best regards,
							Pavel
Lad Prabhakar Nov. 4, 2020, 11:04 a.m. UTC | #3
Hi Pavel, Nobuhiro,

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: 04 November 2020 08:29
> To: nobuhiro1.iwamatsu@toshiba.co.jp
> Cc: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>; cip-dev@lists.cip-project.org; pavel@denx.de; Biju Das
> <biju.das.jz@bp.renesas.com>
> Subject: Re: [PATCH 4.19.y-cip 00/17] Renesas RZ/G2H add FCP{FV}, VSP, FDP1, DU, HDMI, LVDS, PWM and sound support
> 
> Hi!
> 
> > > This patch series adds support for following peripheral to Renesas
> > > RZ/G2H,
> > > * FCPF, FCPV
> > > * FDP1
> > > * PWM
> > > * DU, HDMI, LVDS
> > > * Sound
> > >
> > > All the patches have been cherry picked from Linux kernel
> > > v5.10-rc2.
> 
> > >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts
> > >
> >
> > I reviewed this patch series. I commented to 17/17.
> > I don't think this issue will affect our reference board, but it should be fixed.
> >
> > And looks good to me without 17/17.
> 
> I don't see any problems with patches up-to 16, and our testing
> passes, so I applied that.
> 
Thank you.

Cheers,
Prabhakar
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5736): https://lists.cip-project.org/g/cip-dev/message/5736
Mute This Topic: https://lists.cip-project.org/mt/78011684/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-
Nobuhiro Iwamatsu Nov. 13, 2020, 11:06 a.m. UTC | #4
Hi all,

Sorry, I noticed that the commits in this patch series did not have the signed-off-by tag by CIP kernel maintainers.
I force-pushed with signed-off-by tag. Please note that the commit-hash of git tree will change and you
will not be able to update it with 'git pull'. Please use 'git remote update' or other git command instead of.

Best regards,
  Nobuhiro

> -----Original Message-----
> From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Lad Prabhakar
> Sent: Wednesday, November 4, 2020 8:04 PM
> To: Pavel Machek <pavel@denx.de>; iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) <nobuhiro1.iwamatsu@toshiba.co.jp>
> Cc: cip-dev@lists.cip-project.org; Biju Das <biju.das.jz@bp.renesas.com>
> Subject: Re: [cip-dev] [PATCH 4.19.y-cip 00/17] Renesas RZ/G2H add FCP{FV}, VSP, FDP1, DU, HDMI, LVDS, PWM and sound
> support
> 
> Hi Pavel, Nobuhiro,
> 
> > -----Original Message-----
> > From: Pavel Machek <pavel@denx.de>
> > Sent: 04 November 2020 08:29
> > To: nobuhiro1.iwamatsu@toshiba.co.jp
> > Cc: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>; cip-dev@lists.cip-project.org; pavel@denx.de;
> Biju Das
> > <biju.das.jz@bp.renesas.com>
> > Subject: Re: [PATCH 4.19.y-cip 00/17] Renesas RZ/G2H add FCP{FV}, VSP, FDP1, DU, HDMI, LVDS, PWM and sound support
> >
> > Hi!
> >
> > > > This patch series adds support for following peripheral to Renesas
> > > > RZ/G2H,
> > > > * FCPF, FCPV
> > > > * FDP1
> > > > * PWM
> > > > * DU, HDMI, LVDS
> > > > * Sound
> > > >
> > > > All the patches have been cherry picked from Linux kernel
> > > > v5.10-rc2.
> >
> > > >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts
> > > >
> > >
> > > I reviewed this patch series. I commented to 17/17.
> > > I don't think this issue will affect our reference board, but it should be fixed.
> > >
> > > And looks good to me without 17/17.
> >
> > I don't see any problems with patches up-to 16, and our testing
> > passes, so I applied that.
> >
> Thank you.
> 
> Cheers,
> Prabhakar
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5799): https://lists.cip-project.org/g/cip-dev/message/5799
Mute This Topic: https://lists.cip-project.org/mt/78011684/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-
Pavel Machek Nov. 13, 2020, 6:10 p.m. UTC | #5
Hi!

> 
> Sorry, I noticed that the commits in this patch series did not have the signed-off-by tag by CIP kernel maintainers.
> I force-pushed with signed-off-by tag. Please note that the commit-hash of git tree will change and you
> will not be able to update it with 'git pull'. Please use 'git remote update' or other git command instead of.
>

This is my fault; thanks for fixing it up and sorry for the confusion.

Best regards,
									Pavel

> Best regards,
>   Nobuhiro
> 
> > -----Original Message-----
> > From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Lad Prabhakar
> > Sent: Wednesday, November 4, 2020 8:04 PM
> > To: Pavel Machek <pavel@denx.de>; iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) <nobuhiro1.iwamatsu@toshiba.co.jp>
> > Cc: cip-dev@lists.cip-project.org; Biju Das <biju.das.jz@bp.renesas.com>
> > Subject: Re: [cip-dev] [PATCH 4.19.y-cip 00/17] Renesas RZ/G2H add FCP{FV}, VSP, FDP1, DU, HDMI, LVDS, PWM and sound
> > support
> > 
> > Hi Pavel, Nobuhiro,
> > 
> > > -----Original Message-----
> > > From: Pavel Machek <pavel@denx.de>
> > > Sent: 04 November 2020 08:29
> > > To: nobuhiro1.iwamatsu@toshiba.co.jp
> > > Cc: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>; cip-dev@lists.cip-project.org; pavel@denx.de;
> > Biju Das
> > > <biju.das.jz@bp.renesas.com>
> > > Subject: Re: [PATCH 4.19.y-cip 00/17] Renesas RZ/G2H add FCP{FV}, VSP, FDP1, DU, HDMI, LVDS, PWM and sound support
> > >
> > > Hi!
> > >
> > > > > This patch series adds support for following peripheral to Renesas
> > > > > RZ/G2H,
> > > > > * FCPF, FCPV
> > > > > * FDP1
> > > > > * PWM
> > > > > * DU, HDMI, LVDS
> > > > > * Sound
> > > > >
> > > > > All the patches have been cherry picked from Linux kernel
> > > > > v5.10-rc2.
> > >
> > > > >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts
> > > > >
> > > >
> > > > I reviewed this patch series. I commented to 17/17.
> > > > I don't think this issue will affect our reference board, but it should be fixed.
> > > >
> > > > And looks good to me without 17/17.
> > >
> > > I don't see any problems with patches up-to 16, and our testing
> > > passes, so I applied that.
> > >
> > Thank you.
> > 
> > Cheers,
> > Prabhakar