Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-19 Thread Boris Brezillon
On Wed, 19 Oct 2016 11:29:59 +0200 Neil Armstrong wrote: > Hi Boris, > > On 10/18/2016 10:17 PM, Boris Brezillon wrote: > > Hi Neil, > > > > On Tue, 18 Oct 2016 11:09:27 +0200 > > Neil Armstrong wrote: > > > >> Add NAND driver to support

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-19 Thread Boris Brezillon
On Wed, 19 Oct 2016 11:29:59 +0200 Neil Armstrong wrote: > Hi Boris, > > On 10/18/2016 10:17 PM, Boris Brezillon wrote: > > Hi Neil, > > > > On Tue, 18 Oct 2016 11:09:27 +0200 > > Neil Armstrong wrote: > > > >> Add NAND driver to support the Oxford Semiconductor OX820 NAND Controller. > >>

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-19 Thread Neil Armstrong
Hi Boris, On 10/18/2016 10:17 PM, Boris Brezillon wrote: > Hi Neil, > > On Tue, 18 Oct 2016 11:09:27 +0200 > Neil Armstrong wrote: > >> Add NAND driver to support the Oxford Semiconductor OX820 NAND Controller. >> This is a simple memory mapped NAND controller with

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-19 Thread Neil Armstrong
Hi Boris, On 10/18/2016 10:17 PM, Boris Brezillon wrote: > Hi Neil, > > On Tue, 18 Oct 2016 11:09:27 +0200 > Neil Armstrong wrote: > >> Add NAND driver to support the Oxford Semiconductor OX820 NAND Controller. >> This is a simple memory mapped NAND controller with single chip select and >>

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Rob Herring
On Tue, Oct 18, 2016 at 11:09:27AM +0200, Neil Armstrong wrote: > Add NAND driver to support the Oxford Semiconductor OX820 NAND Controller. > This is a simple memory mapped NAND controller with single chip select and > software ECC. > > Signed-off-by: Neil Armstrong >

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Rob Herring
On Tue, Oct 18, 2016 at 11:09:27AM +0200, Neil Armstrong wrote: > Add NAND driver to support the Oxford Semiconductor OX820 NAND Controller. > This is a simple memory mapped NAND controller with single chip select and > software ECC. > > Signed-off-by: Neil Armstrong > --- >

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Boris Brezillon
Hi Neil, On Tue, 18 Oct 2016 11:09:27 +0200 Neil Armstrong wrote: > Add NAND driver to support the Oxford Semiconductor OX820 NAND Controller. > This is a simple memory mapped NAND controller with single chip select and > software ECC. > > Signed-off-by: Neil Armstrong

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Boris Brezillon
Hi Neil, On Tue, 18 Oct 2016 11:09:27 +0200 Neil Armstrong wrote: > Add NAND driver to support the Oxford Semiconductor OX820 NAND Controller. > This is a simple memory mapped NAND controller with single chip select and > software ECC. > > Signed-off-by: Neil Armstrong > --- >

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Neil Armstrong
On 10/18/2016 01:51 PM, Daniel Golle wrote: > Hi Neil, > > On Tue, Oct 18, 2016 at 01:24:22PM +0200, Neil Armstrong wrote: >> On 10/18/2016 01:08 PM, Daniel Golle wrote: >>> Hi Neil, >>> >>> great to see progress towards supporting OX820! >>> The NAND driver I hacked up for Kernel 4.1 and 4.4 in

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Neil Armstrong
On 10/18/2016 01:51 PM, Daniel Golle wrote: > Hi Neil, > > On Tue, Oct 18, 2016 at 01:24:22PM +0200, Neil Armstrong wrote: >> On 10/18/2016 01:08 PM, Daniel Golle wrote: >>> Hi Neil, >>> >>> great to see progress towards supporting OX820! >>> The NAND driver I hacked up for Kernel 4.1 and 4.4 in

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Daniel Golle
Hi Neil, On Tue, Oct 18, 2016 at 01:24:22PM +0200, Neil Armstrong wrote: > On 10/18/2016 01:08 PM, Daniel Golle wrote: > > Hi Neil, > > > > great to see progress towards supporting OX820! > > The NAND driver I hacked up for Kernel 4.1 and 4.4 in OpenWrt/LEDE > > looks very similar, see > > > >

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Daniel Golle
Hi Neil, On Tue, Oct 18, 2016 at 01:24:22PM +0200, Neil Armstrong wrote: > On 10/18/2016 01:08 PM, Daniel Golle wrote: > > Hi Neil, > > > > great to see progress towards supporting OX820! > > The NAND driver I hacked up for Kernel 4.1 and 4.4 in OpenWrt/LEDE > > looks very similar, see > > > >

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Daniel Golle
Hi Neil, great to see progress towards supporting OX820! The NAND driver I hacked up for Kernel 4.1 and 4.4 in OpenWrt/LEDE looks very similar, see

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Daniel Golle
Hi Neil, great to see progress towards supporting OX820! The NAND driver I hacked up for Kernel 4.1 and 4.4 in OpenWrt/LEDE looks very similar, see

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Neil Armstrong
On 10/18/2016 01:08 PM, Daniel Golle wrote: > Hi Neil, > > great to see progress towards supporting OX820! > The NAND driver I hacked up for Kernel 4.1 and 4.4 in OpenWrt/LEDE > looks very similar, see > >

Re: [RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Neil Armstrong
On 10/18/2016 01:08 PM, Daniel Golle wrote: > Hi Neil, > > great to see progress towards supporting OX820! > The NAND driver I hacked up for Kernel 4.1 and 4.4 in OpenWrt/LEDE > looks very similar, see > >

[RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Neil Armstrong
Add NAND driver to support the Oxford Semiconductor OX820 NAND Controller. This is a simple memory mapped NAND controller with single chip select and software ECC. Signed-off-by: Neil Armstrong --- .../devicetree/bindings/mtd/oxnas-nand.txt | 24

[RFC PATCH] mtd: nand: Add OX820 NAND Support

2016-10-18 Thread Neil Armstrong
Add NAND driver to support the Oxford Semiconductor OX820 NAND Controller. This is a simple memory mapped NAND controller with single chip select and software ECC. Signed-off-by: Neil Armstrong --- .../devicetree/bindings/mtd/oxnas-nand.txt | 24 drivers/mtd/nand/Kconfig