Re: [PATCH 1/3] mtd: nand: add support for "nand-ecc-algo" DT property

From: Rob Herring
Date: Mon Apr 25 2016 - 08:39:20 EST


On Fri, Apr 22, 2016 at 01:23:13PM +0200, RafaÅ MiÅecki wrote:
> So far it was only possible to specify ECC algorithm using "soft" and
> "soft_bch" values of nand-ecc-mode prop. There wasn't a way to specify
> it for a hardware ECC mode.
>
> Now that we have independent field in NAND subsystem for storing info
> about ECC algorithm we may also add support for this new DT property.
>
> Signed-off-by: RafaÅ MiÅecki <zajec5@xxxxxxxxx>
> ---
> Documentation/devicetree/bindings/mtd/nand.txt | 2 ++
> drivers/mtd/nand/nand_base.c | 20 +++++++++++++-------
> 2 files changed, 15 insertions(+), 7 deletions(-)

Acked-by: Rob Herring <robh@xxxxxxxxxx>