mbox series

[4.4.y-cip,00/10] Renesas RZ/G1N extend peripherals supported by platform

Message ID 1579856900-21381-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Renesas RZ/G1N extend peripherals supported by platform | expand

Message

Lad Prabhakar Jan. 24, 2020, 9:08 a.m. UTC
This patch series adds support for following peripherals supported by RZ/G1N:
1: VSP
2: PWM
3: TPU
4: QSPI
5: MSIOF
6: xHCI
7: PCiec
8: NOR flash for iwg20m

This patch series is based on linux-4.4.y-cip and all the patches in this
series are cherry-picked from upstream apart from "usb: host: xhci-plat: Add r8a7744 support"
patch.

Biju Das (9):
  ARM: dts: r8a7744: Add VSP support
  ARM: dts: r8a7744: Add PWM SoC support
  ARM: dts: r8a7744: Add TPU support
  ARM: dts: r8a7744: Add QSPI support
  ARM: dts: r8a7744: Add MSIOF[012] support
  ARM: dts: r8a7744-iwg20m: Add SPI NOR support
  dt-bindings: usb-xhci: Document r8a7744 support
  ARM: dts: r8a7744: Add xhci support
  ARM: dts: r8a7744: Add PCIe Controller device node

Lad Prabhakar (1):
  usb: host: xhci-plat: Add r8a7744 support

 Documentation/devicetree/bindings/usb/usb-xhci.txt |   3 +-
 arch/arm/boot/dts/r8a7744-iwg20m.dtsi              |  26 +++
 arch/arm/boot/dts/r8a7744.dtsi                     | 219 +++++++++++++++++++++
 drivers/usb/host/xhci-plat.c                       |   7 +-
 4 files changed, 252 insertions(+), 3 deletions(-)

Comments

Nobuhiro Iwamatsu Jan. 26, 2020, 10:15 p.m. UTC | #1
Hi Lad,

> -----Original Message-----
> From: Lad Prabhakar [mailto:prabhakar.mahadev-lad.rj@bp.renesas.com]
> Sent: Friday, January 24, 2020 6:08 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○SW
> C□OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>
> Cc: Chris Paterson <chris.paterson2@renesas.com>
> Subject: [PATCH 4.4.y-cip 00/10] Renesas RZ/G1N extend peripherals
> supported by platform
> 
> This patch series adds support for following peripherals supported by
> RZ/G1N:
> 1: VSP
> 2: PWM
> 3: TPU
> 4: QSPI
> 5: MSIOF
> 6: xHCI
> 7: PCiec
> 8: NOR flash for iwg20m
> 
> This patch series is based on linux-4.4.y-cip and all the patches in this
> series are cherry-picked from upstream apart from "usb: host: xhci-plat:
> Add r8a7744 support"
> patch.
> 
> Biju Das (9):
>   ARM: dts: r8a7744: Add VSP support
>   ARM: dts: r8a7744: Add PWM SoC support
>   ARM: dts: r8a7744: Add TPU support
>   ARM: dts: r8a7744: Add QSPI support
>   ARM: dts: r8a7744: Add MSIOF[012] support
>   ARM: dts: r8a7744-iwg20m: Add SPI NOR support
>   dt-bindings: usb-xhci: Document r8a7744 support
>   ARM: dts: r8a7744: Add xhci support
>   ARM: dts: r8a7744: Add PCIe Controller device node
> 
> Lad Prabhakar (1):
>   usb: host: xhci-plat: Add r8a7744 support
> 
>  Documentation/devicetree/bindings/usb/usb-xhci.txt |   3 +-
>  arch/arm/boot/dts/r8a7744-iwg20m.dtsi              |  26 +++
>  arch/arm/boot/dts/r8a7744.dtsi                     | 219
> +++++++++++++++++++++
>  drivers/usb/host/xhci-plat.c                       |   7 +-
>  4 files changed, 252 insertions(+), 3 deletions(-)
> 

Looks good to me.
I will apply this series if there is no objection.

Best regards,
  Nobuhiro
Lad Prabhakar Jan. 27, 2020, 7:11 a.m. UTC | #2
Hi Nobuhiro,

