Re: [PATCH 0/3] mtd: nand: add Broadcom NAND controller support

2015-03-16 Thread Brian Norris
(Your HTML mail will likely get blocked by a lot of filters) Hi Anatol, On Mon, Mar 16, 2015 at 04:24:20PM -0700, Anatol Pomazau wrote: > Hi Brian > > Thanks for the patch series. I am going to test it on a Broadcom dev board. > > Do you plan to add a patch for bcm-cygnus.dtsi similar to what i

Re: [PATCH 0/3] mtd: nand: add Broadcom NAND controller support

2015-03-09 Thread Brian Norris
On Sun, Mar 08, 2015 at 11:22:40AM +0100, Rafał Miłecki wrote: > On 8 March 2015 at 01:57, Brian Norris wrote: > > 2. Endianness is a known issue with at least one other platform. On many > > chips (spanning MIPS LE, MIPS BE, and ARM LE), NAND has been integrated > > such that data can just be rea

Re: [PATCH 0/3] mtd: nand: add Broadcom NAND controller support

2015-03-09 Thread Brian Norris
On Sun, Mar 08, 2015 at 12:18:39PM +0100, Rafał Miłecki wrote: > On 8 March 2015 at 01:57, Brian Norris wrote: > > 3. I was told that there were only 2 or 3 chips that were released with > > a v6.1 NAND controller, and BCM4708 wasn't one of them. Apparently I was > > told wrong... I'll have to see

Re: [PATCH 0/3] mtd: nand: add Broadcom NAND controller support

2015-03-08 Thread Rafał Miłecki
On 8 March 2015 at 01:57, Brian Norris wrote: > 3. I was told that there were only 2 or 3 chips that were released with > a v6.1 NAND controller, and BCM4708 wasn't one of them. Apparently I was > told wrong... I'll have to see if there are any other quirks we should > be accounting for. Please n

Re: [PATCH 0/3] mtd: nand: add Broadcom NAND controller support

2015-03-08 Thread Rafał Miłecki
On 8 March 2015 at 01:57, Brian Norris wrote: > 2. Endianness is a known issue with at least one other platform. On many > chips (spanning MIPS LE, MIPS BE, and ARM LE), NAND has been integrated > such that data can just be read/programmed in the native endianness > through the FLASH_CACHE registe

Re: [PATCH 0/3] mtd: nand: add Broadcom NAND controller support

2015-03-07 Thread Brian Norris
On Sun, Mar 08, 2015 at 01:01:14AM +0100, Rafał Miłecki wrote: > Thanks for your work on this. It looks amazing, nice piece of code :) Thanks :) And thanks for testing this. I believe I suggested to you that I'd be releasing this "soon" several months ago. Better late than never, I guess? > On 7

Re: [PATCH 0/3] mtd: nand: add Broadcom NAND controller support

2015-03-07 Thread Rafał Miłecki
Hi Brian, Thanks for your work on this. It looks amazing, nice piece of code :) On 7 March 2015 at 02:18, Brian Norris wrote: > This adds (long in coming) support for the Broadcom BCM7xxx Set-Top Box NAND > controller. This controller has been used in a variety of Broadcom SoCs. > > There are a

[PATCH 0/3] mtd: nand: add Broadcom NAND controller support

2015-03-06 Thread Brian Norris
Hi, This adds (long in coming) support for the Broadcom BCM7xxx Set-Top Box NAND controller. This controller has been used in a variety of Broadcom SoCs. There are a few more features I'd like add in the near future, mostly to support more SoCs, but this is the base set, which should only need re