Re: [PATCH 1/2] nand: Add Marvell Orion NAND driver

2014-09-01 Thread Sascha Hauer
On Tue, Aug 26, 2014 at 04:28:13PM +0200, Alexander Aring wrote: > Hi, > > On Sat, Aug 23, 2014 at 05:19:22PM -0300, Ezequiel Garcia wrote: > > This commit adds NAND support for the controller present in Kirkwood SoCs. > > > > cool! I will test it on my DNS-325 platform, if I find some free time

Re: [PATCH 1/2] nand: Add Marvell Orion NAND driver

2014-08-26 Thread Sebastian Hesselbarth
On 08/26/2014 06:15 PM, Ezequiel Garcia wrote: > On 26 Aug 04:09 PM, Sebastian Hesselbarth wrote: >> On 08/23/2014 10:19 PM, Ezequiel Garcia wrote: >>> This commit adds NAND support for the controller present in Kirkwood SoCs. [...] >> FWIW, >> >> Acked-by: Sebastian Hesselbarth >> >> I'll give it

Re: [PATCH 1/2] nand: Add Marvell Orion NAND driver

2014-08-26 Thread Sebastian Hesselbarth
On 08/26/2014 06:15 PM, Ezequiel Garcia wrote: > On 26 Aug 04:09 PM, Sebastian Hesselbarth wrote: >> On 08/23/2014 10:19 PM, Ezequiel Garcia wrote: >>> This commit adds NAND support for the controller present in Kirkwood SoCs. >> >> I just did a quick check through all public MVEBU datasheets. It l

Re: [PATCH 1/2] nand: Add Marvell Orion NAND driver

2014-08-26 Thread Ezequiel Garcia
On 26 Aug 04:09 PM, Sebastian Hesselbarth wrote: > On 08/23/2014 10:19 PM, Ezequiel Garcia wrote: > >This commit adds NAND support for the controller present in Kirkwood SoCs. > > Ezequiel, > > I just did a quick check through all public MVEBU datasheets. It looks > like Kirkwood is really the on

Re: [PATCH 1/2] nand: Add Marvell Orion NAND driver

2014-08-26 Thread Ezequiel Garcia
On 26 Aug 04:28 PM, Alexander Aring wrote: > Hi, > > On Sat, Aug 23, 2014 at 05:19:22PM -0300, Ezequiel Garcia wrote: > > This commit adds NAND support for the controller present in Kirkwood SoCs. > > > > cool! I will test it on my DNS-325 platform, if I find some free time. > > Thanks for doin

Re: [PATCH 1/2] nand: Add Marvell Orion NAND driver

2014-08-26 Thread Alexander Aring
Hi, On Sat, Aug 23, 2014 at 05:19:22PM -0300, Ezequiel Garcia wrote: > This commit adds NAND support for the controller present in Kirkwood SoCs. > cool! I will test it on my DNS-325 platform, if I find some free time. Thanks for doing this. > Signed-off-by: Ezequiel Garcia > --- > drivers/m

Re: [PATCH 1/2] nand: Add Marvell Orion NAND driver

2014-08-26 Thread Sebastian Hesselbarth
On 08/23/2014 10:19 PM, Ezequiel Garcia wrote: This commit adds NAND support for the controller present in Kirkwood SoCs. Ezequiel, I just did a quick check through all public MVEBU datasheets. It looks like Kirkwood is really the only SoC with this specific IP while Dove, Armada 370, and XP h

[PATCH 1/2] nand: Add Marvell Orion NAND driver

2014-08-23 Thread Ezequiel Garcia
This commit adds NAND support for the controller present in Kirkwood SoCs. Signed-off-by: Ezequiel Garcia --- drivers/mtd/nand/Kconfig | 7 ++ drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/nand_orion.c | 162 ++ 3 files changed, 170 insert