Quoting Vikas Sajjan (2013-08-28 06:39:56)
Adds GPLL, APLL, KPLL, EPLL and VPLL freq table for exynos5420 and exynos5250.
changes since v1: - addressed comments from Tomasz Figa tomasz.figa@gmail.com
is rebased on Mike's https://git.linaro.org/gitweb?p=people/mturquette/linux.git%3Ba=shortlog%3Bh... and on top of Tomasz Figa's clk clean-up patch series http://www.spinics.net/lists/arm-kernel/msg269848.html
Looks good to me but it will have to wait until Tomasz's cleanup series is merged. I'm waiting on that get to get reviewed-by's and then I'll take them both in.
Regards, Mike
Vikas Sajjan (2): clk: samsung: Add GPLL freq table for exynos5250 SoC clk: samsung: Add APLL, KPLL, EPLL and VPLL freq table for exynos5420 SoC
drivers/clk/samsung/clk-exynos5250.c | 19 ++++++++- drivers/clk/samsung/clk-exynos5420.c | 78 ++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 1 deletion(-)
-- 1.7.9.5