Minor nit - the driver you are touching is "clk-exynos5420" so let's use the same prefix for commit subject (instead of 542x). With the patch itself I am okay: Acked-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Best regards, Krzysztof On Wed, Feb 21, 2018 at 11:15 AM, Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> wrote: > Clocks related to DISP, GSC and MFC blocks require special handling for > power domain turn on/off sequences. Till now this was handled by Exynos > power domain driver, but that approach was limited only to some special > cases. This patch moves handling of those operations to clock controller > driver. This gives more flexibility and allows fine tune values of some > clock-specific registers. This patch moves handling of those mentioned > clocks to Exynos5x sub-CMU driver instantiated from Exynos5420 driver. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > drivers/clk/samsung/Makefile | 1 + > drivers/clk/samsung/clk-exynos5420.c | 121 +++++++++++++++++++++++------- > drivers/clk/samsung/clk-exynos5x-subcmu.c | 2 + > drivers/soc/samsung/pm_domains.c | 2 + > 4 files changed, 100 insertions(+), 26 deletions(-) -- 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