mbox series

[v12,0/2] NAND ECC engine binding changes

Message ID 20200630072822.26828-1-miquel.raynal@bootlin.com
Headers show
Series NAND ECC engine binding changes | expand

Message

Miquel Raynal June 30, 2020, 7:28 a.m. UTC
As part of a bigger series, I proposed these changes to facilitate the
insertion of a generic ECC engine abstraction, needed specifically for
new SPI-NAND devices not featuring any on-die engine.

The series is almost ready to be merged but the bindings did not pass
the checks. Now it is solved so I am just waiting for Rob's ack on
these two patches to apply the whole series.

Changes in v12:
* Actually send the corrected commits, ie. with a phandle type for the
  ECC engine, a '|' to preserve the description formatting, boolean
  types clearly defined for the two other properties and no more tabs.

Miquel Raynal (2):
  dt-bindings: mtd: Document nand-ecc-engine
  dt-bindings: mtd: Document boolean NAND ECC properties

 .../bindings/mtd/nand-controller.yaml         | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)

Comments

Rob Herring July 9, 2020, 8:02 p.m. UTC | #1
On Tue, 30 Jun 2020 09:28:21 +0200, Miquel Raynal wrote:
> This property is needed to precisely point to the hardware ECC engine

> to use when there are several of them available. Here, hardware also

> refers to the on-die possibility.

> 

> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

> ---

>  .../devicetree/bindings/mtd/nand-controller.yaml    | 13 +++++++++++++

>  1 file changed, 13 insertions(+)

> 


Reviewed-by: Rob Herring <robh@kernel.org>