mbox series

[v2,4.4.y-cip,00/11] Renesas RZ/G1x add SoC detection support

Message ID 20201201083938.32688-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Renesas RZ/G1x add SoC detection support | expand

Message

Lad Prabhakar Dec. 1, 2020, 8:39 a.m. UTC
Hi All,

This patch series adds SoC detection support for Renesas RZ/G1x SoC's.

All the patches apart from {7, 9, 11}/11 have been cherry picked from
Linux v5.10-rc6

Cheers,
Prabhakar

Changes for v2:
* Added upstream commit-id for patches {7, 9, 11}/11

Biju Das (1):
  soc: renesas: Identify RZ/G1C

Geert Uytterhoeven (6):
  base: soc: Early register bus when needed
  soc: renesas: Identify SoC and register with the SoC bus
  ARM: dts: r8a7743: Add device node for PRR
  ARM: dts: r8a7745: Add device node for PRR
  soc: renesas: Identify RZ/G1N
  soc: renesas: Identify RZ/G1H

Lad Prabhakar (3):
  ARM: dts: r8a7744: Add device node for PRR
  ARM: dts: r8a7742: Add device node for PRR
  ARM: dts: r8a77470: Add device node for PRR

Simon Horman (1):
  dt-bindings: arm: renesas: Convert 'renesas,prr' to json-schema

 .../devicetree/bindings/arm/renesas,prr.yaml  |  37 +++++
 arch/arm/boot/dts/r8a7742.dtsi                |   5 +
 arch/arm/boot/dts/r8a7743.dtsi                |   5 +
 arch/arm/boot/dts/r8a7744.dtsi                |   5 +
 arch/arm/boot/dts/r8a7745.dtsi                |   5 +
 arch/arm/boot/dts/r8a77470.dtsi               |   5 +
 arch/arm/mach-shmobile/Kconfig                |   5 +
 drivers/base/soc.c                            |   9 ++
 drivers/soc/renesas/Makefile                  |   2 +
 drivers/soc/renesas/renesas-soc.c             | 147 ++++++++++++++++++
 10 files changed, 225 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/renesas,prr.yaml
 create mode 100644 drivers/soc/renesas/renesas-soc.c

Comments

Pavel Machek Dec. 1, 2020, 9:28 a.m. UTC | #1
Hi!

> This patch series adds SoC detection support for Renesas RZ/G1x SoC's.
> 
> All the patches apart from {7, 9, 11}/11 have been cherry picked from
> Linux v5.10-rc6

Series looks good to me, I can apply it if there are no other
comments.

Best regards,
								Pavel
Nobuhiro Iwamatsu Dec. 3, 2020, 2:28 a.m. UTC | #2
Hi,

> -----Original Message-----
> From: Pavel Machek [mailto:pavel@denx.de]
> Sent: Tuesday, December 1, 2020 6:28 PM
> To: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Cc: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>; Biju Das <biju.das.jz@bp.renesas.com>
> Subject: Re: [PATCH v2 4.4.y-cip 00/11] Renesas RZ/G1x add SoC detection support
> 
> Hi!
> 
> > This patch series adds SoC detection support for Renesas RZ/G1x SoC's.
> >
> > All the patches apart from {7, 9, 11}/11 have been cherry picked from
> > Linux v5.10-rc6
> 
> Series looks good to me, I can apply it if there are no other
> comments.

I applied and pushed this series.

Best regards,
  Nobuhiro
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5934): https://lists.cip-project.org/g/cip-dev/message/5934
Mute This Topic: https://lists.cip-project.org/mt/78628858/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]
-=-=-=-=-=-=-=-=-=-=-=-
Lad Prabhakar Dec. 3, 2020, 8:55 a.m. UTC | #3
Hi Nobuhiro, Pavel,

> -----Original Message-----
> From: nobuhiro1.iwamatsu@toshiba.co.jp <nobuhiro1.iwamatsu@toshiba.co.jp>
> Sent: 03 December 2020 02:29
> To: pavel@denx.de; Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Cc: cip-dev@lists.cip-project.org; Biju Das <biju.das.jz@bp.renesas.com>
> Subject: RE: [PATCH v2 4.4.y-cip 00/11] Renesas RZ/G1x add SoC detection support
> 
> Hi,
> 
> > -----Original Message-----
> > From: Pavel Machek [mailto:pavel@denx.de]
> > Sent: Tuesday, December 1, 2020 6:28 PM
> > To: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Cc: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> > <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>; Biju Das
> <biju.das.jz@bp.renesas.com>
> > Subject: Re: [PATCH v2 4.4.y-cip 00/11] Renesas RZ/G1x add SoC detection support
> >
> > Hi!
> >
> > > This patch series adds SoC detection support for Renesas RZ/G1x SoC's.
> > >
> > > All the patches apart from {7, 9, 11}/11 have been cherry picked from
> > > Linux v5.10-rc6
> >
> > Series looks good to me, I can apply it if there are no other
> > comments.
> 
> I applied and pushed this series.
> 
Thank you for the review and acceptance.

Cheers,
Prabhakar

> Best regards,
>   Nobuhiro
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5935): https://lists.cip-project.org/g/cip-dev/message/5935
Mute This Topic: https://lists.cip-project.org/mt/78628858/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]
-=-=-=-=-=-=-=-=-=-=-=-