* [GIT PULL] Allwinner clock changes for 6.15
@ 2025-03-13 13:25 Chen-Yu Tsai
2025-03-14 0:53 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Chen-Yu Tsai @ 2025-03-13 13:25 UTC (permalink / raw)
To: Stephen Boyd
Cc: Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, linux-sunxi,
linux-clk
[-- Attachment #1: Type: text/plain, Size: 3683 bytes --]
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi-clk-for-6.15
for you to fetch changes up to 8cea339cfb81eb3354b0f27ceb27e2bb107efa6d:
clk: sunxi-ng: add support for the A523/T527 PRCM CCU (2025-03-12 11:58:11 +0800)
----------------------------------------------------------------
Allwinner clock changes for 6.15
- Extend H616 clock driver to cover TCON clock and reset
- Enable H616 GPU clock reparenting during rate change
- Add new clock driver for A523/T527
----------------------------------------------------------------
Andre Przywara (14):
clk: sunxi-ng: mp: introduce dual-divider clock
clk: sunxi-ng: mp: provide wrappers for setting feature flags
clk: sunxi-ng: Add support for update bit
dt-bindings: clk: sunxi-ng: document two Allwinner A523 CCUs
clk: sunxi-ng: Add support for the A523/T527 CCU PLLs
clk: sunxi-ng: a523: Add support for bus clocks
clk: sunxi-ng: a523: add video mod clocks
clk: sunxi-ng: a523: add system mod clocks
clk: sunxi-ng: a523: add interface mod clocks
clk: sunxi-ng: a523: add USB mod clocks
clk: sunxi-ng: a523: remaining mod clocks
clk: sunxi-ng: a523: add bus clock gates
clk: sunxi-ng: a523: add reset lines
clk: sunxi-ng: add support for the A523/T527 PRCM CCU
Chris Morgan (2):
dt-bindings: clock: sun50i-h616-ccu: Add LCD TCON clk and reset
clk: sunxi-ng: h616: Add clock/reset for LCD TCON
Philippe Simons (1):
clk: sunxi-ng: h616: Reparent GPU clock during frequency changes
.../bindings/clock/allwinner,sun55i-a523-ccu.yaml | 103 ++
drivers/clk/sunxi-ng/Kconfig | 10 +
drivers/clk/sunxi-ng/Makefile | 4 +
drivers/clk/sunxi-ng/ccu-sun50i-h616.c | 60 +-
drivers/clk/sunxi-ng/ccu-sun50i-h616.h | 2 +-
drivers/clk/sunxi-ng/ccu-sun55i-a523-r.c | 248 +++
drivers/clk/sunxi-ng/ccu-sun55i-a523-r.h | 14 +
drivers/clk/sunxi-ng/ccu-sun55i-a523.c | 1685 ++++++++++++++++++++
drivers/clk/sunxi-ng/ccu-sun55i-a523.h | 14 +
drivers/clk/sunxi-ng/ccu_common.h | 5 +
drivers/clk/sunxi-ng/ccu_div.c | 2 +
drivers/clk/sunxi-ng/ccu_gate.c | 4 +
drivers/clk/sunxi-ng/ccu_mp.c | 51 +-
drivers/clk/sunxi-ng/ccu_mp.h | 58 +-
drivers/clk/sunxi-ng/ccu_mux.c | 2 +
include/dt-bindings/clock/sun50i-h616-ccu.h | 4 +
include/dt-bindings/clock/sun55i-a523-ccu.h | 189 +++
include/dt-bindings/clock/sun55i-a523-r-ccu.h | 37 +
include/dt-bindings/reset/sun50i-h616-ccu.h | 2 +
include/dt-bindings/reset/sun55i-a523-ccu.h | 88 +
include/dt-bindings/reset/sun55i-a523-r-ccu.h | 25 +
21 files changed, 2590 insertions(+), 17 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun55i-a523-ccu.yaml
create mode 100644 drivers/clk/sunxi-ng/ccu-sun55i-a523-r.c
create mode 100644 drivers/clk/sunxi-ng/ccu-sun55i-a523-r.h
create mode 100644 drivers/clk/sunxi-ng/ccu-sun55i-a523.c
create mode 100644 drivers/clk/sunxi-ng/ccu-sun55i-a523.h
create mode 100644 include/dt-bindings/clock/sun55i-a523-ccu.h
create mode 100644 include/dt-bindings/clock/sun55i-a523-r-ccu.h
create mode 100644 include/dt-bindings/reset/sun55i-a523-ccu.h
create mode 100644 include/dt-bindings/reset/sun55i-a523-r-ccu.h
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Allwinner clock changes for 6.15
2025-03-13 13:25 [GIT PULL] Allwinner clock changes for 6.15 Chen-Yu Tsai
@ 2025-03-14 0:53 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2025-03-14 0:53 UTC (permalink / raw)
To: Chen-Yu Tsai
Cc: Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, linux-sunxi,
linux-clk
Quoting Chen-Yu Tsai (2025-03-13 06:25:03)
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
>
> Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi-clk-for-6.15
>
> for you to fetch changes up to 8cea339cfb81eb3354b0f27ceb27e2bb107efa6d:
>
> clk: sunxi-ng: add support for the A523/T527 PRCM CCU (2025-03-12 11:58:11 +0800)
>
> ----------------------------------------------------------------
Thanks. Pulled into clk-next
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-14 0:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-13 13:25 [GIT PULL] Allwinner clock changes for 6.15 Chen-Yu Tsai
2025-03-14 0:53 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox