[GIT PULL] Clock changes for 2023.04-rc1
Sean Anderson
seanga2 at gmail.com
Sun Feb 12 20:59:33 CET 2023
The following changes since commit 78d1c3949a6f85f64b31ee8ab8240392a67ca30e:
Merge branch '2023-02-10-update-trace-feature-to-work-with-trace-cmd' (2023-02-12 10:56:54 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-clk.git tags/clk-2023.04-rc1
for you to fetch changes up to 5a675abfe7c3f12b475cc0a6c9074a9fbe0b6bb6:
reset: Allow reset_get_by_name() with NULL name (2023-02-12 13:44:20 -0500)
----------------------------------------------------------------
Clock changes for 2023.04-rc1
This contains various fixes and small features. I've included a reset patch as
well since it was in the same series as a clock patch.
----------------------------------------------------------------
Dario Binacchi (3):
clk: imx8mn: rename vpu_pll to m7_alt_pll
clk: imx: rename video_pll1 to video_pll
clk: imx8mn: fix imx8mn_enet_phy_sels clocks list
Jim Liu (1):
clk: nuvoton: fix bug for calculate pll clock
Patrick Delaunay (1):
cmd: clk: probe the clock before dump them
Samuel Holland (2):
clk: Allow clk_get_by_name() with NULL name
reset: Allow reset_get_by_name() with NULL name
cmd/clk.c | 15 +++++----------
drivers/clk/clk-uclass.c | 12 +++++++-----
drivers/clk/imx/clk-imx8mn.c | 22 +++++++++++-----------
drivers/clk/nuvoton/clk_npcm7xx.c | 2 +-
drivers/reset/reset-uclass.c | 12 +++++++-----
include/clk.h | 4 ++--
include/reset.h | 3 ++-
test/dm/clk.c | 5 +++++
test/dm/reset.c | 3 +--
9 files changed, 41 insertions(+), 37 deletions(-)
More information about the U-Boot
mailing list