mbox series

[0/4] clk: exynos: Prepare clocks for eMMC enablement

Message ID 20240308021858.28249-1-semen.protsenko@linaro.org
Headers show
Series clk: exynos: Prepare clocks for eMMC enablement | expand

Message

Sam Protsenko March 8, 2024, 2:18 a.m. UTC
This short series features a couple of Exynos850 clock driver fixes and
adds new clocks needed for further eMMC and SD card enablement.

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(-)

Comments

Sam Protsenko March 19, 2024, 6:38 p.m. UTC | #1
Hi Lukasz, Sean, Tom,

If there are no comments on this series, can you please apply it?

Thanks!

On Thu, Mar 7, 2024 at 8:18 PM Sam Protsenko <semen.protsenko@linaro.org> wrote:
>
> This short series features a couple of Exynos850 clock driver fixes and
> adds new clocks needed for further eMMC and SD card enablement.
>
> 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(-)
>
> --
> 2.39.2
>
Minkyu Kang March 26, 2024, 11:14 a.m. UTC | #2
Hi,


2024년 3월 20일 (수) 03:44, Sam Protsenko <semen.protsenko@linaro.org>님이 작성:

> Hi Lukasz, Sean, Tom,
>
> If there are no comments on this series, can you please apply it?
>
> Thanks!
>
> On Thu, Mar 7, 2024 at 8:18 PM Sam Protsenko <semen.protsenko@linaro.org>
> wrote:
> >
> > This short series features a couple of Exynos850 clock driver fixes and
> > adds new clocks needed for further eMMC and SD card enablement.
> >
> > 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(-)
> >
> > --
> > 2.39.2
> >


applied to u-boot-samsung.

Thanks.
Minkyu Kang.