Re: [RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-29 Thread Hauke Mehrtens
On 05/28/2015 10:21 AM, Arnd Bergmann wrote: > On Wednesday 27 May 2015 23:46:48 Hauke Mehrtens wrote: >> On 05/27/2015 09:37 AM, Arnd Bergmann wrote: >>> On Sunday 24 May 2015 20:32:29 Hauke Mehrtens wrote: @@ -124,17 +124,7 @@ <0x00026000 0 &gic GIC_SPI 149 >>

Re: [RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-28 Thread Arnd Bergmann
On Wednesday 27 May 2015 23:46:48 Hauke Mehrtens wrote: > On 05/27/2015 09:37 AM, Arnd Bergmann wrote: > > On Sunday 24 May 2015 20:32:29 Hauke Mehrtens wrote: > >> @@ -124,17 +124,7 @@ > >> <0x00026000 0 &gic GIC_SPI 149 > >> IRQ_TYPE_LEVEL_HIGH>, > >> > >>

Re: [RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-27 Thread Hauke Mehrtens
On 05/27/2015 02:41 AM, Brian Norris wrote: > On Sun, May 24, 2015 at 08:32:29PM +0200, Hauke Mehrtens wrote: >> This adds the NAND flash chip description for a standard chip found >> connected to this SoC. This makes use of generic Broadcom NAND driver >> with the iProc interface. >> >> Signed-off

Re: [RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-27 Thread Brian Norris
On Wed, May 27, 2015 at 11:46:48PM +0200, Hauke Mehrtens wrote: > This deice tree attribute is already supported > by one driver I moved the code to make it available for all drivers. To be clear here, though, the original binding was barely reviewed, let alone documented. So I'd consider a redefi

Re: [RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-27 Thread Hauke Mehrtens
On 05/27/2015 09:37 AM, Arnd Bergmann wrote: > On Sunday 24 May 2015 20:32:29 Hauke Mehrtens wrote: >> @@ -124,17 +124,7 @@ >> <0x00026000 0 &gic GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>, >> >> /* Ethernet Controller 3 */ >> - <0x00027

Re: [RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-27 Thread Arnd Bergmann
On Sunday 24 May 2015 20:32:29 Hauke Mehrtens wrote: > @@ -124,17 +124,7 @@ > <0x00026000 0 &gic GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>, > > /* Ethernet Controller 3 */ > - <0x00027000 0 &gic GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>, > - > -

Re: [RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-26 Thread Brian Norris
On Tue, May 26, 2015 at 05:41:44PM -0700, Brian Norris wrote: > > + linux,part-probe = "ofpart", "bcm47xxpart"; > > ^ NAK to this line. You still haven't documented any semantics for this > property. And I gave you several comments on your previous patch about > what would need t

Re: [RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-26 Thread Brian Norris
On Sun, May 24, 2015 at 08:32:29PM +0200, Hauke Mehrtens wrote: > This adds the NAND flash chip description for a standard chip found > connected to this SoC. This makes use of generic Broadcom NAND driver > with the iProc interface. > > Signed-off-by: Hauke Mehrtens > --- > > This would be the

Re: [RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-26 Thread Rafał Miłecki
On 24 May 2015 at 20:32, Hauke Mehrtens wrote: > This adds the NAND flash chip description for a standard chip found > connected to this SoC. This makes use of generic Broadcom NAND driver > with the iProc interface. I still wait/hope for Brian's reply in [PATCH 5/7] mtd: brcmnand: add bcma drive

[RFC] ARM: BCM5301X: add NAND flash chip description

2015-05-24 Thread Hauke Mehrtens
This adds the NAND flash chip description for a standard chip found connected to this SoC. This makes use of generic Broadcom NAND driver with the iProc interface. Signed-off-by: Hauke Mehrtens --- This would be the patch when we completely change to device tree only for the nand flash controll