Re: [PATCH 2/3] gpio: ath79: Move to the generic GPIO driver

2015-11-02 Thread Linus Walleij
On Sun, Nov 1, 2015 at 6:46 PM, Alban wrote: > On Sat, 31 Oct 2015 22:02:53 +0100 > Linus Walleij wrote: >> Please rebase it on this branch or wait until after the merge window. > > I see that you applied my previous patch "gpio: ath79: Convert to the > state container design pattern", this seri

Re: [PATCH 2/3] gpio: ath79: Move to the generic GPIO driver

2015-11-01 Thread Alban
On Sat, 31 Oct 2015 22:02:53 +0100 Linus Walleij wrote: > On Fri, Oct 30, 2015 at 11:36 AM, Alban Bedel wrote: > > > Turn the ath79 driver into a true driver supporting multiple > > instances while dropping most of the code in favor of the generic > > MMIO GPIO driver. > > > > As the driver now

Re: [PATCH 2/3] gpio: ath79: Move to the generic GPIO driver

2015-10-31 Thread Linus Walleij
On Fri, Oct 30, 2015 at 11:36 AM, Alban Bedel wrote: > Turn the ath79 driver into a true driver supporting multiple > instances while dropping most of the code in favor of the generic > MMIO GPIO driver. > > As the driver now depend on CONFIG_GPIO_GENERIC also add a Kconfig > entry to make the dr

Re: [PATCH 2/3] gpio: ath79: Move to the generic GPIO driver

2015-10-30 Thread kbuild test robot
Hi Alban, [auto build test ERROR on v4.3-rc7 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Alban-Bedel/MAINTAINERS-Add-an-entry-for-the-ATH79-GPIO-driver/20151030-183832 config: i386-allmodconfig (attac

[PATCH 2/3] gpio: ath79: Move to the generic GPIO driver

2015-10-30 Thread Alban Bedel
Turn the ath79 driver into a true driver supporting multiple instances while dropping most of the code in favor of the generic MMIO GPIO driver. As the driver now depend on CONFIG_GPIO_GENERIC also add a Kconfig entry to make the driver optional. Signed-off-by: Alban Bedel --- drivers/gpio/Kcon