Re: [U-Boot] [PATCH 02/15 v2] spi: Add driver for Marvell Armada 3700 SoC

2016-09-23 Thread Jagan Teki
On Fri, Sep 23, 2016 at 6:54 PM, Stefan Roese wrote: > On 23.09.2016 14:53, Jagan Teki wrote: >> >> On Fri, Sep 23, 2016 at 5:47 PM, Stefan Roese wrote: >>> >>> The SPI IP core in the Marvell Armada 3700 is similar to the one in the >>> other Armada SoCs. But the

Re: [U-Boot] [PATCH 02/15 v2] spi: Add driver for Marvell Armada 3700 SoC

2016-09-23 Thread Stefan Roese
On 23.09.2016 14:53, Jagan Teki wrote: On Fri, Sep 23, 2016 at 5:47 PM, Stefan Roese wrote: The SPI IP core in the Marvell Armada 3700 is similar to the one in the other Armada SoCs. But the differences are big enough that it makes sense to introduce a new driver instead of

Re: [U-Boot] [PATCH 02/15 v2] spi: Add driver for Marvell Armada 3700 SoC

2016-09-23 Thread Jagan Teki
On Fri, Sep 23, 2016 at 5:47 PM, Stefan Roese wrote: > The SPI IP core in the Marvell Armada 3700 is similar to the one in the > other Armada SoCs. But the differences are big enough that it makes > sense to introduce a new driver instead of cluttering the old > kirkwood driver with

[U-Boot] [PATCH 02/15 v2] spi: Add driver for Marvell Armada 3700 SoC

2016-09-23 Thread Stefan Roese
The SPI IP core in the Marvell Armada 3700 is similar to the one in the other Armada SoCs. But the differences are big enough that it makes sense to introduce a new driver instead of cluttering the old kirkwood driver with #ifdef's. Signed-off-by: Stefan Roese Cc: Nadav Haklai