Re: [PATCH 1/2] mtd: atmel_nand: use __iowrite32_copy for 32 bit copy

2014-10-21 Thread Vinod Koul
On Tue, Oct 21, 2014 at 06:03:24PM +0800, Josh Wu wrote: > Hi, Vinod > > On 10/21/2014 12:06 AM, Vinod Koul wrote: > >The driver was also using own method to do 32bit copy, turns out > >we have a kernel API so use that instead > > > >Signed-off-by: Vinod Koul > > Thanks for the patch. > Acked-by

Re: [PATCH 1/2] mtd: atmel_nand: use __iowrite32_copy for 32 bit copy

2014-10-21 Thread Josh Wu
Hi, Vinod On 10/21/2014 12:06 AM, Vinod Koul wrote: The driver was also using own method to do 32bit copy, turns out we have a kernel API so use that instead Signed-off-by: Vinod Koul Thanks for the patch. Acked-by: Josh Wu BTW, is there any similar kernel API that is for the read from io?