From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.abraham@linaro.org (Thomas Abraham) Date: Sat, 30 Mar 2013 15:33:00 +0530 Subject: [PATCH 00/21] Various fixes and extensions to Exynos4 clock driver In-Reply-To: <1364382178-25248-1-git-send-email-t.figa@samsung.com> References: <1364382178-25248-1-git-send-email-t.figa@samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Tomasz, On 27 March 2013 16:32, Tomasz Figa wrote: > This series is a collection of various fixes and extensions to Exynos4 > clock driver, which improve coverage of clocks present on Exynos4 SoCs > and fix problems discovered during our internal work and testing. Nice series. Thanks for the improvements and fixes. Looking at the second patch in this series, I crossed checked again with the Exynos4412 user manual that I have. Your modifications are different from what the manual has listed. I suspect, you have a newer copy of the manual. For this series: Reviewed-by: Thomas Abraham Thanks, Thomas. > > Andrzej Hajda (1): > clk: samsung: exynos4: Add missing CMU_TOP and ISP clocks > > Lukasz Majewski (1): > clk: samsung: exynos4: Export clocks used by exynos cpufreq drivers > > Sylwester Nawrocki (2): > clk: samsung: exynos4: Correct sclk_mfc clock definition > clk: samsung: exynos4: Add camera related clock definitions > > Tomasz Figa (17): > clk: samsung: exynos4: Use mout_mpll_user_* on Exynos4x12 > clk: samsung: exynos4: Add missing mout_mipihsi clock > clk: samsung: exynos4: Add missing sclk_audio0 clock > clk: samsung: exynos4: Export sclk_pcm0 > clk: samsung: exynos4: Move dac and mixer to Exynos4210-specific > clocks > clk: samsung: pll: Remove unimplemented ops > clk: samsung: exynos4: Export mout_core clock of Exynos4210 > clk: samsung: exynos4: Add G3D clocks > clk: samsung: exynos4: Add missing mout_sata on Exynos4210 > clk: samsung: exynos4: Define {E,V}PLL registers > clk: samsung: exynos4: Use SRC_MASK_PERIL{0,1} definitions > clk: samsung: exynos4: Remove SoC-specific registers from save list > clk: samsung: exynos4: Add E4210 prefix to LCD1 clock registers > clk: samsung: exynos4: Add E4210 prefix to GATE_IP_PERIR register > clk: samsung: exynos4: Remove E4X12 prefix from SRC_DMC register > clk: samsung: exynos4: Add missing registers to suspend save list > clk: samsung: exynos4: Add support for SoC-specific register save list > > .../devicetree/bindings/clock/exynos4-clock.txt | 61 ++- > drivers/clk/samsung/clk-exynos4.c | 491 +++++++++++++++------ > drivers/clk/samsung/clk-exynos5250.c | 3 +- > drivers/clk/samsung/clk-exynos5440.c | 2 +- > drivers/clk/samsung/clk-pll.c | 80 ---- > drivers/clk/samsung/clk.c | 9 +- > drivers/clk/samsung/clk.h | 3 +- > 7 files changed, 437 insertions(+), 212 deletions(-) > > -- > 1.8.1.5 >