Re: [U-Boot] [PATCH v0 2/5] arm: mvebu: Add gpio support

2015-10-28 Thread Stefan Roese
Hi Dirk, On 28.10.2015 16:44, dirk.eib...@gdsys.cc wrote: From: Dirk Eibach mvebu gpio is based on kirkwood. Signed-off-by: Dirk Eibach Again, I would really like to see a DM based driver for this. It shouldn't be too much work. GPIO is perhaps the simplest driver here. Perhaps you can spa

[U-Boot] [PATCH v0 2/5] arm: mvebu: Add gpio support

2015-10-28 Thread dirk . eibach
From: Dirk Eibach mvebu gpio is based on kirkwood. Signed-off-by: Dirk Eibach --- arch/arm/mach-mvebu/include/mach/gpio.h | 41 +++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mvebu/include/mach/gpio.h b/arch/arm/mach-mvebu/inclu