mbox series

[4.19.y-cip,00/14] Renesas RZ/G2 extend peripheral support

Message ID 1580560022-26873-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Renesas RZ/G2 extend peripheral support | expand

Message

Lad Prabhakar Feb. 1, 2020, 12:26 p.m. UTC
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

This patch series adds support for for following peripherals supported
by RZ/G2N:
1] I2C and IIC-DVFS
2] OPP's table for CPU nodes
3] Thermal zones
4] CMT and TMU

This patch series is based on linux-4.19.y-cip and all the patches in 
this series are cherry-picked from upstream.

Biju Das (12):
  dt-bindings: i2c: rcar: Add r8a774b1 support
  dt-bindings: i2c: sh_mobile: Add r8a774b1 support
  arm64: dts: renesas: r8a774b1: Add I2C and IIC-DVFS support
  arm64: dts: renesas: r8a774b1: Add OPPs table for cpu devices
  dt-bindings: thermal: rcar-gen3-thermal: Add r8a774b1 support
  thermal: rcar_gen3_thermal: Add r8a774b1 support
  arm64: dts: renesas: r8a774b1: Add RZ/G2N thermal support
  dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
  arm64: dts: renesas: r8a774b1: Add CMT device nodes
  dt-bindings: timer: renesas: tmu: Document r8a774b1 bindings
  clk: renesas: r8a774b1: Add TMU clock
  arm64: dts: renesas: r8a774b1: Add TMU device nodes

Simon Horman (2):
  dt-bindings: i2c: rcar: Rename bindings documentation file
  dt-bindings: i2c: sh_mobile: Rename bindings documentation file

 Documentation/devicetree/bindings/i2c/i2c-rcar.txt |  60 ----
 .../devicetree/bindings/i2c/i2c-sh_mobile.txt      |  67 ----
 .../devicetree/bindings/i2c/renesas,i2c.txt        |  61 ++++
 .../devicetree/bindings/i2c/renesas,iic.txt        |  68 ++++
 .../bindings/thermal/rcar-gen3-thermal.txt         |   1 +
 .../devicetree/bindings/timer/renesas,cmt.txt      |   2 +
 .../devicetree/bindings/timer/renesas,tmu.txt      |   1 +
 arch/arm64/boot/dts/renesas/r8a774b1.dtsi          | 359 ++++++++++++++++++++-
 drivers/clk/renesas/r8a774b1-cpg-mssr.c            |   5 +
 drivers/thermal/rcar_gen3_thermal.c                |   4 +
 10 files changed, 500 insertions(+), 128 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-rcar.txt
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/renesas,i2c.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/renesas,iic.txt

Comments

Pavel Machek Feb. 2, 2020, 6:43 p.m. UTC | #1
Hi!

> From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> 
> This patch series adds support for for following peripherals supported
> by RZ/G2N:
> 1] I2C and IIC-DVFS
> 2] OPP's table for CPU nodes
> 3] Thermal zones
> 4] CMT and TMU
> 
> This patch series is based on linux-4.19.y-cip and all the patches in 
> this series are cherry-picked from upstream.

Looks good to me. I can apply it if there are no objections.

Best regards,
								Pavel
Nobuhiro Iwamatsu Feb. 4, 2020, 11:19 p.m. UTC | #2
Hi,

> -----Original Message-----
> From: Pavel Machek [mailto:pavel@denx.de]
> Sent: Monday, February 3, 2020 3:43 AM
> To: Lad Prabhakar <prabhakar.mahadev-lad.rj@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>
> Subject: Re: [PATCH 4.19.y-cip 00/14] Renesas RZ/G2 extend peripheral
> support
> 
> Hi!
> 
> > From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> >
> > This patch series adds support for for following peripherals supported
> > by RZ/G2N:
> > 1] I2C and IIC-DVFS
> > 2] OPP's table for CPU nodes
> > 3] Thermal zones
> > 4] CMT and TMU
> >
> > This patch series is based on linux-4.19.y-cip and all the patches in
> > this series are cherry-picked from upstream.
> 
> Looks good to me. I can apply it if there are no objections.

Looks good to me, too.
Pavel, please apply this series.

Best regards,
  Nobuhiro
Pavel Machek Feb. 5, 2020, 10:39 p.m. UTC | #3
Hi!

> > > From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > >
> > > This patch series adds support for for following peripherals supported
> > > by RZ/G2N:
> > > 1] I2C and IIC-DVFS
> > > 2] OPP's table for CPU nodes
> > > 3] Thermal zones
> > > 4] CMT and TMU
> > >
> > > This patch series is based on linux-4.19.y-cip and all the patches in
> > > this series are cherry-picked from upstream.
> > 
> > Looks good to me. I can apply it if there are no objections.
> 
> Looks good to me, too.
> Pavel, please apply this series.

Thanks for the series. Tests seem to pass, so applied.

https://gitlab.com/cip-project/cip-kernel/linux-cip/commit/6620dd338cfe63ffd0b9e3347b22880c2a58ea46/pipelines?ref=ci%2Fpavel%2Flinux-cip

Best regards,
								Pavel
Lad Prabhakar Feb. 6, 2020, 7:06 a.m. UTC | #4
Hi Pavel/Nobuhiro,

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: 05 February 2020 22:40
> To: nobuhiro1.iwamatsu@toshiba.co.jp
> Cc: pavel@denx.de; Prabhakar Mahadev Lad <prabhakar.mahadev-
> lad.rj@bp.renesas.com>; cip-dev@lists.cip-project.org; Chris Paterson
> <Chris.Paterson2@renesas.com>
> Subject: Re: [PATCH 4.19.y-cip 00/14] Renesas RZ/G2 extend peripheral
> support
>
> Hi!
>
> > > > From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > > >
> > > > This patch series adds support for for following peripherals
> > > > supported by RZ/G2N:
> > > > 1] I2C and IIC-DVFS
> > > > 2] OPP's table for CPU nodes
> > > > 3] Thermal zones
> > > > 4] CMT and TMU
> > > >
> > > > This patch series is based on linux-4.19.y-cip and all the patches
> > > > in this series are cherry-picked from upstream.
> > >
> > > Looks good to me. I can apply it if there are no objections.
> >
> > Looks good to me, too.
> > Pavel, please apply this series.
>
> Thanks for the series. Tests seem to pass, so applied.
>
Thank you for the review and acceptance of patches.

Cheers,
--Prabhakar

> https://gitlab.com/cip-project/cip-kernel/linux-
> cip/commit/6620dd338cfe63ffd0b9e3347b22880c2a58ea46/pipelines?ref=ci%
> 2Fpavel%2Flinux-cip
>
> Best regards,
> Pavel
>
> --
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany


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