Re: [PATCH] mtd: brcmnand: Add support for v6.2 controllers

2016-04-04 Thread Boris Brezillon
On Sun, 3 Apr 2016 23:53:53 -0700 Brian Norris wrote: > + Boris, Richard > > On Thu, Mar 10, 2016 at 03:34:16PM -0800, Florian Fainelli wrote: > > Document and match the brcm,brcmnand-v6.2 compatible string, the controller > > has > > a register layout identical to the v6.0 version and supports

Re: [PATCH] mtd: brcmnand: Add support for v6.2 controllers

2016-04-03 Thread Brian Norris
+ Boris, Richard On Thu, Mar 10, 2016 at 03:34:16PM -0800, Florian Fainelli wrote: > Document and match the brcm,brcmnand-v6.2 compatible string, the controller > has > a register layout identical to the v6.0 version and supports prefetch. Update > the > command shift logic to account for v6.2 c

Re: [PATCH] mtd: brcmnand: Add support for v6.2 controllers

2016-03-19 Thread Rob Herring
On Thu, Mar 10, 2016 at 03:34:16PM -0800, Florian Fainelli wrote: > Document and match the brcm,brcmnand-v6.2 compatible string, the controller > has > a register layout identical to the v6.0 version and supports prefetch. Update > the > command shift logic to account for v6.2 controller which ar

[PATCH] mtd: brcmnand: Add support for v6.2 controllers

2016-03-10 Thread Florian Fainelli
Document and match the brcm,brcmnand-v6.2 compatible string, the controller has a register layout identical to the v6.0 version and supports prefetch. Update the command shift logic to account for v6.2 controller which are the first ones to use a shift of 0 (6.1 used a shift of 24). Signed-off-by