Re: [PATCH 1/5] gpio: ath79: Move to the generic GPIO driver

2016-02-10 Thread Linus Walleij
On Thu, Jan 28, 2016 at 8:44 PM, Alban Bedel wrote: > Drop 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. > > We leave the base pointer and lock in the data struct because they ar

Re: [PATCH 1/5] gpio: ath79: Move to the generic GPIO driver

2016-02-07 Thread Alexandre Courbot
On Fri, Jan 29, 2016 at 4:44 AM, Alban Bedel wrote: > Drop 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. > > We leave the base pointer and lock in the data struct because they are

[PATCH 1/5] gpio: ath79: Move to the generic GPIO driver

2016-01-28 Thread Alban Bedel
Drop 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. We leave the base pointer and lock in the data struct because they are needed for the IRQ support. Signed-off-by: Alban Bedel ---