
Dear Jeong-Hyeon Kim,
On 29 August 2012 12:28, snow.jhkim@gmail.com wrote:
From: Jeong-Hyeon Kim jhkim@insignal.co.kr
Fixed MPLL register address It's different between Exynos4210 and Exynos4412.
Added pinmux functions for Exynos4
Added extended gpios for Exynos4412 Exynos4412 has more gpios than Exynos4210.
Signed-off-by: Jeong-Hyeon Kim jhkim@insignal.co.kr
arch/arm/cpu/armv7/exynos/clock.c | 67 ++++++++ arch/arm/cpu/armv7/exynos/pinmux.c | 241 ++++++++++++++++++++++++++++++ arch/arm/include/asm/arch-exynos/clock.h | 240 +++++++++++++++++++++++++++++ arch/arm/include/asm/arch-exynos/cpu.h | 14 ++- arch/arm/include/asm/arch-exynos/gpio.h | 21 +++- 5 files changed, 578 insertions(+), 5 deletions(-)
Chander posted similar patch for support the exynos4x12. So, please kindly check his patch and update your patch.
http://patchwork.ozlabs.org/patch/188437/ http://patchwork.ozlabs.org/patch/188438/ http://patchwork.ozlabs.org/patch/188511/ http://patchwork.ozlabs.org/patch/188512/ http://patchwork.ozlabs.org/patch/188513/ http://patchwork.ozlabs.org/patch/189809/
Thanks. Minkyu Kang.