Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-27 Thread Boris Brezillon
On Mon, 25 Apr 2016 22:53:55 -0700 Brian Norris wrote: > From: Brian Norris > Date: Mon, 25 Apr 2016 20:48:02 -0700 > Subject: [PATCH] mtd: brcmnand: respect ECC algorithm set by the NAND > subsystem > > This is more obvious than

Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-27 Thread Boris Brezillon
On Mon, 25 Apr 2016 22:53:55 -0700 Brian Norris wrote: > From: Brian Norris > Date: Mon, 25 Apr 2016 20:48:02 -0700 > Subject: [PATCH] mtd: brcmnand: respect ECC algorithm set by the NAND > subsystem > > This is more obvious than guessing based on ECC strength. It allows > using NAND on

Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-26 Thread Rafał Miłecki
On 26 April 2016 at 07:53, Brian Norris wrote: > From: Brian Norris > Date: Mon, 25 Apr 2016 20:48:02 -0700 > Subject: [PATCH] mtd: brcmnand: respect ECC algorithm set by the NAND > subsystem > > This is more obvious than guessing based

Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-26 Thread Rafał Miłecki
On 26 April 2016 at 07:53, Brian Norris wrote: > From: Brian Norris > Date: Mon, 25 Apr 2016 20:48:02 -0700 > Subject: [PATCH] mtd: brcmnand: respect ECC algorithm set by the NAND > subsystem > > This is more obvious than guessing based on ECC strength. It allows > using NAND on devices with

Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-26 Thread Boris Brezillon
Hi Brian, On Mon, 25 Apr 2016 22:53:55 -0700 Brian Norris wrote: > On Fri, Apr 22, 2016 at 01:23:15PM +0200, Rafał Miłecki wrote: > > It's more reliable than guessing based on ECC strength. It allows using > > NAND on devices with BCH-1 (e.g. D-Link DIR-885L). > >

Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-26 Thread Boris Brezillon
Hi Brian, On Mon, 25 Apr 2016 22:53:55 -0700 Brian Norris wrote: > On Fri, Apr 22, 2016 at 01:23:15PM +0200, Rafał Miłecki wrote: > > It's more reliable than guessing based on ECC strength. It allows using > > NAND on devices with BCH-1 (e.g. D-Link DIR-885L). > > > > Signed-off-by: Rafał

Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-25 Thread Brian Norris
On Fri, Apr 22, 2016 at 01:23:15PM +0200, Rafał Miłecki wrote: > It's more reliable than guessing based on ECC strength. It allows using > NAND on devices with BCH-1 (e.g. D-Link DIR-885L). > > Signed-off-by: Rafał Miłecki > --- > drivers/mtd/nand/brcmnand/brcmnand.c | 2 +- >

Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-25 Thread Brian Norris
On Fri, Apr 22, 2016 at 01:23:15PM +0200, Rafał Miłecki wrote: > It's more reliable than guessing based on ECC strength. It allows using > NAND on devices with BCH-1 (e.g. D-Link DIR-885L). > > Signed-off-by: Rafał Miłecki > --- > drivers/mtd/nand/brcmnand/brcmnand.c | 2 +- > 1 file changed, 1

Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-25 Thread Boris Brezillon
On Fri, 22 Apr 2016 13:23:15 +0200 Rafał Miłecki wrote: > It's more reliable than guessing based on ECC strength. It allows using > NAND on devices with BCH-1 (e.g. D-Link DIR-885L). Brian, Kamal, could you add your Ack on this patch. > > Signed-off-by: Rafał Miłecki

Re: [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-25 Thread Boris Brezillon
On Fri, 22 Apr 2016 13:23:15 +0200 Rafał Miłecki wrote: > It's more reliable than guessing based on ECC strength. It allows using > NAND on devices with BCH-1 (e.g. D-Link DIR-885L). Brian, Kamal, could you add your Ack on this patch. > > Signed-off-by: Rafał Miłecki > --- >

[PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-22 Thread Rafał Miłecki
It's more reliable than guessing based on ECC strength. It allows using NAND on devices with BCH-1 (e.g. D-Link DIR-885L). Signed-off-by: Rafał Miłecki --- drivers/mtd/nand/brcmnand/brcmnand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

2016-04-22 Thread Rafał Miłecki
It's more reliable than guessing based on ECC strength. It allows using NAND on devices with BCH-1 (e.g. D-Link DIR-885L). Signed-off-by: Rafał Miłecki --- drivers/mtd/nand/brcmnand/brcmnand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git