All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, soc <soc@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL] Renesas DTS updates for v6.10 (take two)
Date: Fri, 26 Apr 2024 09:35:19 +0200	[thread overview]
Message-ID: <cover.1714116737.git.geert+renesas@glider.be> (raw)

	Hi SoC folks,

The following changes since commit be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d:

  arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases (2024-04-09 09:34:52 +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.10-tag2

for you to fetch changes up to f026b6426603d25d2c8a8c517925c7b243cf223d:

  arm64: dts: renesas: r8a779h0: Link IOMMU consumers (2024-04-23 09:42:41 +0200)

----------------------------------------------------------------
Renesas DTS updates for v6.10 (take two)

  - Add external interrupt (IRQC) support for the RZ/Five SoC,
  - Add SPI (MSIOF), external interrupt (INTC-EX), and IOMMU support for
    the R-Car V4M SoC,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (3):
      arm64: dts: renesas: s4sk: Fix ethernet0 alias
      arm64: dts: renesas: r8a779h0: Add INTC-EX node
      arm64: dts: renesas: r8a779h0: Link IOMMU consumers

Lad Prabhakar (4):
      riscv: dts: renesas: r9a07g043f: Add IRQC node to RZ/Five SoC DTSI
      arm64: dts: renesas: r9a07g043: Move interrupt-parent property to common DTSI
      riscv: dts: renesas: rzfive-smarc-som: Drop deleting interrupt properties from ETH0/1 nodes
      arm64: dts: renesas: rzg3s-smarc-som: Enable eMMC by default

Thanh Le (1):
      arm64: dts: renesas: r8a779h0: Add IPMMU nodes

Thanh Quan (1):
      arm64: dts: renesas: r8a779h0: Add MSIOF nodes

 arch/arm64/boot/dts/renesas/r8a779f4-s4sk.dts     |   6 +-
 arch/arm64/boot/dts/renesas/r8a779h0.dtsi         | 226 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi        |   1 +
 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi       |   4 -
 arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi  |   2 +-
 arch/riscv/boot/dts/renesas/r9a07g043f.dtsi       |  75 +++++++
 arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi |  16 --
 7 files changed, 306 insertions(+), 24 deletions(-)

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

WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, soc <soc@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL] Renesas DTS updates for v6.10 (take two)
Date: Fri, 26 Apr 2024 09:35:19 +0200	[thread overview]
Message-ID: <cover.1714116737.git.geert+renesas@glider.be> (raw)

	Hi SoC folks,

The following changes since commit be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d:

  arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases (2024-04-09 09:34:52 +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.10-tag2

for you to fetch changes up to f026b6426603d25d2c8a8c517925c7b243cf223d:

  arm64: dts: renesas: r8a779h0: Link IOMMU consumers (2024-04-23 09:42:41 +0200)

----------------------------------------------------------------
Renesas DTS updates for v6.10 (take two)

  - Add external interrupt (IRQC) support for the RZ/Five SoC,
  - Add SPI (MSIOF), external interrupt (INTC-EX), and IOMMU support for
    the R-Car V4M SoC,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (3):
      arm64: dts: renesas: s4sk: Fix ethernet0 alias
      arm64: dts: renesas: r8a779h0: Add INTC-EX node
      arm64: dts: renesas: r8a779h0: Link IOMMU consumers

Lad Prabhakar (4):
      riscv: dts: renesas: r9a07g043f: Add IRQC node to RZ/Five SoC DTSI
      arm64: dts: renesas: r9a07g043: Move interrupt-parent property to common DTSI
      riscv: dts: renesas: rzfive-smarc-som: Drop deleting interrupt properties from ETH0/1 nodes
      arm64: dts: renesas: rzg3s-smarc-som: Enable eMMC by default

Thanh Le (1):
      arm64: dts: renesas: r8a779h0: Add IPMMU nodes

Thanh Quan (1):
      arm64: dts: renesas: r8a779h0: Add MSIOF nodes

 arch/arm64/boot/dts/renesas/r8a779f4-s4sk.dts     |   6 +-
 arch/arm64/boot/dts/renesas/r8a779h0.dtsi         | 226 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi        |   1 +
 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi       |   4 -
 arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi  |   2 +-
 arch/riscv/boot/dts/renesas/r9a07g043f.dtsi       |  75 +++++++
 arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi |  16 --
 7 files changed, 306 insertions(+), 24 deletions(-)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2024-04-26  7:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-26  7:35 Geert Uytterhoeven [this message]
2024-04-26  7:35 ` [GIT PULL] Renesas DTS updates for v6.10 (take two) Geert Uytterhoeven
2024-04-29 16:41 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1714116737.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.