Re: [U-Boot] [PATCH 09/10] gpio: s3c: Fix the GPIO driver

2015-05-06 Thread Minkyu Kang
On 02/05/15 10:12, Marek Vasut wrote: > On Saturday, October 11, 2014 at 06:42:57 PM, Marek Vasut wrote: >> The GPIO driver didn't correctly compute the bank offset >> from the GPIO number and caused random writes into the >> GPIO block address space. Fix the driver so it actually >> does the write

Re: [U-Boot] [PATCH 09/10] gpio: s3c: Fix the GPIO driver

2015-05-01 Thread Marek Vasut
On Saturday, October 11, 2014 at 06:42:57 PM, Marek Vasut wrote: > The GPIO driver didn't correctly compute the bank offset > from the GPIO number and caused random writes into the > GPIO block address space. Fix the driver so it actually > does the writes correctly. While at it, make use of the >

[U-Boot] [PATCH 09/10] gpio: s3c: Fix the GPIO driver

2014-10-11 Thread Marek Vasut
The GPIO driver didn't correctly compute the bank offset from the GPIO number and caused random writes into the GPIO block address space. Fix the driver so it actually does the writes correctly. While at it, make use of the clrsetbits_le32() mechanisms. Signed-off-by: Marek Vasut Cc: Kyungmin Par