All of lore.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 v7.3 (take two)
Date: Fri,  7 Aug 2026 10:19:54 +0200	[thread overview]
Message-ID: <cover.1786090463.git.geert+renesas@glider.be> (raw)

	Hi Mike, Stephen,

The following changes since commit 2df26b8663b6f315d0e9364927c8503280fe3dd3:

  clk: r9a08g045: Add clocks and resets for CAN-FD (2026-07-13 13:58:01 +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-v7.3-tag2

for you to fetch changes up to 0fb9083a6e56f688aeeccfc7ef7eeba586e57dc6:

  clk: renesas: Add R-Car X5H CPG driver (2026-08-06 10:00:14 +0200)

----------------------------------------------------------------
clk: renesas: Updates for v7.3 (take two)

  - Add initial support for the R-Car X5H (R8A78000) SoC.

Notes:
  - This is based on my previous PR for v7.3, which you haven't pulled
    yet, and on v7.2-rc2 (for <linux/device-id/of.h>), which
    clk/clk-next is already based on,
  - This includes DT bindings and binding definitions for the R-Car X5H
    SoC, which are shared by the clock subsystem and DT source files.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (3):
      dt-bindings: clock: Document Renesas R-Car X5H Clock Pulse Generator
      Merge tag 'renesas-r8a78000-dt-binding-defs-tag2' into renesas-clk-for-v7.3
      clk: renesas: Add R-Car X5H CPG driver

 .../bindings/clock/renesas,r8a78000-cpg.yaml       |  55 +++++++
 drivers/clk/renesas/Kconfig                        |   4 +
 drivers/clk/renesas/Makefile                       |   1 +
 drivers/clk/renesas/r8a78000-cpg.c                 | 166 +++++++++++++++++++++
 include/dt-bindings/clock/renesas,r8a78000-cpg.h   |  14 ++
 5 files changed, 240 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a78000-cpg.yaml
 create mode 100644 drivers/clk/renesas/r8a78000-cpg.c
 create mode 100644 include/dt-bindings/clock/renesas,r8a78000-cpg.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:[~2026-08-07  8:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-07  8:19 Geert Uytterhoeven [this message]
2026-08-12  4:12 ` [GIT PULL] clk: renesas: Updates for v7.3 (take two) 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.1786090463.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 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.