]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
S5P: Use accessor functions instead of SoC specific defines to access the base address
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 13 Aug 2010 07:07:35 +0000 (16:07 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 17 Aug 2010 02:38:19 +0000 (11:38 +0900)
commitd93d0f0cfef46293db97cbdc5e72c9e5bceadd02
treee764e9ac49ddf682383aecb92afe25f20f4e1643
parent6a69e11a793130fb61cce5564dc90d83ca9861e4
S5P: Use accessor functions instead of SoC specific defines to access the base address

This patch is intended to prepare the other S5P SoC. (s5pc210)
If use SoC specific defines then can't share with other SoC.
So, make the accessor functions for access the base address by common way.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 files changed:
arch/arm/cpu/armv7/s5pc1xx/clock.c
arch/arm/cpu/armv7/s5pc1xx/cpu_info.c
arch/arm/cpu/armv7/s5pc1xx/reset.S
arch/arm/cpu/armv7/s5pc1xx/sromc.c
arch/arm/cpu/armv7/s5pc1xx/timer.c
arch/arm/include/asm/arch-s5pc1xx/cpu.h
arch/arm/include/asm/arch-s5pc1xx/pwm.h
board/samsung/goni/lowlevel_init.S
board/samsung/smdkc100/lowlevel_init.S
board/samsung/smdkc100/onenand.c
board/samsung/smdkc100/smdkc100.c
drivers/mmc/s5p_mmc.c
drivers/serial/serial_s5p.c