[PATCH v2] mtd: brcmnand: Add v7.2 controller support
Rob Herring
robh at kernel.org
Thu Jun 2 18:47:49 PDT 2016
On Tue, May 31, 2016 at 10:23:02AM -0700, Florian Fainelli wrote:
> The 7.2 controller differs in a few area compared to its predecssor (7.1):
>
> - NAND scrambler, which we are not using just yet
> - higher ECC levels (up to 120 bits) per 1KB data blocks, also not supported yet
> - up to 128B OOB
>
> This patchs adds the ncessary code to support such a controller
s/patchs/patch/
s/ncessary/necessary/
> generation and updates the Device Tree binding.
>
> Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
> ---
> Changes in v2:
>
> - fixed a bunch of conditionals on the versions which should
> have been exclusive (spotted by Thomas)
>
> .../devicetree/bindings/mtd/brcm,brcmnand.txt | 1 +
With those changes,
Acked-by: Rob Herring <robh at kernel.org>
> drivers/mtd/nand/brcmnand/brcmnand.c | 91 ++++++++++++++++++----
> 2 files changed, 78 insertions(+), 14 deletions(-)
More information about the linux-mtd
mailing list