Re: [PATCH v5 04/14] GPIO: Add gpio-ingenic driver

2017-05-11 Thread Linus Walleij
On Mon, May 8, 2017 at 12:05 AM, Paul Cercueil wrote: > It looks like the gpio_get_value() is broken on jz4740. > > I'll send a v6. OK I don't apply this series then, waiting for v6. The series looks good so as soon you think it is finished I can apply it I think. Yours, Linus Walleij

Re: [PATCH v5 04/14] GPIO: Add gpio-ingenic driver

2017-05-07 Thread Paul Cercueil
It looks like the gpio_get_value() is broken on jz4740. I'll send a v6. - Paul On 28/04/2017 22:08, Paul Cercueil wrote: This driver handles the GPIOs of all the Ingenic JZ47xx SoCs currently supported by the upsteam Linux kernel. Signed-off-by: Paul Cercueil --- drivers/gpio/Kconfig

[PATCH v5 04/14] GPIO: Add gpio-ingenic driver

2017-04-28 Thread Paul Cercueil
This driver handles the GPIOs of all the Ingenic JZ47xx SoCs currently supported by the upsteam Linux kernel. Signed-off-by: Paul Cercueil --- drivers/gpio/Kconfig| 10 ++ drivers/gpio/Makefile | 1 + drivers/gpio/gpio-ingenic.c | 399