Re: [U-Boot] [PATCH] arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12

2013-08-06 Thread Minkyu Kang
On 21/05/13 22:39, Piotr Wilczek wrote: > This patch fix wrong value returned by 's5p_gpio_part_max' function > for Exynos4412. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > arch/arm/include/asm/arch-exynos/gpio.h | 17 + > 1 file c

Re: [U-Boot] [PATCH] arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12

2013-07-18 Thread Minkyu Kang
On 18/07/13 23:10, Piotr Wilczek wrote: > Dear Minkyu Kang, > > Could you please review this patch? Please don't top posting. And your patches will be merged after release. > > Best regards, > Piotr Wilczek > > -- > Samsung R&D Institute Poland > Samsung Electronics > Thanks, Minkyu Kang.

Re: [U-Boot] [PATCH] arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12

2013-07-18 Thread Piotr Wilczek
Dear Minkyu Kang, Could you please review this patch? Best regards, Piotr Wilczek -- Samsung R&D Institute Poland Samsung Electronics On 05/21/2013 03:39 PM, Piotr Wilczek wrote: This patch fix wrong value returned by 's5p_gpio_part_max' function for Exynos4412. Signed-off-by: Piotr Wilczek

[U-Boot] [PATCH] arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12

2013-05-21 Thread Piotr Wilczek
This patch fix wrong value returned by 's5p_gpio_part_max' function for Exynos4412. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- arch/arm/include/asm/arch-exynos/gpio.h | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/arc