[PATCH 2/2] ARM: EXYNOS5: Add support SPI for EXYNOS5250

2012-02-03 Thread 김경일
This patch adds clocks, gpio configs and platform devices for EXYNOS5 SPI. And also the spi clock and gpio setup are added in the smdk5250_machine_init. Signed-off-by: Kyoungil Kim --- arch/arm/mach-exynos/clock-exynos5.c | 89 +++ arch/arm/mach-exynos/include/mach/map.

[PATCH 1/2] ARM: EXYNOS5: To use common config for EXYNOS4 and EXYNOS5 SPI

2012-02-03 Thread 김경일
The naming EXYNOS4 is changed to EXYNOS for using shared SPI config of EXYNOS4 and EXYNOS5. And S3C64XX_DEV_SPIn configs are added to MACH_SMDK5250 config to use SPI on the EYXNOS5250. Signed-off-by: Kyoungil Kim --- arch/arm/mach-exynos/Kconfig |6 +- arch/arm/mach-exy

[PATCH] serial: samsung: Add support 4M baudrate for samsung serial

2012-02-03 Thread 김경일
At getting the baudrate, the max baudrate parameter value is changed to 4M. So samsung serial can support upto 4M baudrate. Signed-off-by: Kyoungil Kim --- drivers/tty/serial/samsung.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/tty/serial/samsung.c b/driver