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 5/5] Renesas DT binding updates for v5.19 (take two)
Date: Fri, 6 May 2022 11:32:16 +0200 [thread overview]
Message-ID: <cover.1651828616.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1651828600.git.geert+renesas@glider.be>
The following changes since commit 05d39fc06cee5b11b195d0d5fec55d01da2781cb:
dt-bindings: arm: renesas: Document Renesas RZ/G2UL SMARC EVK (2022-04-13 12:19:31 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v5.19-tag2
for you to fetch changes up to 033a26dcbe10476c5203f590dce0537fac802d03:
dt-bindings: soc: renesas: Move renesas,rzg2l-sysc from arm to soc (2022-05-05 11:59:47 +0200)
----------------------------------------------------------------
Renesas DT binding updates for v5.19 (take two)
- Document support for the R-Car V4H SoC and the White Hawk
development board stack,
- Document support for the RZ/V2M SoC and the RZ/V2M Evaluation Kit
Board,
- Document SPI Multi I/O Bus Controller (RPC-IF) support for RZ/G2UL,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Biju Das (1):
dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC
Geert Uytterhoeven (1):
dt-bindings: soc: renesas: Move renesas,rzg2l-sysc from arm to soc
Phil Edworthy (1):
dt-bindings: arm: renesas: Document Renesas RZ/V2M SoC and EVK board
Yoshihiro Shimoda (3):
dt-bindings: arm: renesas: Document R-Car V4H White Hawk DT bindings
dt-bindings: reset: renesas,rst: Document r8a779g0 reset module
dt-bindings: power: renesas,rcar-sysc: Document r8a779g0 SYSC bindings
Documentation/devicetree/bindings/arm/renesas.yaml | 18 ++++++++++++++++++
.../bindings/memory-controllers/renesas,rpc-if.yaml | 1 +
.../devicetree/bindings/power/renesas,rcar-sysc.yaml | 1 +
.../devicetree/bindings/reset/renesas,rst.yaml | 1 +
.../{power => soc/renesas}/renesas,rzg2l-sysc.yaml | 2 +-
5 files changed, 22 insertions(+), 1 deletion(-)
rename Documentation/devicetree/bindings/{power => soc/renesas}/renesas,rzg2l-sysc.yaml (96%)
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 5/5] Renesas DT binding updates for v5.19 (take two)
Date: Fri, 6 May 2022 11:32:16 +0200 [thread overview]
Message-ID: <cover.1651828616.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1651828600.git.geert+renesas@glider.be>
The following changes since commit 05d39fc06cee5b11b195d0d5fec55d01da2781cb:
dt-bindings: arm: renesas: Document Renesas RZ/G2UL SMARC EVK (2022-04-13 12:19:31 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v5.19-tag2
for you to fetch changes up to 033a26dcbe10476c5203f590dce0537fac802d03:
dt-bindings: soc: renesas: Move renesas,rzg2l-sysc from arm to soc (2022-05-05 11:59:47 +0200)
----------------------------------------------------------------
Renesas DT binding updates for v5.19 (take two)
- Document support for the R-Car V4H SoC and the White Hawk
development board stack,
- Document support for the RZ/V2M SoC and the RZ/V2M Evaluation Kit
Board,
- Document SPI Multi I/O Bus Controller (RPC-IF) support for RZ/G2UL,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Biju Das (1):
dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC
Geert Uytterhoeven (1):
dt-bindings: soc: renesas: Move renesas,rzg2l-sysc from arm to soc
Phil Edworthy (1):
dt-bindings: arm: renesas: Document Renesas RZ/V2M SoC and EVK board
Yoshihiro Shimoda (3):
dt-bindings: arm: renesas: Document R-Car V4H White Hawk DT bindings
dt-bindings: reset: renesas,rst: Document r8a779g0 reset module
dt-bindings: power: renesas,rcar-sysc: Document r8a779g0 SYSC bindings
Documentation/devicetree/bindings/arm/renesas.yaml | 18 ++++++++++++++++++
.../bindings/memory-controllers/renesas,rpc-if.yaml | 1 +
.../devicetree/bindings/power/renesas,rcar-sysc.yaml | 1 +
.../devicetree/bindings/reset/renesas,rst.yaml | 1 +
.../{power => soc/renesas}/renesas,rzg2l-sysc.yaml | 2 +-
5 files changed, 22 insertions(+), 1 deletion(-)
rename Documentation/devicetree/bindings/{power => soc/renesas}/renesas,rzg2l-sysc.yaml (96%)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-05-06 9:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-06 9:32 [GIT PULL 0/5] Renesas SoC updates for v5.19 (take two) Geert Uytterhoeven
2022-05-06 9:32 ` Geert Uytterhoeven
2022-05-06 9:32 ` [GIT PULL 1/5] Renesas ARM defconfig " Geert Uytterhoeven
2022-05-06 9:32 ` Geert Uytterhoeven
2022-05-06 9:32 ` [GIT PULL 2/5] Renesas ARM DT " Geert Uytterhoeven
2022-05-06 9:32 ` Geert Uytterhoeven
2022-05-06 9:32 ` [GIT PULL 3/5] Renesas ARM SoC updates for v5.19 Geert Uytterhoeven
2022-05-06 9:32 ` Geert Uytterhoeven
2022-05-06 9:32 ` [GIT PULL 4/5] Renesas driver updates for v5.19 (take two) Geert Uytterhoeven
2022-05-06 9:32 ` Geert Uytterhoeven
2022-05-06 9:32 ` Geert Uytterhoeven [this message]
2022-05-06 9:32 ` [GIT PULL 5/5] Renesas DT binding " Geert Uytterhoeven
2022-05-06 21:10 ` [GIT PULL 0/5] Renesas SoC " 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.1651828616.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.