Dear All, Clock providers should use the new struct clk_hw based API, so convert all Samsung clock providers and their helper functions to the new approach. Patches are based on top of linux-next from 20170420. Best regards Marek Szyprowski Samsung R&D Institute Poland Changle log: v2: - moved some changes to separate patches as requested by Krzysztof Kozlowski v1: - initial version Marek Szyprowski (6): clk: samsung: Remove dead code clk: samsung: Add local variable to match it purpose clk: samsung: Convert common drivers to the new clk_hw API clk: samsung: exynos-audss: Convert to the new clk_hw API clk: samsung: exynos-clkout: Convert to the new clk_hw API clk: samsung: s5pv210-audss: Convert to the new clk_hw API drivers/clk/samsung/clk-cpu.c | 15 +++--- drivers/clk/samsung/clk-exynos-audss.c | 55 ++++++++++---------- drivers/clk/samsung/clk-exynos-clkout.c | 18 +++---- drivers/clk/samsung/clk-pll.c | 14 ++--- drivers/clk/samsung/clk-pll.h | 4 -- drivers/clk/samsung/clk-s3c2410-dclk.c | 75 ++++++++++++++------------- drivers/clk/samsung/clk-s5pv210-audss.c | 50 +++++++++--------- drivers/clk/samsung/clk.c | 91 +++++++++++++++------------------ drivers/clk/samsung/clk.h | 9 ++-- 9 files changed, 159 insertions(+), 172 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html