soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Renesas SoC updates for v6.6
@ 2023-07-28 11:56 Geert Uytterhoeven
  2023-07-28 11:57 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2023-07-28 11:56 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

	Hi SoC folks,

This is my first pull request for the inclusion of Renesas SoC updates
for v6.5.

It consists of 3 parts:

  [GIT PULL 1/3] Renesas ARM defconfig updates for v6.6

    - Enable CSI driver support for Renesas RZ/V2M based platforms,
    - Enable MTU3a PWM and RAA215300 PMIC/RTC driver support, as used on
      Renesas RZ/{G2L,G2LC,G2UL,V2L} SMARC EVKs.

  [GIT PULL 2/3] Renesas ARM SoC updates for v6.6

    -   Drop unused OF includes.

  [GIT PULL 3/3] Renesas DTS updates for v6.6

    - Add Clocked Serial Interface (CSI) support for the RZ/V2M SoC,
    - Add PMIC, RTC, and PWM support for the RZ/G2L, RZ/G2LC, and RZ/V2L
      SMARC EVK development boards,
    - Add PWM (MTU3a) support for the RZ/G2UL and RZ/Five SoCs,
    - Add External interrupt (INTC-EX) support for the R-Car S4-8 SoC,
    - Add LED support for the Spider development board,
    - Miscellaneous fixes and improvements.

Thanks for pulling!

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 1/3] Renesas ARM defconfig updates for v6.6
  2023-07-28 11:56 [GIT PULL 0/3] Renesas SoC updates for v6.6 Geert Uytterhoeven
@ 2023-07-28 11:57 ` Geert Uytterhoeven
  2023-07-28 11:57 ` [GIT PULL 2/3] Renesas ARM SoC " Geert Uytterhoeven
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2023-07-28 11:57 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-defconfig-for-v6.6-tag1

for you to fetch changes up to 0bfe5475f6b9fc766aa1fabb0a90c88b882c2f70:

  arm64: defconfig: Enable PMIC RAA215300 and RTC ISL 1208 configs (2023-07-10 09:29:21 +0200)

----------------------------------------------------------------
Renesas ARM defconfig updates for v6.6

  - Enable CSI driver support for Renesas RZ/V2M based platforms,
  - Enable MTU3a PWM and RAA215300 PMIC/RTC driver support, as used on
    Renesas RZ/{G2L,G2LC,G2UL,V2L} SMARC EVKs.

----------------------------------------------------------------
Biju Das (2):
      arm64: defconfig: Enable Renesas MTU3a PWM config
      arm64: defconfig: Enable PMIC RAA215300 and RTC ISL 1208 configs

Fabrizio Castro (1):
      arm64: defconfig: Enable Renesas RZ/V2M CSI driver

 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 2/3] Renesas ARM SoC updates for v6.6
  2023-07-28 11:56 [GIT PULL 0/3] Renesas SoC updates for v6.6 Geert Uytterhoeven
  2023-07-28 11:57 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
@ 2023-07-28 11:57 ` Geert Uytterhoeven
  2023-07-28 11:57 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2023-07-28 11:57 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-soc-for-v6.6-tag1

for you to fetch changes up to bfb345a7bdc186ebbf2b9c53215f0f7b9bdba9fd:

  ARM: shmobile: rcar-gen2: Drop unused OF includes (2023-07-25 11:11:42 +0200)

----------------------------------------------------------------
Renesas ARM SoC updates for v6.6

  -   Drop unused OF includes.

----------------------------------------------------------------
Rob Herring (1):
      ARM: shmobile: rcar-gen2: Drop unused OF includes

 arch/arm/mach-shmobile/setup-rcar-gen2.c | 1 -
 1 file changed, 1 deletion(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 3/3] Renesas DTS updates for v6.6
  2023-07-28 11:56 [GIT PULL 0/3] Renesas SoC updates for v6.6 Geert Uytterhoeven
  2023-07-28 11:57 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
  2023-07-28 11:57 ` [GIT PULL 2/3] Renesas ARM SoC " Geert Uytterhoeven
