* [GIT PULL] Allwinner clock changes for 6.13
@ 2024-11-06 16:25 Chen-Yu Tsai
2024-11-06 22:42 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Chen-Yu Tsai @ 2024-11-06 16: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: 2632 bytes --]
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-6.13
for you to fetch changes up to 1054861bc258fb5798b7132453593cc3eb0639ba:
clk: sunxi-ng: Use of_property_present() for non-boolean properties (2024-11-05 23:40:49 +0800)
----------------------------------------------------------------
Allwinner clock changes for 6.13
- Added sigma-delta modulation settings for audio PLL on the H616 SoC,
crucial for accurate audio reproduction
- Constified |struct ccu_reset_map| throughout the sunxi-ng clk drivers
- Fixed the audio PLL divider preset on the D1 SoC
- Switched to of_property_present() for checking DT property presence
----------------------------------------------------------------
Andre Przywara (1):
clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset
Christophe JAILLET (1):
clk: sunxi-ng: Constify struct ccu_reset_map
Rob Herring (Arm) (1):
clk: sunxi-ng: Use of_property_present() for non-boolean properties
Ryan Walklin (1):
clk: sunxi-ng: h616: Add sigma-delta modulation settings for audio PLL
drivers/clk/sunxi-ng/ccu-sun20i-d1-r.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun20i-d1.c | 4 +--
drivers/clk/sunxi-ng/ccu-sun4i-a10.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun50i-a100-r.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun50i-a100.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c | 4 +--
drivers/clk/sunxi-ng/ccu-sun50i-h6.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun50i-h616.c | 46 +++++++++++++++++++++-----------
drivers/clk/sunxi-ng/ccu-sun5i.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun6i-a31.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun6i-rtc.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun8i-a23.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun8i-a33.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun8i-a83t.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun8i-de2.c | 8 +++---
drivers/clk/sunxi-ng/ccu-sun8i-h3.c | 4 +--
drivers/clk/sunxi-ng/ccu-sun8i-r.c | 6 ++---
drivers/clk/sunxi-ng/ccu-sun8i-r40.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 4 +--
drivers/clk/sunxi-ng/ccu-sun9i-a80-de.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun9i-a80-usb.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun9i-a80.c | 2 +-
drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c | 2 +-
drivers/clk/sunxi-ng/ccu_common.h | 2 +-
drivers/clk/sunxi-ng/ccu_reset.h | 2 +-
26 files changed, 64 insertions(+), 50 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-06 22:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 16:25 [GIT PULL] Allwinner clock changes for 6.13 Chen-Yu Tsai
2024-11-06 22:42 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox