On 15/10/2021 11:39, Marek Szyprowski wrote: > __clk_lookup() interface is obsolete, so remove it from the Samsung clock > drivers. This has been achieved by getting rid of custom _get_rate() > helper and replacing it with clk_hw_get_rate(). > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > This patch is based on top of the "[RFT PATCH v4 0/2] clk: samsung: add > common support for CPU clocks" patchset: > https://lore.kernel.org/linux-samsung-soc/20211014195347.3635601-1-willmcvicker@xxxxxxxxxx/ > > Tested on the following Exynos SoC based boards: 4210, 4412, 5250 and > 5422. S3C2410, S3C64XX and S5PV210 are only compile-tested. > --- > drivers/clk/samsung/clk-exynos4.c | 18 ++++++++++-------- > drivers/clk/samsung/clk-exynos5250.c | 10 +++++----- > drivers/clk/samsung/clk-exynos5420.c | 2 +- > drivers/clk/samsung/clk-s3c2410.c | 6 ++++-- > drivers/clk/samsung/clk-s3c64xx.c | 8 ++++++-- > drivers/clk/samsung/clk-s5pv210.c | 8 ++++++-- > drivers/clk/samsung/clk.c | 14 -------------- > drivers/clk/samsung/clk.h | 2 -- > include/dt-bindings/clock/exynos4.h | 4 +++- > include/dt-bindings/clock/exynos5250.h | 4 +++- > 10 files changed, 38 insertions(+), 38 deletions(-) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> Best regards, Krzysztof