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 4/5] Renesas driver updates for v5.19 (take two)
Date: Fri, 6 May 2022 11:32:15 +0200 [thread overview]
Message-ID: <cover.1651828613.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1651828600.git.geert+renesas@glider.be>
The following changes since commit 2f89bef90de4740be33b2cb4ba95e0107df0d25e:
soc: renesas: Identify RZ/G2UL SoC (2022-04-04 11:01:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v5.19-tag2
for you to fetch changes up to 27e7657a7cdc4b4a73bd5e4448e9ed733bae05c0:
soc: renesas: R-Car V3U is R-Car Gen4 (2022-05-05 12:31:22 +0200)
----------------------------------------------------------------
Renesas driver updates for v5.19 (take two)
- Initial support for the R-Car V4H and RZ/V2M SoCs,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Geert Uytterhoeven (2):
Merge tag 'renesas-r8a779g0-dt-binding-defs-tag' into renesas-drivers-for-v5.19
soc: renesas: R-Car V3U is R-Car Gen4
Herve Codina (1):
soc: renesas: rzn1: Select PM and PM_GENERIC_DOMAINS configs
Phil Edworthy (1):
soc: renesas: Add RZ/V2M (R9A09G011) config option
Yoshihiro Shimoda (5):
dt-bindings: power: Add r8a779g0 SYSC power domain definitions
dt-bindings: clock: Add r8a779g0 CPG Core Clock Definitions
soc: renesas: r8a779g0-sysc: Add r8a779g0 support
soc: renesas: Identify R-Car V4H
soc: renesas: rcar-rst: Add support for R-Car V4H
drivers/soc/renesas/Kconfig | 20 ++++++
drivers/soc/renesas/Makefile | 1 +
drivers/soc/renesas/r8a779g0-sysc.c | 62 ++++++++++++++++++
drivers/soc/renesas/rcar-gen4-sysc.c | 3 +
drivers/soc/renesas/rcar-gen4-sysc.h | 1 +
drivers/soc/renesas/rcar-rst.c | 1 +
drivers/soc/renesas/renesas-soc.c | 10 ++-
include/dt-bindings/clock/r8a779g0-cpg-mssr.h | 90 +++++++++++++++++++++++++++
include/dt-bindings/power/r8a779g0-sysc.h | 45 ++++++++++++++
9 files changed, 232 insertions(+), 1 deletion(-)
create mode 100644 drivers/soc/renesas/r8a779g0-sysc.c
create mode 100644 include/dt-bindings/clock/r8a779g0-cpg-mssr.h
create mode 100644 include/dt-bindings/power/r8a779g0-sysc.h
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 4/5] Renesas driver updates for v5.19 (take two)
Date: Fri, 6 May 2022 11:32:15 +0200 [thread overview]
Message-ID: <cover.1651828613.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1651828600.git.geert+renesas@glider.be>
The following changes since commit 2f89bef90de4740be33b2cb4ba95e0107df0d25e:
soc: renesas: Identify RZ/G2UL SoC (2022-04-04 11:01:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v5.19-tag2
for you to fetch changes up to 27e7657a7cdc4b4a73bd5e4448e9ed733bae05c0:
soc: renesas: R-Car V3U is R-Car Gen4 (2022-05-05 12:31:22 +0200)
----------------------------------------------------------------
Renesas driver updates for v5.19 (take two)
- Initial support for the R-Car V4H and RZ/V2M SoCs,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Geert Uytterhoeven (2):
Merge tag 'renesas-r8a779g0-dt-binding-defs-tag' into renesas-drivers-for-v5.19
soc: renesas: R-Car V3U is R-Car Gen4
Herve Codina (1):
soc: renesas: rzn1: Select PM and PM_GENERIC_DOMAINS configs
Phil Edworthy (1):
soc: renesas: Add RZ/V2M (R9A09G011) config option
Yoshihiro Shimoda (5):
dt-bindings: power: Add r8a779g0 SYSC power domain definitions
dt-bindings: clock: Add r8a779g0 CPG Core Clock Definitions
soc: renesas: r8a779g0-sysc: Add r8a779g0 support
soc: renesas: Identify R-Car V4H
soc: renesas: rcar-rst: Add support for R-Car V4H
drivers/soc/renesas/Kconfig | 20 ++++++
drivers/soc/renesas/Makefile | 1 +
drivers/soc/renesas/r8a779g0-sysc.c | 62 ++++++++++++++++++
drivers/soc/renesas/rcar-gen4-sysc.c | 3 +
drivers/soc/renesas/rcar-gen4-sysc.h | 1 +
drivers/soc/renesas/rcar-rst.c | 1 +
drivers/soc/renesas/renesas-soc.c | 10 ++-
include/dt-bindings/clock/r8a779g0-cpg-mssr.h | 90 +++++++++++++++++++++++++++
include/dt-bindings/power/r8a779g0-sysc.h | 45 ++++++++++++++
9 files changed, 232 insertions(+), 1 deletion(-)
create mode 100644 drivers/soc/renesas/r8a779g0-sysc.c
create mode 100644 include/dt-bindings/clock/r8a779g0-cpg-mssr.h
create mode 100644 include/dt-bindings/power/r8a779g0-sysc.h
_______________________________________________
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 ` Geert Uytterhoeven [this message]
2022-05-06 9:32 ` [GIT PULL 4/5] Renesas driver updates for v5.19 (take two) Geert Uytterhoeven
2022-05-06 9:32 ` [GIT PULL 5/5] Renesas DT binding " Geert Uytterhoeven
2022-05-06 9:32 ` 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.1651828613.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.