Re: [GIT PULL] clock changes for u-boot/master

2023-12-16 Thread Tom Rini
On Fri, Dec 15, 2023 at 04:06:23PM -0500, Sean Anderson wrote:

> The following changes since commit 3ac22891cfc0dc6d8eec25d2b0fbdd2eb8f3d3ed:
> 
>   Merge tag 'u-boot-imx-20231214' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2023-12-15 08:22:31 
> -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-clk.git tags/clk-2024.01-rc5
> 
> for you to fetch changes up to 97d65b32d76cb3b8297cd8aa2c1f0caab5ab6c57:
> 
>   test: dm: clk_ccf: fix building error (2023-12-15 15:30:12 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[GIT PULL] clock changes for u-boot/master

2023-12-15 Thread Sean Anderson

The following changes since commit 3ac22891cfc0dc6d8eec25d2b0fbdd2eb8f3d3ed:

  Merge tag 'u-boot-imx-20231214' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2023-12-15 08:22:31 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-clk.git tags/clk-2024.01-rc5

for you to fetch changes up to 97d65b32d76cb3b8297cd8aa2c1f0caab5ab6c57:

  test: dm: clk_ccf: fix building error (2023-12-15 15:30:12 -0500)


clock changes for u-boot/master

This has some clock fixes which should go in before the release. It's a bit
late in the cycle, but most of these have tests to go along with them.

Signed-off-by: Sean Anderson 


Igor Prusov (2):
  clk: Check that composite clock's div has set_rate()
  dm: test: clk: Add test for ccf clk_set_rate()

Yang Xiwen (4):
  clk: check parent_name in clk_register to avoid confusing log_error() 
output
  clk: get correct ops for clk_enable() and clk_disable()
  test: dm: clk_ccf: test ccf_clk_ops
  test: dm: clk_ccf: fix building error

 arch/sandbox/dts/test.dts  |  4 +++-
 arch/sandbox/include/asm/clk.h |  1 +
 drivers/clk/clk-composite.c|  2 +-
 drivers/clk/clk-uclass.c   |  2 ++
 drivers/clk/clk.c  | 18 ++
 drivers/clk/clk_sandbox_ccf.c  |  1 +
 drivers/clk/clk_sandbox_test.c |  1 +
 test/dm/clk_ccf.c  | 22 --
 8 files changed, 39 insertions(+), 12 deletions(-)