Re: [PATCH 11/14] MIPS: ath79: Add OF support to the GPIO driver

2015-04-18 Thread Alban
On Fri, 17 Apr 2015 16:53:31 +0200 Arnd Bergmann wrote: > On Friday 17 April 2015 16:24:26 Alban Bedel wrote: > > Replace the simple GPIO chip registration by a platform driver > > and make ath79_gpio_init() just register the device. > > > > Signed-off-by: Alban Bedel > > --- > > arch/mips/ath

Re: [PATCH 11/14] MIPS: ath79: Add OF support to the GPIO driver

2015-04-17 Thread Arnd Bergmann
On Friday 17 April 2015 16:24:26 Alban Bedel wrote: > Replace the simple GPIO chip registration by a platform driver > and make ath79_gpio_init() just register the device. > > Signed-off-by: Alban Bedel > --- > arch/mips/ath79/dev-common.c | 13 > arch/mips/ath79/gpio.c | 73 > ++

[PATCH 11/14] MIPS: ath79: Add OF support to the GPIO driver

2015-04-17 Thread Alban Bedel
Replace the simple GPIO chip registration by a platform driver and make ath79_gpio_init() just register the device. Signed-off-by: Alban Bedel --- arch/mips/ath79/dev-common.c | 13 arch/mips/ath79/gpio.c | 73 +--- 2 files changed, 81 inser