All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, arm-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 1/2] Renesas ARM DT updates for v5.12 (take two)
Date: Fri, 29 Jan 2021 10:08:14 +0100	[thread overview]
Message-ID: <20210129090815.2552425-2-geert+renesas@glider.be> (raw)
In-Reply-To: <20210129090815.2552425-1-geert+renesas@glider.be>

The following changes since commit 1f4449e12c5c6682a6f4f8dbc7288c19c1c844f1:

  arm64: dts: renesas: r8a779a0: Add SYS-DMAC nodes (2021-01-14 12:13:00 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.12-tag2

for you to fetch changes up to 74477936a828a7c91a61ba7e625b7ce2299c8c98:

  arm64: dts: renesas: beacon: Fix EEPROM compatible value (2021-01-29 09:11:27 +0100)

----------------------------------------------------------------
Renesas ARM DT updates for v5.12 (take two)

  - Increase support (SPI, I2C, Ethernet, Serial, MMC) for the R-Car V3U
    SoC on the Renesas Falcon board,
  - Disable SD functions for plain eMMC,
  - A minor fix.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      arm64: dts: renesas: beacon: Fix EEPROM compatible value

Koji Matsuoka (2):
      arm64: dts: renesas: r8a779a0: Add MSIOF device nodes
      arm64: dts: renesas: r8a779a0: Add I2C nodes

Linh Phung (1):
      arm64: dts: renesas: r8a779a0: Add HSCIF support

Takeshi Saito (2):
      arm64: dts: renesas: r8a779a0: Add MMC node
      arm64: dts: renesas: falcon: Enable MMC

Tho Vu (1):
      arm64: dts: renesas: r8a779a0: Add Ethernet-AVB support

Wolfram Sang (5):
      arm64: dts: renesas: Disable SD functions for plain eMMC
      arm64: dts: renesas: falcon: Add I2C0,1,6 support
      arm64: dts: renesas: falcon: Add Ethernet-AVB0 support
      arm64: dts: renesas: r8a779a0: Add & update SCIF nodes
      arm64: dts: renesas: falcon: Complete SCIF0 nodes

 .../arm64/boot/dts/renesas/beacon-renesom-som.dtsi |   4 +-
 arch/arm64/boot/dts/renesas/hihope-common.dtsi     |   2 +
 arch/arm64/boot/dts/renesas/r8a77980-condor.dts    |   2 +
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     |   2 +
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts     |   2 +
 .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi      | 138 +++++
 arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts    |   1 +
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          | 620 +++++++++++++++++++++
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |   2 +
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |   2 +
 10 files changed, 774 insertions(+), 1 deletion(-)

WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, arm-soc <soc@kernel.org>
Cc: linux-renesas-soc@vger.kernel.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/2] Renesas ARM DT updates for v5.12 (take two)
Date: Fri, 29 Jan 2021 10:08:14 +0100	[thread overview]
Message-ID: <20210129090815.2552425-2-geert+renesas@glider.be> (raw)
Message-ID: <20210129090814.XODJWKXWxjsKv-P9qR5b1Lwu3s_brIzJwvh7Jn6BJYo@z> (raw)
In-Reply-To: <20210129090815.2552425-1-geert+renesas@glider.be>

The following changes since commit 1f4449e12c5c6682a6f4f8dbc7288c19c1c844f1:

  arm64: dts: renesas: r8a779a0: Add SYS-DMAC nodes (2021-01-14 12:13:00 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.12-tag2

for you to fetch changes up to 74477936a828a7c91a61ba7e625b7ce2299c8c98:

  arm64: dts: renesas: beacon: Fix EEPROM compatible value (2021-01-29 09:11:27 +0100)

----------------------------------------------------------------
Renesas ARM DT updates for v5.12 (take two)

  - Increase support (SPI, I2C, Ethernet, Serial, MMC) for the R-Car V3U
    SoC on the Renesas Falcon board,
  - Disable SD functions for plain eMMC,
  - A minor fix.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      arm64: dts: renesas: beacon: Fix EEPROM compatible value

Koji Matsuoka (2):
      arm64: dts: renesas: r8a779a0: Add MSIOF device nodes
      arm64: dts: renesas: r8a779a0: Add I2C nodes

Linh Phung (1):
      arm64: dts: renesas: r8a779a0: Add HSCIF support

Takeshi Saito (2):
      arm64: dts: renesas: r8a779a0: Add MMC node
      arm64: dts: renesas: falcon: Enable MMC

Tho Vu (1):
      arm64: dts: renesas: r8a779a0: Add Ethernet-AVB support

Wolfram Sang (5):
      arm64: dts: renesas: Disable SD functions for plain eMMC
      arm64: dts: renesas: falcon: Add I2C0,1,6 support
      arm64: dts: renesas: falcon: Add Ethernet-AVB0 support
      arm64: dts: renesas: r8a779a0: Add & update SCIF nodes
      arm64: dts: renesas: falcon: Complete SCIF0 nodes

 .../arm64/boot/dts/renesas/beacon-renesom-som.dtsi |   4 +-
 arch/arm64/boot/dts/renesas/hihope-common.dtsi     |   2 +
 arch/arm64/boot/dts/renesas/r8a77980-condor.dts    |   2 +
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     |   2 +
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts     |   2 +
 .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi      | 138 +++++
 arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts    |   1 +
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          | 620 +++++++++++++++++++++
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |   2 +
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |   2 +
 10 files changed, 774 insertions(+), 1 deletion(-)

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

  reply	other threads:[~2021-01-29  9:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29  9:08 [GIT PULL 0/2] Renesas ARM SoC updates for v5.12 (take two) Geert Uytterhoeven
2021-01-29  9:08 ` Geert Uytterhoeven
2021-01-29  9:08 ` Geert Uytterhoeven [this message]
2021-01-29  9:08   ` [GIT PULL 1/2] Renesas ARM DT " Geert Uytterhoeven
2021-01-30 11:34   ` Arnd Bergmann
2021-01-30 11:34     ` Arnd Bergmann
2021-01-29  9:08 ` [GIT PULL 2/2] Renesas driver updates for v5.12 Geert Uytterhoeven
2021-01-29  9:08   ` Geert Uytterhoeven
2021-01-30 11:28   ` Arnd Bergmann
2021-01-30 11:28     ` Arnd Bergmann
2021-01-30  0:00 ` [GIT PULL 0/2] Renesas ARM SoC updates for v5.12 (take two) 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=20210129090815.2552425-2-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.