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 v6.9
Date: Fri,  9 Feb 2024 17:55:15 +0100	[thread overview]
Message-ID: <cover.1707496335.git.geert+renesas@glider.be> (raw)

	Hi Mike, Stephen,

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

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.9-tag1

for you to fetch changes up to 5aaa139b9a03e1a43484a73248c6353a9c4d95c6:

  clk: renesas: r8a779h0: Add I2C clocks (2024-02-06 11:20:12 +0100)

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

  - Ignore all clocks which are assigned to a non-Linux system,
  - Add watchdog clock on RZ/G3S,
  - Add camera (CRU) clock and reset on RZ/G2UL,
  - Add support for the R-Car V4M (R8A779H0) SoC,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (1):
      clk: renesas: r9a07g043: Add clock and reset entries for CRU

Claudiu Beznea (1):
      clk: renesas: r9a08g045: Add clock and reset support for watchdog

Cong Dang (4):
      clk: renesas: cpg-mssr: Add support for R-Car V4M
      clk: renesas: r8a779h0: Add PFC/GPIO clocks
      clk: renesas: r8a779h0: Add watchdog clock
      clk: renesas: r8a779h0: Add I2C clocks

Duy Nguyen (3):
      dt-bindings: power: renesas,rcar-sysc: Document R-Car V4M support
      dt-bindings: power: Add r8a779h0 SYSC power domain definitions
      dt-bindings: clock: Add R8A779H0 V4M CPG Core Clock Definitions

Geert Uytterhoeven (5):
      clk: renesas: mstp: Remove obsolete clkdev registration
      dt-bindings: clock: renesas,cpg-mssr: Document R-Car V4M support
      Merge tag 'renesas-r8a779h0-dt-binding-defs-tag' into renesas-clk-for-v6.9
      clk: renesas: rcar-gen4: Add support for FRQCRC1
      clk: renesas: r8a779g0: Fix PCIe clock name

Kuninori Morimoto (4):
      of: Add __of_device_is_status() and makes more generic status check
      of: Add of_get_next_status_child() and makes more generic of_get_next
      of: Add for_each_reserved_child_of_node()
      clk: renesas: cpg-mssr: Ignore all clocks assigned to non-Linux system

 .../bindings/clock/renesas,cpg-mssr.yaml           |   1 +
 .../bindings/power/renesas,rcar-sysc.yaml          |   1 +
 drivers/clk/renesas/Kconfig                        |   5 +
 drivers/clk/renesas/Makefile                       |   1 +
 drivers/clk/renesas/clk-mstp.c                     |  16 +-
 drivers/clk/renesas/r8a779g0-cpg-mssr.c            |   2 +-
 drivers/clk/renesas/r8a779h0-cpg-mssr.c            | 249 +++++++++++++++++++++
 drivers/clk/renesas/r9a07g043-cpg.c                |  31 +++
 drivers/clk/renesas/r9a08g045-cpg.c                |   3 +
 drivers/clk/renesas/rcar-gen4-cpg.c                |  10 +-
 drivers/clk/renesas/renesas-cpg-mssr.c             | 117 +++++++++-
 drivers/clk/renesas/renesas-cpg-mssr.h             |   1 +
 drivers/of/base.c                                  | 111 ++++++---
 .../dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h  |  96 ++++++++
 include/dt-bindings/power/renesas,r8a779h0-sysc.h  |  49 ++++
 include/linux/of.h                                 |  11 +
 16 files changed, 651 insertions(+), 53 deletions(-)
 create mode 100644 drivers/clk/renesas/r8a779h0-cpg-mssr.c
 create mode 100644 include/dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h
 create mode 100644 include/dt-bindings/power/renesas,r8a779h0-sysc.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:[~2024-02-09 16:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-09 16:55 Geert Uytterhoeven [this message]
2024-02-19 19:32 ` [GIT PULL] clk: renesas: Updates for v6.9 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.1707496335.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.