Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1412688
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] mtd: brcmnand: Add v7.2 controller support |
| Date | 2016-06-03 03:50 +0200 |
| Message-ID | <rFMpj-5c3-5@gated-at.bofh.it> (permalink) |
| References | <rEVO2-5FM-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@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@kernel.org> > drivers/mtd/nand/brcmnand/brcmnand.c | 91 ++++++++++++++++++---- > 2 files changed, 78 insertions(+), 14 deletions(-)
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] mtd: brcmnand: Add v7.2 controller support Florian Fainelli <f.fainelli@gmail.com> - 2016-05-31 19:40 +0200
Re: [PATCH v2] mtd: brcmnand: Add v7.2 controller support Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-06-02 19:20 +0200
Re: [PATCH v2] mtd: brcmnand: Add v7.2 controller support Kamal Dasu <kamal.dasu@broadcom.com> - 2016-06-02 21:40 +0200
Re: [PATCH v2] mtd: brcmnand: Add v7.2 controller support Rob Herring <robh@kernel.org> - 2016-06-03 03:50 +0200
Re: [PATCH v2] mtd: brcmnand: Add v7.2 controller support Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-06-03 12:10 +0200
csiph-web