Re: [PATCH_V2 2/2] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs

2015-03-30 Thread Brian Norris
I can't compile test most of this, since I don't have the dependencies. But the code looks mostly OK. On Mon, Mar 09, 2015 at 11:58:19AM +, Zubair Lutfullah Kakakhel wrote: > From: Alex Smith > > Add a driver for NAND devices connected to the NEMC on JZ4780 SoCs, as > well as the hardware BC

[PATCH_V2 2/2] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs

2015-03-09 Thread Zubair Lutfullah Kakakhel
From: Alex Smith Add a driver for NAND devices connected to the NEMC on JZ4780 SoCs, as well as the hardware BCH controller. DMA is not currently implemented. While older 47xx SoCs also have a BCH controller, they are incompatible with the one in the 4780 due to differing register/bit positions,