@ 2023-07-28 11:57 ` Geert Uytterhoeven
  2023-08-12  9:14 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
  2023-08-12 10:20 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2023-07-28 11:57 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 4c188fa183ebb45238ef16504c4c7606955cf9d4:

  arm64: dts: renesas: rzg2l: Update overfow/underflow IRQ names for MTU3 channels (2023-07-25 11:40:34 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dts-for-v6.6-tag1

for you to fetch changes up to 406b5af40ed367eefcdb27440ea98f02c1d1ef0d:

  arm64: dts: renesas: spider-cpu: Add GP LEDs (2023-07-27 14:41:21 +0200)

----------------------------------------------------------------
Renesas DTS updates for v6.6

  - Add Clocked Serial Interface (CSI) support for the RZ/V2M SoC,
  - Add PMIC, RTC, and PWM support for the RZ/G2L, RZ/G2LC, and RZ/V2L
    SMARC EVK development boards,
  - Add PWM (MTU3a) support for the RZ/G2UL and RZ/Five SoCs,
  - Add External interrupt (INTC-EX) support for the R-Car S4-8 SoC,
  - Add LED support for the Spider development board,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (7):
      arm64: dts: renesas: rzg2l-smarc-som: Enable PMIC and built-in RTC
      arm64: dts: renesas: rzg2l-smarc: Add support for enabling MTU3
      arm64: dts: renesas: rzg2lc-smarc: Add support for enabling MTU3
      arm64: dts: renesas: rzg2lc-smarc-som: Add PHY interrupt support for ETH0
      arm64: dts: renesas: rzg2lc-smarc-som: Enable PMIC and built-in RTC
      arm64: dts: renesas: r9a07g043: Add MTU3a node
      arm64: dts: renesas: rzg2ul-smarc: Add support for enabling MTU3

Chris Paterson (1):
      arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos

Conor Dooley (1):
      riscv: dts: renesas: Clean up dtbs_check W=1 warning due to empty phy node

Fabrizio Castro (1):
      arm64: dts: renesas: r9a09g011: Add CSI nodes

Geert Uytterhoeven (2):
      arm64: dts: renesas: r8a779f0: Add INTC-EX node
      arm64: dts: renesas: spider-cpu: Add GP LEDs

Krzysztof Kozlowski (4):
      arm64: dts: renesas: Minor whitespace cleanup around '='
      ARM: dts: renesas: Add missing space before {
      arm64: dts: renesas: Add missing space before {
      ARM dts: renesas: armadillo800eva: Switch to enable-gpios

 .../boot/dts/renesas/r8a7740-armadillo800eva.dts   |  2 +-
 .../arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts |  2 +-
 arch/arm64/boot/dts/renesas/gmsl-cameras.dtsi      |  4 +-
 arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts     |  2 +-
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |  4 +-
 .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi      | 20 +++++++
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi          | 15 +++++
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi         | 70 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r9a07g043u11-smarc.dts | 11 ++++
 arch/arm64/boot/dts/renesas/r9a07g044c2-smarc.dts  | 12 ++++
 arch/arm64/boot/dts/renesas/r9a07g044l2-smarc.dts  | 21 +++++++
 arch/arm64/boot/dts/renesas/r9a07g054l2-smarc.dts  | 20 +++++++
 arch/arm64/boot/dts/renesas/r9a09g011.dtsi         | 28 +++++++++
 arch/arm64/boot/dts/renesas/rz-smarc-common.dtsi   |  4 +-
 .../boot/dts/renesas/rzg2l-smarc-pinfunction.dtsi  | 20 +++++++
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi   | 22 ++++++-
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi       | 23 ++++++-
 .../boot/dts/renesas/rzg2lc-smarc-pinfunction.dtsi |  9 +++
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi  | 26 +++++++-
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi      | 14 ++++-
 .../boot/dts/renesas/rzg2ul-smarc-pinfunction.dtsi |  6 ++
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi  |  4 +-
 arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi      | 13 ++++
 arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi  |  2 +
 24 files changed, 335 insertions(+), 19 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL 0/3] Renesas SoC updates for v6.6
  2023-07-28 11:56 [GIT PULL 0/3] Renesas SoC updates for v6.6 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2023-07-28 11:57 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
@ 2023-08-12  9:14 ` patchwork-bot+linux-soc
  2023-08-12 10:20 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2023-08-12  9:14 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: soc

Hello:

This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 28 Jul 2023 13:56:59 +0200 you wrote:
> Hi SoC folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.5.
> 
> It consists of 3 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] Renesas ARM defconfig updates for v6.6
    (no matching commit)
  - [GIT,PULL,2/3] Renesas ARM SoC updates for v6.6
    https://git.kernel.org/soc/soc/c/d69ba6fe6677
  - [GIT,PULL,3/3] Renesas DTS updates for v6.6
    https://git.kernel.org/soc/soc/c/8be4ee0ee081

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL 0/3] Renesas SoC updates for v6.6
  2023-07-28 11:56 [GIT PULL 0/3] Renesas SoC updates for v6.6 Geert Uytterhoeven
                   ` (3 preceding siblings ...)
  2023-08-12  9:14 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
@ 2023-08-12 10:20 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2023-08-12 10:20 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: soc

Hello:

This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 28 Jul 2023 13:56:59 +0200 you wrote:
> Hi SoC folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.5.
> 
> It consists of 3 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] Renesas ARM defconfig updates for v6.6
    https://git.kernel.org/soc/soc/c/75f27cbab58d
  - [GIT,PULL,2/3] Renesas ARM SoC updates for v6.6
    (no matching commit)
  - [GIT,PULL,3/3] Renesas DTS updates for v6.6
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-12 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28 11:56 [GIT PULL 0/3] Renesas SoC updates for v6.6 Geert Uytterhoeven
2023-07-28 11:57 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
2023-07-28 11:57 ` [GIT PULL 2/3] Renesas ARM SoC " Geert Uytterhoeven
2023-07-28 11:57 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
2023-08-12  9:14 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
2023-08-12 10:20 ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).