public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL] clk: renesas: Updates for v6.18
Date: Fri, 29 Aug 2025 14:18:34 +0200	[thread overview]
Message-ID: <cover.1756469006.git.geert+renesas@glider.be> (raw)

	Hi Mike, Stephen,

The following changes since commit f63aaf6e71de897954fbde4e4a17a9dcdbe5e7e1:

  clk: renesas: mstp: Add genpd OF provider at postcore_initcall() (2025-08-18 09:36:55 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-clk-for-v6.18-tag1

for you to fetch changes up to 6bbf77bb22565332744c74e9806f8fb50402d73e:

  clk: renesas: r9a09g047: Add GPT clocks and resets (2025-08-25 15:57:49 +0200)

----------------------------------------------------------------
clk: renesas: Updates for v6.18

  - Add USB and remaining serial (SCI) clocks and resets on RZ/T2H and
    RZ/N2H,
  - Add I3C and PCIe clocks and resets on RZ/G3S,
  - Add DMAC and PWM (GPT) clocks and resets on RZ/G3E,
  - Add Module Stop (MSTOP) support on RZ/G2L and RZ/G2UL,
  - Convert from round_rate() to determine_rate(),
  - Miscellaneous fixes and improvements.

Note that:
  1. This is based on renesas-clk-fixes-for-v6.17-tag1, which you
     have not pulled yet,
  2. This includes DT binding definition updates for the RZ/T2H and
     RZ/N2H SoCs, which are shared by clock driver, pin control driver,
     and DT source files.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (1):
      clk: renesas: r9a09g047: Add GPT clocks and resets

Brian Masney (2):
      clk: renesas: rzg2l: convert from round_rate() to determine_rate()
      clk: renesas: rzv2h: remove round_rate() in favor of determine_rate()

Claudiu Beznea (5):
      clk: renesas: r9a08g045: Add PCIe clocks and resets
      clk: renesas: r9a08g045: Add MSTOP for GPIO
      clk: renesas: r9a07g044: Add MSTOP for RZ/G2L
      clk: renesas: r9a07g043: Add MSTOP for RZ/G2UL
      clk: renesas: r9a07g04[34]: Use tabs instead of spaces

Geert Uytterhoeven (1):
      Merge tag 'renesas-r9a09g077-dt-binding-defs-tag3' into renesas-clk-for-v6.18

Lad Prabhakar (4):
      dt-bindings: clock: renesas,r9a09g077/87: Add USB_CLK clock ID
      dt-bindings: pinctrl: renesas: Document RZ/T2H and RZ/N2H SoCs
      clk: renesas: r9a09g077: Add USB core and module clocks
      clk: renesas: r9a09g077: Add module clocks for SCI1-SCI5

Tommaso Merciai (1):
      clk: renesas: r9a09g047: Add DMAC clocks and resets

Wolfram Sang (1):
      clk: renesas: r9a08g045: Add I3C clocks and resets

 .../pinctrl/renesas,r9a09g077-pinctrl.yaml         | 172 +++++++++++++++++++++
 drivers/clk/renesas/r9a07g043-cpg.c                | 140 ++++++++---------
 drivers/clk/renesas/r9a07g044-cpg.c                | 162 +++++++++----------
 drivers/clk/renesas/r9a08g045-cpg.c                |  29 +++-
 drivers/clk/renesas/r9a09g047-cpg.c                |  27 ++++
 drivers/clk/renesas/r9a09g077-cpg.c                |  29 +++-
 drivers/clk/renesas/rzg2l-cpg.c                    |   9 +-
 drivers/clk/renesas/rzg2l-cpg.h                    |   1 +
 drivers/clk/renesas/rzv2h-cpg.c                    |  10 --
 .../dt-bindings/clock/renesas,r9a09g077-cpg-mssr.h |   1 +
 .../dt-bindings/clock/renesas,r9a09g087-cpg-mssr.h |   1 +
 .../pinctrl/renesas,r9a09g077-pinctrl.h            |  22 +++
 12 files changed, 435 insertions(+), 168 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,r9a09g077-pinctrl.yaml
 create mode 100644 include/dt-bindings/pinctrl/renesas,r9a09g077-pinctrl.h

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

             reply	other threads:[~2025-08-29 12:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-29 12:18 Geert Uytterhoeven [this message]
2025-09-13 21:38 ` [GIT PULL] clk: renesas: Updates for v6.18 Stephen Boyd

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.1756469006.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox