Re: [U-Boot] [PATCH] gpio: Add DM GPIO driver for Marvell MVEBU

2016-03-24 Thread Stefan Roese
On 12.02.2016 13:46, Stefan Roese wrote: This patch adds a DM GPIO driver for the Marvell MVEBU SoCs. There are other non-DM drivers that might be used on these platforms. But this patch creates a new DM driver. Which will be used by all Armada XP/38x boards. Other MVEBU SoC (Kirkwood / Orion) ma

Re: [U-Boot] [PATCH] gpio: Add DM GPIO driver for Marvell MVEBU

2016-02-17 Thread Kevin Smith
On 02/12/2016 06:46 AM, Stefan Roese wrote: > This patch adds a DM GPIO driver for the Marvell MVEBU SoCs. There are > other non-DM drivers that might be used on these platforms. But this > patch creates a new DM driver. Which will be used by all Armada XP/38x > boards. Other MVEBU SoC (Kirkwood /

Re: [U-Boot] [PATCH] gpio: Add DM GPIO driver for Marvell MVEBU

2016-02-15 Thread Stefan Roese
Hi Kevin, On 15.02.2016 18:13, Kevin Smith wrote: On 02/12/2016 06:46 AM, Stefan Roese wrote: This patch adds a DM GPIO driver for the Marvell MVEBU SoCs. There are other non-DM drivers that might be used on these platforms. But this patch creates a new DM driver. Which will be used by all Arma

Re: [U-Boot] [PATCH] gpio: Add DM GPIO driver for Marvell MVEBU

2016-02-15 Thread Kevin Smith
Hi Stefan, On 02/12/2016 06:46 AM, Stefan Roese wrote: > This patch adds a DM GPIO driver for the Marvell MVEBU SoCs. There are > other non-DM drivers that might be used on these platforms. But this > patch creates a new DM driver. Which will be used by all Armada XP/38x > boards. Other MVEBU SoC

[U-Boot] [PATCH] gpio: Add DM GPIO driver for Marvell MVEBU

2016-02-12 Thread Stefan Roese
This patch adds a DM GPIO driver for the Marvell MVEBU SoCs. There are other non-DM drivers that might be used on these platforms. But this patch creates a new DM driver. Which will be used by all Armada XP/38x boards. Other MVEBU SoC (Kirkwood / Orion) may follow once they support DM as well. Sig