mbox series

Please pull u-boot-samsung master

Message ID 1ff501da866d$a93e2370$fbba6a50$@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-samsung master | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

Message

Minkyu Kang April 4, 2024, 8:54 a.m. UTC
Dear Tom,

The following changes since commit dde373bde392c38649c8c4420e0c98ef8d38d9dc:

  Prepare v2024.04-rc5 (2024-03-25 21:56:50 -0400)

are available in the git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 1751ba9a3b79ea5083ff5c4de58fe3bd9588f32a:

  clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850 (2024-03-26 18:56:55
+0900)

----------------------------------------------------------------
Sam Protsenko (4):
      clk: exynos: Re-arrange clocks in Exynos850 CMU_TOP
      clk: exynos: Don't expose prototypes for not used functions
      clk: exynos: Fix incorrect clock lookup for non-top CMUs
      clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850

 drivers/clk/exynos/clk-exynos850.c | 326
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 drivers/clk/exynos/clk-pll.c       |   6 +-
 drivers/clk/exynos/clk-pll.h       |   6 ++
 drivers/clk/exynos/clk.c           |  47 ++++++----
 drivers/clk/exynos/clk.h           |  70 ++++++++++-----
 5 files changed, 384 insertions(+), 71 deletions(-)

Thanks,
Minkyu Kang.

Comments

Tom Rini April 6, 2024, 12:41 a.m. UTC | #1
On Thu, Apr 04, 2024 at 05:54:10PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit dde373bde392c38649c8c4420e0c98ef8d38d9dc:
> 
>   Prepare v2024.04-rc5 (2024-03-25 21:56:50 -0400)
> 
> are available in the git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 1751ba9a3b79ea5083ff5c4de58fe3bd9588f32a:
> 
>   clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850 (2024-03-26 18:56:55
> +0900)
> 

Applied to u-boot/master, thanks!