Re: [PATCH v4 1/6] mtd: rawnand: add Reed-Solomon error correction algorithm

From: Rob Herring
Date: Tue Jun 12 2018 - 14:37:23 EST


On Mon, Jun 11, 2018 at 10:52:19PM +0200, Stefan Agner wrote:
> Add Reed-Solomon (RS) to the enumeration of ECC algorithms.
>
> Signed-off-by: Stefan Agner <stefan@xxxxxxxx>
> Reviewed-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/mtd/nand.txt | 2 +-

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/mtd/nand/raw/nand_base.c | 1 +
> include/linux/mtd/rawnand.h | 1 +
> 3 files changed, 3 insertions(+), 1 deletion(-)