
Dear Piotr,
On 13 October 2012 00:08, Piotr Wilczek p.wilczek@samsung.com wrote:
This patch series adds Register base addresses, clock, gpio, power and system structures for Exynos4x10.
Piotr Wilczek (6): Exynos: Exynos4x10: Add base addresses for Exynos4x10 Exynos: Exynos4x10: Add clock structure for exynos4x10 Exynos: Exynos4x10: Add gpio structure for Exynos4X10 Exynos: Exynos4x10: add power structure for Exynos4x10 Exynos: Exynos4x10: add sysreg structure for exynos4x10 arm: trats: Use exynos4x10 structures on Trats board
arch/arm/include/asm/arch-exynos/clock.h | 236 +++++++++++++++++++++++++++++ arch/arm/include/asm/arch-exynos/cpu.h | 43 +++++- arch/arm/include/asm/arch-exynos/gpio.h | 47 ++++++ arch/arm/include/asm/arch-exynos/power.h | 201 ++++++++++++++++++++++++ arch/arm/include/asm/arch-exynos/system.h | 9 + board/samsung/trats/trats.c | 40 +++--- 6 files changed, 551 insertions(+), 25 deletions(-)
Did you check Chander's patchset?
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.