Re: [PATCH v2 06/11] mtd: nand: drop unnecessary partition parser data

2015-11-11 Thread Brian Norris
On Mon, Nov 02, 2015 at 01:00:01PM -0800, Brian Norris wrote: > On Sun, Nov 01, 2015 at 11:32:37PM +0100, Boris Brezillon wrote: > > On Fri, 30 Oct 2015 20:33:25 -0700 > > Brian Norris wrote: > > > [...] > > > diff --git a/drivers/mtd/nand/fsl_elbc_nand.c > > >

Re: [PATCH v2 06/11] mtd: nand: drop unnecessary partition parser data

2015-11-11 Thread Brian Norris
On Mon, Nov 02, 2015 at 01:00:01PM -0800, Brian Norris wrote: > On Sun, Nov 01, 2015 at 11:32:37PM +0100, Boris Brezillon wrote: > > On Fri, 30 Oct 2015 20:33:25 -0700 > > Brian Norris wrote: > > > [...] > > > diff --git a/drivers/mtd/nand/fsl_elbc_nand.c > > >

Re: [PATCH v2 06/11] mtd: nand: drop unnecessary partition parser data

2015-11-02 Thread Brian Norris
On Sun, Nov 01, 2015 at 11:32:37PM +0100, Boris Brezillon wrote: > On Fri, 30 Oct 2015 20:33:25 -0700 > Brian Norris wrote: > [...] > > diff --git a/drivers/mtd/nand/fsl_elbc_nand.c > > b/drivers/mtd/nand/fsl_elbc_nand.c > > index dcb1f7f4873f..850546dc98c8 100644 > > ---

Re: [PATCH v2 06/11] mtd: nand: drop unnecessary partition parser data

2015-11-02 Thread Brian Norris
On Sun, Nov 01, 2015 at 11:32:37PM +0100, Boris Brezillon wrote: > On Fri, 30 Oct 2015 20:33:25 -0700 > Brian Norris wrote: > [...] > > diff --git a/drivers/mtd/nand/fsl_elbc_nand.c > > b/drivers/mtd/nand/fsl_elbc_nand.c > > index dcb1f7f4873f..850546dc98c8 100644 >

Re: [PATCH v2 06/11] mtd: nand: drop unnecessary partition parser data

2015-11-01 Thread Boris Brezillon
On Fri, 30 Oct 2015 20:33:25 -0700 Brian Norris wrote: > All of these drivers set up a parser data struct just to communicate DT > partition data. This field has been deprecated and is instead supported > by telling nand_scan_ident() about the 'flash_node'. > > This patch: > * sets

Re: [PATCH v2 06/11] mtd: nand: drop unnecessary partition parser data

2015-11-01 Thread Boris Brezillon
On Fri, 30 Oct 2015 20:33:25 -0700 Brian Norris wrote: > All of these drivers set up a parser data struct just to communicate DT > partition data. This field has been deprecated and is instead supported > by telling nand_scan_ident() about the 'flash_node'. > > This

[PATCH v2 06/11] mtd: nand: drop unnecessary partition parser data

2015-10-30 Thread Brian Norris
All of these drivers set up a parser data struct just to communicate DT partition data. This field has been deprecated and is instead supported by telling nand_scan_ident() about the 'flash_node'. This patch: * sets chip->flash_node for those drivers that didn't already (but used OF

[PATCH v2 06/11] mtd: nand: drop unnecessary partition parser data

2015-10-30 Thread Brian Norris
All of these drivers set up a parser data struct just to communicate DT partition data. This field has been deprecated and is instead supported by telling nand_scan_ident() about the 'flash_node'. This patch: * sets chip->flash_node for those drivers that didn't already (but used OF