Re: [U-Boot] [PATCH V5 25/31] gpio: mxc: add i.MX8M support

2018-01-21 Thread Stefano Babic
On 10/01/2018 06:20, Peng Fan wrote: > Add i.MX8M GPIO support. > There are 4 GPIO banks on i.MX8M. > > Signed-off-by: Peng Fan > Reviewed-by: Fabio Estevam > Cc: Stefano Babic > --- > drivers/gpio/mxc_gpio.c | 22 +++--- > 1 file changed, 15 insertions(+), 7 deletions(-) >

[U-Boot] [PATCH V5 25/31] gpio: mxc: add i.MX8M support

2018-01-09 Thread Peng Fan
Add i.MX8M GPIO support. There are 4 GPIO banks on i.MX8M. Signed-off-by: Peng Fan Reviewed-by: Fabio Estevam Cc: Stefano Babic --- drivers/gpio/mxc_gpio.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpi