All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: mturquette@baylibre.com, Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org
Subject: [GIT PULL] Rockchip clock changes for 7.1 #1
Date: Mon, 30 Mar 2026 15:42:00 +0200	[thread overview]
Message-ID: <3746710.R56niFO833@phil> (raw)

Hi Mike, Stephen,

please find below a pull-request with a Rockchip clock change for 7.1
One new clock driver and sone newly accessible existing clocks.

Please pull.

Thanks
Heiko


The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.1-rockchip-clk1

for you to fetch changes up to 41b1a6760959017c4fa1dbc7c3cc318406ab1455:

  clk: rockchip: rk3568: Add PCIe pipe clock gates (2026-03-10 09:34:27 +0100)

----------------------------------------------------------------
New clock driver for the RV1103B. For whatever reason that SoC only got
a B addition to the name, but major changes internally - likely it is
pin compatible with the non-b-variant. Other change is actually
exporting PCIe pipe-clocks that were already in the binding.

----------------------------------------------------------------
Fabio Estevam (2):
      dt-bindings: clock: rockchip: Add RV1103B CRU support
      clk: rockchip: Add clock controller for the RV1103B

Shawn Lin (1):
      clk: rockchip: rk3568: Add PCIe pipe clock gates

 .../bindings/clock/rockchip,rv1126b-cru.yaml       |   1 +
 drivers/clk/rockchip/Kconfig                       |   7 +
 drivers/clk/rockchip/Makefile                      |   1 +
 drivers/clk/rockchip/clk-rk3568.c                  |   6 +
 drivers/clk/rockchip/clk-rv1103b.c                 | 658 +++++++++++++++++++++
 drivers/clk/rockchip/clk.h                         |  49 ++
 include/dt-bindings/clock/rockchip,rv1103b-cru.h   | 220 +++++++
 7 files changed, 942 insertions(+)
 create mode 100644 drivers/clk/rockchip/clk-rv1103b.c
 create mode 100644 include/dt-bindings/clock/rockchip,rv1103b-cru.h




WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: mturquette@baylibre.com, Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org
Subject: [GIT PULL] Rockchip clock changes for 7.1 #1
Date: Mon, 30 Mar 2026 15:42:00 +0200	[thread overview]
Message-ID: <3746710.R56niFO833@phil> (raw)

Hi Mike, Stephen,

please find below a pull-request with a Rockchip clock change for 7.1
One new clock driver and sone newly accessible existing clocks.

Please pull.

Thanks
Heiko


The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.1-rockchip-clk1

for you to fetch changes up to 41b1a6760959017c4fa1dbc7c3cc318406ab1455:

  clk: rockchip: rk3568: Add PCIe pipe clock gates (2026-03-10 09:34:27 +0100)

----------------------------------------------------------------
New clock driver for the RV1103B. For whatever reason that SoC only got
a B addition to the name, but major changes internally - likely it is
pin compatible with the non-b-variant. Other change is actually
exporting PCIe pipe-clocks that were already in the binding.

----------------------------------------------------------------
Fabio Estevam (2):
      dt-bindings: clock: rockchip: Add RV1103B CRU support
      clk: rockchip: Add clock controller for the RV1103B

Shawn Lin (1):
      clk: rockchip: rk3568: Add PCIe pipe clock gates

 .../bindings/clock/rockchip,rv1126b-cru.yaml       |   1 +
 drivers/clk/rockchip/Kconfig                       |   7 +
 drivers/clk/rockchip/Makefile                      |   1 +
 drivers/clk/rockchip/clk-rk3568.c                  |   6 +
 drivers/clk/rockchip/clk-rv1103b.c                 | 658 +++++++++++++++++++++
 drivers/clk/rockchip/clk.h                         |  49 ++
 include/dt-bindings/clock/rockchip,rv1103b-cru.h   | 220 +++++++
 7 files changed, 942 insertions(+)
 create mode 100644 drivers/clk/rockchip/clk-rv1103b.c
 create mode 100644 include/dt-bindings/clock/rockchip,rv1103b-cru.h




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

             reply	other threads:[~2026-03-30 13:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-30 13:42 Heiko Stuebner [this message]
2026-03-30 13:42 ` [GIT PULL] Rockchip clock changes for 7.1 #1 Heiko Stuebner
2026-04-11 23:15 ` Stephen Boyd
2026-04-11 23:15   ` 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=3746710.R56niFO833@phil \
    --to=heiko@sntech.de \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.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.