From: Geert Uytterhoeven <geert+renesas@glider.be>
To: soc@lists.linux.dev, 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 3/5] Renesas driver updates for v6.15
Date: Fri, 21 Feb 2025 17:57:24 +0100 [thread overview]
Message-ID: <cover.1740156741.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1740156736.git.geert+renesas@glider.be>
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v6.15-tag1
for you to fetch changes up to 25a5246b0e564d238e917b5a3684171718c950fd:
soc: renesas: r9a09g057-sys: Add a callback to print SoC-specific extra features (2025-02-20 17:38:33 +0100)
----------------------------------------------------------------
Renesas driver updates for v6.15
- Add a driver for the System Controller on RZ/G3S, RZ/G3E, and
RZ/V2H.
----------------------------------------------------------------
Claudiu Beznea (2):
soc: renesas: Add SYSC driver for Renesas RZ family
soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driver
John Madieu (3):
soc: renesas: rz-sysc: Add support for RZ/G3E family
soc: renesas: rz-sysc: Move RZ/V2H SoC detection to the SYS driver
soc: renesas: r9a09g057-sys: Add a callback to print SoC-specific extra features
drivers/soc/renesas/Kconfig | 18 +++++
drivers/soc/renesas/Makefile | 4 +
drivers/soc/renesas/r9a08g045-sysc.c | 23 ++++++
drivers/soc/renesas/r9a09g047-sys.c | 67 +++++++++++++++++
drivers/soc/renesas/r9a09g057-sys.c | 67 +++++++++++++++++
drivers/soc/renesas/renesas-soc.c | 33 +--------
drivers/soc/renesas/rz-sysc.c | 137 +++++++++++++++++++++++++++++++++++
drivers/soc/renesas/rz-sysc.h | 46 ++++++++++++
8 files changed, 363 insertions(+), 32 deletions(-)
create mode 100644 drivers/soc/renesas/r9a08g045-sysc.c
create mode 100644 drivers/soc/renesas/r9a09g047-sys.c
create mode 100644 drivers/soc/renesas/r9a09g057-sys.c
create mode 100644 drivers/soc/renesas/rz-sysc.c
create mode 100644 drivers/soc/renesas/rz-sysc.h
next prev parent reply other threads:[~2025-02-21 17:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-21 16:57 [GIT PULL 0/5] Renesas SoC updates for v6.15 Geert Uytterhoeven
2025-02-21 16:57 ` [GIT PULL 1/5] Renesas ARM defconfig " Geert Uytterhoeven
2025-02-21 16:57 ` [GIT PULL 2/5] Renesas ARM SoC " Geert Uytterhoeven
2025-02-21 16:57 ` Geert Uytterhoeven [this message]
2025-02-21 16:57 ` [GIT PULL 4/5] Renesas DT binding " Geert Uytterhoeven
2025-02-21 16:57 ` [GIT PULL 5/5] Renesas DTS " Geert Uytterhoeven
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.1740156741.git.geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=soc@kernel.org \
--cc=soc@lists.linux.dev \
/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.