Re: [U-Boot] [PATCH 1/4] exynos5: fix GPIO information of exynos5420

2014-11-03 Thread Hyungwon Hwang
Dear Jaehoon Chung, On Tue, 04 Nov 2014 13:51:04 +0900 Jaehoon Chung wrote: > On 10/31/2014 09:08 PM, Hyungwon Hwang wrote: > > This patch fixes wrong GPIO information such as GPIO bank, table which is > > used to convert GPIO name to index, bank base address, and etc. > > > > Signed-off-by: Hy

Re: [U-Boot] [PATCH 1/4] exynos5: fix GPIO information of exynos5420

2014-11-03 Thread Jaehoon Chung
On 10/31/2014 09:08 PM, Hyungwon Hwang wrote: > This patch fixes wrong GPIO information such as GPIO bank, table which is used > to convert GPIO name to index, bank base address, and etc. > > Signed-off-by: Hyungwon Hwang > --- > arch/arm/include/asm/arch-exynos/cpu.h | 11 +- > arch/arm/inclu

[U-Boot] [PATCH 1/4] exynos5: fix GPIO information of exynos5420

2014-10-31 Thread Hyungwon Hwang
This patch fixes wrong GPIO information such as GPIO bank, table which is used to convert GPIO name to index, bank base address, and etc. Signed-off-by: Hyungwon Hwang --- arch/arm/include/asm/arch-exynos/cpu.h | 11 +- arch/arm/include/asm/arch-exynos/gpio.h | 232 +++-