RE: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface

2016-10-24 Thread Punnaiah Choudary Kalluri
radead.org; michal.si...@xilinx.com; ezequiel.garcia@free- > electrons.com; linux-kernel@vger.kernel.org; r...@landley.net; > ga...@codeaurora.org; Khoronzhuk, Ivan ; > computersforpe...@gmail.com; dw...@infradead.org > Subject: Re: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 s

RE: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface

2016-10-24 Thread Punnaiah Choudary Kalluri
ezequiel.gar...@free-electrons.com; linux- > ker...@vger.kernel.org; r...@landley.net; ga...@codeaurora.org; > computersforpe...@gmail.com; dw...@infradead.org > Subject: Re: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand > interface > > On Tue, Oct 25, 2016

Re: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface

2016-10-24 Thread Jason Gunthorpe
On Tue, Oct 25, 2016 at 03:58:49AM +, Punnaiah Choudary Kalluri wrote: > > I have hacked the v7 patchset enough to work on 4.8 and hacked it some > > more to work on my hardware. The driver appears to be in no better > > shape than the 3.12 out-of-tree Xilinx release I was using previously.. >

Re: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface

2016-10-24 Thread Jason Gunthorpe
[cc list trimmed] On Sun, Oct 23, 2016 at 05:37:42PM +0530, punnaiah choudary kalluri wrote: > Hi Boris and Jason, > > I am doing rework on these patches to accommodate recent changes with > respect to ooblayout. Also some of the comments that i have received > from Boris as part of the arasan

Re: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface

2016-10-24 Thread Boris Brezillon
Hi Punnaih, On Sun, 23 Oct 2016 17:37:42 +0530 punnaiah choudary kalluri wrote: > Hi Boris and Jason, > > I am doing rework on these patches to accommodate recent changes with > respect to ooblayout. Also some of the comments that i have received > from Boris as part of the arasan nand contro

Re: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface

2016-10-23 Thread punnaiah choudary kalluri
Hi Boris and Jason, I am doing rework on these patches to accommodate recent changes with respect to ooblayout. Also some of the comments that i have received from Boris as part of the arasan nand controller upstream patches will apply to this driver. So, i will be releasing the next set of patc

Re: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface

2016-10-21 Thread Boris Brezillon
On Fri, 21 Oct 2016 14:33:22 -0600 Jason Gunthorpe wrote: > On Mon, Jun 08, 2015 at 11:38:36PM +0530, Punnaiah Choudary Kalluri wrote: > > Add driver for arm pl353 static memory controller nand interface with > > HW ECC support. This controller is used in xilinx zynq soc for interfacing > > the n

Re: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface

2016-10-21 Thread Jason Gunthorpe
On Mon, Jun 08, 2015 at 11:38:36PM +0530, Punnaiah Choudary Kalluri wrote: > Add driver for arm pl353 static memory controller nand interface with > HW ECC support. This controller is used in xilinx zynq soc for interfacing > the nand flash memory. > > Signed-off-by: Punnaiah Choudary Kalluri > C