
The following changes since commit fa3f19aa56c519d6345cc774187b7a8fdc053d71:
Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next (2023-12-14 13:27:11 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-clk.git tags/clk-2024.01-next
for you to fetch changes up to 652d8d4561a34fc71d9bcb6ad2b0035d2c4189c1:
clk: nuvoton: add read only feature for clk driver (2023-12-15 13:05:55 -0500)
---------------------------------------------------------------- clock patches for u-boot/next
The main thing in here is Igor's conversion of soc_clk_dump to a clk_ops member. There's also a write-protect feature for nuvoton clocks.
Signed-off-by: Sean Anderson seanga2@gmail.com
---------------------------------------------------------------- Igor Prusov (8): clk: zynq: Move soc_clk_dump to Zynq clock driver clk: ast2600: Move soc_clk_dump function clk: k210: Move soc_clk_dump function clk: amlogic: Move driver and ops structs clk: Add dump operation to clk_ops cmd: clk: Use dump function from clk_ops clk: treewide: switch to clock dump from clk_ops cmd: clk: Make soc_clk_dump static
Jim Liu (1): clk: nuvoton: add read only feature for clk driver
arch/arm/mach-zynq/clk.c | 57 --------------------------------------------------- arch/mips/mach-pic32/cpu.c | 23 --------------------- cmd/clk.c | 13 ++++++++++-- drivers/clk/aspeed/clk_ast2600.c | 83 +++++++++++++++++++++++++++++++++++++------------------------------------- drivers/clk/clk_k210.c | 104 +++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------ drivers/clk/clk_pic32.c | 37 +++++++++++++++++++++++++++++++++ drivers/clk/clk_versal.c | 9 +++++--- drivers/clk/clk_zynq.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++ drivers/clk/clk_zynqmp.c | 22 ++++++++++---------- drivers/clk/imx/clk-imx8.c | 13 ++++-------- drivers/clk/meson/a1.c | 58 +++++++++++++++++++++------------------------------- drivers/clk/mvebu/armada-37xx-periph.c | 20 +++++++++++------- drivers/clk/nuvoton/clk_npcm.c | 15 +++++++++++--- drivers/clk/nuvoton/clk_npcm.h | 1 + drivers/clk/nuvoton/clk_npcm8xx.c | 12 +++++------ drivers/clk/stm32/clk-stm32mp1.c | 31 ++++++++-------------------- include/clk-uclass.h | 13 ++++++++++++ include/clk.h | 2 -- 18 files changed, 288 insertions(+), 277 deletions(-)