
1 Dec
2016
1 Dec
'16
9:26 a.m.
Hi Mario,
sorry for the late review. A few comments now to the patch series...
On 23.11.2016 16:12, Mario Six wrote:
From: Dirk Eibach dirk.eibach@gdsys.cc
Add driver interface functions for the GPIO controller on the mvebu architecture (based on kirkwood).
Signed-off-by: Dirk Eibach dirk.eibach@gdsys.cc
arch/arm/mach-mvebu/include/mach/gpio.h | 41 +++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-)
This is no "real" GPIO driver but only adds to the old GPIO infrastructure. I've added a DM based GPIO driver for MVEBU quite a while ago:
drivers/gpio/mvebu_gpio.c
Could you please try to use this driver instead? If something is missing in this driver then please extend this DM driver.
Thanks, Stefan