Re: [U-Boot] [PATCH] gpio: s3c2440_gpio: Fix wrong writel arguments

2013-06-24 Thread Minkyu Kang
On 15/06/13 18:56, Axel Lin wrote: > Current code had writel arguments the wrong way around, fix it. > > Signed-off-by: Axel Lin > --- > Hi, > I don't have this hardware to test, but current code looks obviously wrong. > I'd appreciate if someone can review and test this patch. > > Axel > drive

Re: [U-Boot] [PATCH] gpio: s3c2440_gpio: Fix wrong writel arguments

2013-06-15 Thread Marek Vasut
Dear Axel Lin, > Current code had writel arguments the wrong way around, fix it. > > Signed-off-by: Axel Lin > --- > Hi, > I don't have this hardware to test, but current code looks obviously wrong. > I'd appreciate if someone can review and test this patch. > > Axel > drivers/gpio/s3c2440_gpi

[U-Boot] [PATCH] gpio: s3c2440_gpio: Fix wrong writel arguments

2013-06-15 Thread Axel Lin
Current code had writel arguments the wrong way around, fix it. Signed-off-by: Axel Lin --- Hi, I don't have this hardware to test, but current code looks obviously wrong. I'd appreciate if someone can review and test this patch. Axel drivers/gpio/s3c2440_gpio.c | 6 +++--- 1 file changed, 3 in