Re: [PATCH v3 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

2015-07-13 Thread punnaiah choudary kalluri
Hi Brian, Any further review comments on this patch ? Could you consider this driver for 4.3 version if you think the changes are fine.? Regards, Punnaiah On Fri, May 22, 2015 at 11:49 PM, Punnaiah Choudary Kalluri wrote: > Added the basic driver for Arasan Nand Flash Controller used in >

Re: [PATCH v3 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

2015-07-13 Thread punnaiah choudary kalluri
Hi Brian, Any further review comments on this patch ? Could you consider this driver for 4.3 version if you think the changes are fine.? Regards, Punnaiah On Fri, May 22, 2015 at 11:49 PM, Punnaiah Choudary Kalluri punnaiah.choudary.kall...@xilinx.com wrote: Added the basic driver for Arasan

Re: [PATCH v3 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

2015-06-14 Thread punnaiah choudary kalluri
Ping. Regards, Punnaiah On Fri, May 22, 2015 at 11:49 PM, Punnaiah Choudary Kalluri wrote: > Added the basic driver for Arasan Nand Flash Controller used in > Zynq UltraScale+ MPSoC. It supports only Hw Ecc and upto 24bit > correction. > > Signed-off-by: Punnaiah Choudary Kalluri > --- >

Re: [PATCH v3 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

2015-06-14 Thread punnaiah choudary kalluri
Ping. Regards, Punnaiah On Fri, May 22, 2015 at 11:49 PM, Punnaiah Choudary Kalluri punnaiah.choudary.kall...@xilinx.com wrote: Added the basic driver for Arasan Nand Flash Controller used in Zynq UltraScale+ MPSoC. It supports only Hw Ecc and upto 24bit correction. Signed-off-by: Punnaiah

[PATCH v3 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

2015-05-22 Thread Punnaiah Choudary Kalluri
Added the basic driver for Arasan Nand Flash Controller used in Zynq UltraScale+ MPSoC. It supports only Hw Ecc and upto 24bit correction. Signed-off-by: Punnaiah Choudary Kalluri --- Chnages in v3: - Removed unused variables - Avoided busy loop and used jifies based implementation - Fixed

[PATCH v3 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

2015-05-22 Thread Punnaiah Choudary Kalluri
Added the basic driver for Arasan Nand Flash Controller used in Zynq UltraScale+ MPSoC. It supports only Hw Ecc and upto 24bit correction. Signed-off-by: Punnaiah Choudary Kalluri punn...@xilinx.com --- Chnages in v3: - Removed unused variables - Avoided busy loop and used jifies based