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

2014-11-12 Thread Lukasz Majewski
Hi Hyungwon, 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. Please check if you sent your patches as a plain text. To apply your patches without problems I had to use mbox from patchwork. (e.g.

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

2014-11-09 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 human.hw...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com --- Changes for v4: -