All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Rockchip clock changes for 7.1 #1
@ 2026-03-30 13:42 ` Heiko Stuebner
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2026-03-30 13:42 UTC (permalink / raw)
  To: mturquette, Stephen Boyd; +Cc: linux-clk, linux-rockchip

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Rockchip clock changes for 7.1 #1
@ 2026-03-30 13:42 ` Heiko Stuebner
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2026-03-30 13:42 UTC (permalink / raw)
  To: mturquette, Stephen Boyd; +Cc: linux-clk, linux-rockchip

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Rockchip clock changes for 7.1 #1
  2026-03-30 13:42 ` Heiko Stuebner
@ 2026-04-11 23:15   ` Stephen Boyd
  -1 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2026-04-11 23:15 UTC (permalink / raw)
  To: Heiko Stuebner, mturquette; +Cc: linux-clk, linux-rockchip

Quoting Heiko Stuebner (2026-03-30 06:42:00)
> 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)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Rockchip clock changes for 7.1 #1
@ 2026-04-11 23:15   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2026-04-11 23:15 UTC (permalink / raw)
  To: Heiko Stuebner, mturquette; +Cc: linux-clk, linux-rockchip

Quoting Heiko Stuebner (2026-03-30 06:42:00)
> 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)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-11 23:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-30 13:42 [GIT PULL] Rockchip clock changes for 7.1 #1 Heiko Stuebner
2026-03-30 13:42 ` Heiko Stuebner
2026-04-11 23:15 ` Stephen Boyd
2026-04-11 23:15   ` Stephen Boyd

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.