Re: [U-Boot] [PATCH 2/4] Exynos5800: Add support for Exynos5800

2014-11-03 Thread Hyungwon Hwang
Dear Jaehoon Chung, On Tue, 04 Nov 2014 13:56:00 +0900 Jaehoon Chung wrote: > On 10/31/2014 09:08 PM, Hyungwon Hwang wrote: > > The gpios of Exynos5800 are different from that of Exynos5420. This patch > > adds the gpio information and table of Exynos5800. > > > > Signed-off-by: Hyungwon Hwang

Re: [U-Boot] [PATCH 2/4] Exynos5800: Add support for Exynos5800

2014-11-03 Thread Jaehoon Chung
On 10/31/2014 09:08 PM, Hyungwon Hwang wrote: > The gpios of Exynos5800 are different from that of Exynos5420. This patch adds > the gpio information and table of Exynos5800. > > Signed-off-by: Hyungwon Hwang > --- > arch/arm/include/asm/arch-exynos/gpio.h | 31 +-- >

[U-Boot] [PATCH 2/4] Exynos5800: Add support for Exynos5800

2014-10-31 Thread Hyungwon Hwang
The gpios of Exynos5800 are different from that of Exynos5420. This patch adds the gpio information and table of Exynos5800. Signed-off-by: Hyungwon Hwang --- arch/arm/include/asm/arch-exynos/gpio.h | 31 +-- drivers/gpio/s5p_gpio.c | 4 +++- 2 files