Re: [PATCH v2 2/4] mtd: add a new sys node to show the ecc step size

2013-08-10 Thread Brian Norris
On Wed, May 15, 2013 at 04:46:44PM +0800, Huang Shijie wrote: > Add a new sys node to show the ecc step size. > The application then can uses this node to get the ecc step > size. > > Signed-off-by: Huang Shijie > --- > drivers/mtd/mtdcore.c | 11 +++ > 1 files changed, 11

Re: [PATCH v2 2/4] mtd: add a new sys node to show the ecc step size

2013-08-10 Thread Brian Norris
On Wed, May 15, 2013 at 04:46:44PM +0800, Huang Shijie wrote: Add a new sys node to show the ecc step size. The application then can uses this node to get the ecc step size. Signed-off-by: Huang Shijie b32...@freescale.com --- drivers/mtd/mtdcore.c | 11 +++ 1 files changed, 11

[PATCH v2 2/4] mtd: add a new sys node to show the ecc step size

2013-05-15 Thread Huang Shijie
Add a new sys node to show the ecc step size. The application then can uses this node to get the ecc step size. Signed-off-by: Huang Shijie --- drivers/mtd/mtdcore.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c

[PATCH v2 2/4] mtd: add a new sys node to show the ecc step size

2013-05-15 Thread Huang Shijie
Add a new sys node to show the ecc step size. The application then can uses this node to get the ecc step size. Signed-off-by: Huang Shijie b32...@freescale.com --- drivers/mtd/mtdcore.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/mtdcore.c