Re: [PATCH v2 4/4] mtd: gpmi: update the ecc step size for mtd_info{}

2013-08-10 Thread Huang Shijie
于 2013年08月10日 03:53, Brian Norris 写道: The right way seems to be to avoid nand_scan() directly but instead to > use nand_scan_ident() and nand_scan_tail() separately (that's what > they're exported for) so that you can initialize any geometry-related > options before nand_scan_tail() does the l

Re: [PATCH v2 4/4] mtd: gpmi: update the ecc step size for mtd_info{}

2013-08-10 Thread Brian Norris
On Sat, Aug 10, 2013 at 12:41 AM, Brian Norris wrote: > On Wed, May 15, 2013 at 04:46:46PM +0800, Huang Shijie wrote: >> update the ecc step size when we have already get the right value. >> >> Signed-off-by: Huang Shijie >> --- >> drivers/mtd/nand/gpmi-nand/gpmi-nand.c |1 + >> 1 files chan

Re: [PATCH v2 4/4] mtd: gpmi: update the ecc step size for mtd_info{}

2013-08-10 Thread Brian Norris
On Wed, May 15, 2013 at 04:46:46PM +0800, Huang Shijie wrote: > update the ecc step size when we have already get the right value. > > Signed-off-by: Huang Shijie > --- > drivers/mtd/nand/gpmi-nand/gpmi-nand.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers

[PATCH v2 4/4] mtd: gpmi: update the ecc step size for mtd_info{}

2013-05-15 Thread Huang Shijie
update the ecc step size when we have already get the right value. Signed-off-by: Huang Shijie --- drivers/mtd/nand/gpmi-nand/gpmi-nand.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c inde