Hi Tom, The following changes since commit ade37460a944aed36ae6ee634c4d4a9a22690461:
Prepare v2022.01-rc3 (2021-11-29 11:16:03 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-clk.git tags/clk-2022.01-rc3 for you to fetch changes up to 560e1e005093b1d62c53391d68960237294e7f89: clk: define LOG_CATEGORY for generic and ccf clocks (2021-12-15 12:16:16 -0500) CI: https://source.denx.de/u-boot/custodians/u-boot-clk/-/pipelines/10265 ---------------------------------------------------------------- Clock patches for v2022.01-rc3 This adds better logging support for many CCF drivers, and clarifies some documentation regarding clk_get_rate. ---------------------------------------------------------------- Giulio Benetti (1): clk: fix clk_get_rate() documentation Patrick Delaunay (2): clk: cosmetic: reorder include files clk: define LOG_CATEGORY for generic and ccf clocks drivers/clk/clk-composite.c | 9 ++++++--- drivers/clk/clk-divider.c | 6 +++++- drivers/clk/clk-fixed-factor.c | 13 +++++++++---- drivers/clk/clk-gate.c | 15 ++++++++++----- drivers/clk/clk-mux.c | 13 +++++++++---- drivers/clk/clk-uclass.c | 2 +- drivers/clk/clk.c | 20 +++++++++++--------- drivers/clk/clk_fixed_factor.c | 3 +++ drivers/clk/clk_fixed_rate.c | 3 +++ include/clk.h | 3 ++- 10 files changed, 59 insertions(+), 28 deletions(-)