> -----Original Message-----
> From: nobuhiro1.iwamatsu@toshiba.co.jp
> <nobuhiro1.iwamatsu@toshiba.co.jp>
> Sent: 26 January 2020 22:16
> To: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>;
> cip-dev@lists.cip-project.org; pavel@denx.de
> Cc: Chris Paterson <Chris.Paterson2@renesas.com>
> Subject: RE: [PATCH 4.4.y-cip 00/10] Renesas RZ/G1N extend peripherals
> supported by platform
>
> Hi Lad,
>
> > -----Original Message-----
> > From: Lad Prabhakar [mailto:prabhakar.mahadev-lad.rj@bp.renesas.com]
> > Sent: Friday, January 24, 2020 6:08 PM
> > To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○SW
> > C□OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> > <pavel@denx.de>
> > Cc: Chris Paterson <chris.paterson2@renesas.com>
> > Subject: [PATCH 4.4.y-cip 00/10] Renesas RZ/G1N extend peripherals
> > supported by platform
> >
> > This patch series adds support for following peripherals supported by
> > RZ/G1N:
> > 1: VSP
> > 2: PWM
> > 3: TPU
> > 4: QSPI
> > 5: MSIOF
> > 6: xHCI
> > 7: PCiec
> > 8: NOR flash for iwg20m
> >
> > This patch series is based on linux-4.4.y-cip and all the patches in
> > this series are cherry-picked from upstream apart from "usb: host: xhci-
> plat:
> > Add r8a7744 support"
> > patch.
> >
> > Biju Das (9):
> >   ARM: dts: r8a7744: Add VSP support
> >   ARM: dts: r8a7744: Add PWM SoC support
> >   ARM: dts: r8a7744: Add TPU support
> >   ARM: dts: r8a7744: Add QSPI support
> >   ARM: dts: r8a7744: Add MSIOF[012] support
> >   ARM: dts: r8a7744-iwg20m: Add SPI NOR support
> >   dt-bindings: usb-xhci: Document r8a7744 support
> >   ARM: dts: r8a7744: Add xhci support
> >   ARM: dts: r8a7744: Add PCIe Controller device node
> >
> > Lad Prabhakar (1):
> >   usb: host: xhci-plat: Add r8a7744 support
> >
> >  Documentation/devicetree/bindings/usb/usb-xhci.txt |   3 +-
> >  arch/arm/boot/dts/r8a7744-iwg20m.dtsi              |  26 +++
> >  arch/arm/boot/dts/r8a7744.dtsi                     | 219
> > +++++++++++++++++++++
> >  drivers/usb/host/xhci-plat.c                       |   7 +-
> >  4 files changed, 252 insertions(+), 3 deletions(-)
> >
>
> Looks good to me.
> I will apply this series if there is no objection.
>
Thank you for the review.

Cheers,
--Prabhakar


Renesas Electronics Europe GmbH, Geschaeftsfuehrer/President: Carsten Jauch, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany, Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647
Pavel Machek Jan. 27, 2020, 12:04 p.m. UTC | #3
Hi!

> > Lad Prabhakar (1):
> >   usb: host: xhci-plat: Add r8a7744 support
> > 
> >  Documentation/devicetree/bindings/usb/usb-xhci.txt |   3 +-
> >  arch/arm/boot/dts/r8a7744-iwg20m.dtsi              |  26 +++
> >  arch/arm/boot/dts/r8a7744.dtsi                     | 219
> > +++++++++++++++++++++
> >  drivers/usb/host/xhci-plat.c                       |   7 +-
> >  4 files changed, 252 insertions(+), 3 deletions(-)
> > 
> 
> Looks good to me.
> I will apply this series if there is no objection.

Looks good to me, too.

Thanks,
								Pavel
Nobuhiro Iwamatsu Jan. 27, 2020, 7:37 p.m. UTC | #4
Hi,

> -----Original Message-----
> From: Pavel Machek [mailto:pavel@denx.de]
> Sent: Monday, January 27, 2020 9:04 PM
> To: iwamatsu nobuhiro(岩松 信洋 ○SWC□OST)
> <nobuhiro1.iwamatsu@toshiba.co.jp>
> Cc: prabhakar.mahadev-lad.rj@bp.renesas.com;
> cip-dev@lists.cip-project.org; pavel@denx.de;
> chris.paterson2@renesas.com
> Subject: Re: [PATCH 4.4.y-cip 00/10] Renesas RZ/G1N extend peripherals
> supported by platform
> 
> Hi!
> 
> > > Lad Prabhakar (1):
> > >   usb: host: xhci-plat: Add r8a7744 support
> > >
> > >  Documentation/devicetree/bindings/usb/usb-xhci.txt |   3 +-
> > >  arch/arm/boot/dts/r8a7744-iwg20m.dtsi              |  26 +++
> > >  arch/arm/boot/dts/r8a7744.dtsi                     | 219
> > > +++++++++++++++++++++
> > >  drivers/usb/host/xhci-plat.c                       |   7 +-
> > >  4 files changed, 252 insertions(+), 3 deletions(-)
> > >
> >
> > Looks good to me.
> > I will apply this series if there is no objection.
> 
> Looks good to me, too.

Thanks! I will apply this series.

Best regards,
  Nobuhiro