Re: [PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-07 Thread Ricard Wanderlof
On Mon, 6 Jun 2016, Kamlakant Patel wrote: > Hi Ricard, > > I am using the previous version of your patch on Netlogic XLP MIPS64 > platform with some cleanups, some of them are mentioned by Borris. I can > send you the patch if you would like to integrate it. Sure, that would be great!

Re: [PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-07 Thread Ricard Wanderlof
On Mon, 6 Jun 2016, Kamlakant Patel wrote: > Hi Ricard, > > I am using the previous version of your patch on Netlogic XLP MIPS64 > platform with some cleanups, some of them are mentioned by Borris. I can > send you the patch if you would like to integrate it. Sure, that would be great!

Re: [PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-06 Thread Kamlakant Patel
On Mon, Jun 6, 2016 at 11:17 AM, Ricard Wanderlof wrote: > > On Thu, 2 Jun 2016, Boris Brezillon wrote: > >> Hi Ricard, >> >> I was not in Cc of this series, so you're either developing an old >> kernel version, or you didn't check the MAINTAINERS file (or didn't run >>

Re: [PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-06 Thread Kamlakant Patel
On Mon, Jun 6, 2016 at 11:17 AM, Ricard Wanderlof wrote: > > On Thu, 2 Jun 2016, Boris Brezillon wrote: > >> Hi Ricard, >> >> I was not in Cc of this series, so you're either developing an old >> kernel version, or you didn't check the MAINTAINERS file (or didn't run >> get_maintainer.pl on your

Re: [PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-05 Thread Ricard Wanderlof
On Thu, 2 Jun 2016, Boris Brezillon wrote: > Hi Ricard, > > I was not in Cc of this series, so you're either developing an old > kernel version, or you didn't check the MAINTAINERS file (or didn't run > get_maintainer.pl on your series). The patch is intended to apply to the mtd l2 tree, and I

Re: [PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-05 Thread Ricard Wanderlof
On Thu, 2 Jun 2016, Boris Brezillon wrote: > Hi Ricard, > > I was not in Cc of this series, so you're either developing an old > kernel version, or you didn't check the MAINTAINERS file (or didn't run > get_maintainer.pl on your series). The patch is intended to apply to the mtd l2 tree, and I

Re: [PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-02 Thread Boris Brezillon
Hi Ricard, I was not in Cc of this series, so you're either developing an old kernel version, or you didn't check the MAINTAINERS file (or didn't run get_maintainer.pl on your series). And please, next time make sure patches 1 to X are sent in replies to your cover letter. On Thu, 2 Jun 2016

Re: [PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-02 Thread Boris Brezillon
Hi Ricard, I was not in Cc of this series, so you're either developing an old kernel version, or you didn't check the MAINTAINERS file (or didn't run get_maintainer.pl on your series). And please, next time make sure patches 1 to X are sent in replies to your cover letter. On Thu, 2 Jun 2016

[PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-02 Thread Ricard Wanderlof
This patch set adds a driver and relevant devicetree bindings for the Evatronix NANDFLASH-CTRL NAND flash controller IP. This controller is used in the Axis ARTPEC-6 SoC. The driver supports BCH ECC using the controller's hardware, but there is also an option to use software BCH ECC. However,

[PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL

2016-06-02 Thread Ricard Wanderlof
This patch set adds a driver and relevant devicetree bindings for the Evatronix NANDFLASH-CTRL NAND flash controller IP. This controller is used in the Axis ARTPEC-6 SoC. The driver supports BCH ECC using the controller's hardware, but there is also an option to use software BCH ECC. However,