Re: [PATCH v4 3/5] mtd: nand: davinci: remove custom 'erased check' implementation

2016-01-06 Thread Brian Norris
On Wed, Dec 30, 2015 at 08:32:05PM +0100, Boris Brezillon wrote: > The davinci drivers is manually checking for 'erased pages' while > correcting ECC bytes. > This logic can now done by the core infrastructure, and can thus be removed > from this drivers. > > Signed-off-by: Boris Brezillon Pushe

[PATCH v4 3/5] mtd: nand: davinci: remove custom 'erased check' implementation

2015-12-30 Thread Boris Brezillon
The davinci drivers is manually checking for 'erased pages' while correcting ECC bytes. This logic can now done by the core infrastructure, and can thus be removed from this drivers. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/davinci_nand.c | 9 + 1 file changed, 1 insertion(+),