mbox series

[4.4.y-cip,00/17] Add SYS-DMAC/GPIO/AVB/SMP/SCIF/HSCIF/I2C/IIC/CMT/RWDT support

Message ID 1574175222-52858-1-git-send-email-biju.das@bp.renesas.com (mailing list archive)
Headers show
Series Add SYS-DMAC/GPIO/AVB/SMP/SCIF/HSCIF/I2C/IIC/CMT/RWDT support | expand

Message

Biju Das Nov. 19, 2019, 2:53 p.m. UTC
This patch series add SYS-DMAC/GPIO/AVB/SMP/SCIF/HSCIF/I2C/IIC/CMT/RWDT
support for iWave RZ/G1N platform.

Backported the relevent patches to linux-4.4.y-cip.

Biju Das (17):
  dt-bindings: rcar-dmac: Document r8a7744 support
  ARM: dts: r8a7744: Add SYS-DMAC support
  dt-bindings: gpio: rcar: Add r8a7744 (RZ/G1N) support
  ARM: dts: r8a7744: Add GPIO support
  dt-bindings: net: ravb: Add support for r8a7744 SoC
  ARM: dts: r8a7744: Add Ethernet AVB support
  dt-bindings: apmu: Document r8a7744 support
  ARM: dts: r8a7744: Add SMP support
  ARM: dts: r8a7744: Add [H]SCIF{A|B} support
  dt-bindings: i2c: rcar: Document r8a7744 support
  dt-bindings: i2c: sh_mobile: Document r8a7744 support
  ARM: dts: r8a7744: Add I2C and IIC support
  dt-bindings: timer: renesas, cmt: Document r8a7744 CMT
  ARM: dts: r8a7744: Add CMT SoC specific support
  dt-bindings: watchdog: renesas-wdt: Document r8a7744 support
  ARM: dts: r8a7744: Add RWDT node
  ARM: dts: iwg20d-q7-common: Move cmt/rwdt node out of RZ/G1M SOM

 .../devicetree/bindings/dma/renesas,rcar-dmac.txt  |   1 +
 .../devicetree/bindings/gpio/renesas,gpio-rcar.txt |   1 +
 Documentation/devicetree/bindings/i2c/i2c-rcar.txt |   1 +
 .../devicetree/bindings/i2c/i2c-sh_mobile.txt      |   1 +
 .../devicetree/bindings/net/renesas,ravb.txt       |   1 +
 .../devicetree/bindings/power/renesas,apmu.txt     |   1 +
 .../devicetree/bindings/timer/renesas,cmt.txt      |   2 +
 .../devicetree/bindings/watchdog/renesas-wdt.txt   |   1 +
 arch/arm/boot/dts/iwg20d-q7-common.dtsi            |   9 +
 arch/arm/boot/dts/r8a7743-iwg20m.dtsi              |   9 -
 arch/arm/boot/dts/r8a7744.dtsi                     | 596 ++++++++++++++++++++-
 11 files changed, 598 insertions(+), 25 deletions(-)

Comments

Pavel Machek Nov. 20, 2019, 2:38 p.m. UTC | #1
Hi!

> This patch series add SYS-DMAC/GPIO/AVB/SMP/SCIF/HSCIF/I2C/IIC/CMT/RWDT
> support for iWave RZ/G1N platform.
> 
> Backported the relevent patches to linux-4.4.y-cip.

I don't see any problems with this series, and will apply it later
today if there are no objections.

Best regards,
								Pavel
								
>  .../devicetree/bindings/dma/renesas,rcar-dmac.txt  |   1 +
>  .../devicetree/bindings/gpio/renesas,gpio-rcar.txt |   1 +
>  Documentation/devicetree/bindings/i2c/i2c-rcar.txt |   1 +
>  .../devicetree/bindings/i2c/i2c-sh_mobile.txt      |   1 +
>  .../devicetree/bindings/net/renesas,ravb.txt       |   1 +
>  .../devicetree/bindings/power/renesas,apmu.txt     |   1 +
>  .../devicetree/bindings/timer/renesas,cmt.txt      |   2 +
>  .../devicetree/bindings/watchdog/renesas-wdt.txt   |   1 +
>  arch/arm/boot/dts/iwg20d-q7-common.dtsi            |   9 +
>  arch/arm/boot/dts/r8a7743-iwg20m.dtsi              |   9 -
>  arch/arm/boot/dts/r8a7744.dtsi                     | 596 ++++++++++++++++++++-
>  11 files changed, 598 insertions(+), 25 deletions(-)
Nobuhiro Iwamatsu Nov. 21, 2019, 12:16 a.m. UTC | #2
Hi all,

> -----Original Message-----
> From: Pavel Machek [mailto:pavel@denx.de]
> Sent: Wednesday, November 20, 2019 11:38 PM
> To: Biju Das <biju.das@bp.renesas.com>
> Cc: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○SW
> C□OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>; Chris Paterson <chris.paterson2@renesas.com>;
> Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Subject: Re: [PATCH 4.4.y-cip 00/17] Add
> SYS-DMAC/GPIO/AVB/SMP/SCIF/HSCIF/I2C/IIC/CMT/RWDT support
> 
> Hi!
> 
> > This patch series add
> > SYS-DMAC/GPIO/AVB/SMP/SCIF/HSCIF/I2C/IIC/CMT/RWDT
> > support for iWave RZ/G1N platform.
> >
> > Backported the relevent patches to linux-4.4.y-cip.
> 
> I don't see any problems with this series, and will apply it later today
> if there are no objections.

I checked this series, and I didn't see any problem.
I applied to linux-4.4y-cip branch.

Best regards,
  Nobuhiro