Re: [PATCH] mfd/gpio: move HTC GPIO driver to GPIO subsystem

2016-09-27 Thread Lee Jones
On Fri, 16 Sep 2016, Linus Walleij wrote: > The HTC GPIO driver is a pure GPIO driver and I just can not > see what it is doing inside MFD. Let's just move it to GPIO > and take this opportunity to move the platform data to > > > Cc: a...@kernel.org > Cc: Russell King >

Re: [PATCH] mfd/gpio: move HTC GPIO driver to GPIO subsystem

2016-09-27 Thread Lee Jones
On Fri, 16 Sep 2016, Linus Walleij wrote: > The HTC GPIO driver is a pure GPIO driver and I just can not > see what it is doing inside MFD. Let's just move it to GPIO > and take this opportunity to move the platform data to > > > Cc: a...@kernel.org > Cc: Russell King > Cc: Lee Jones >

Re: [PATCH] mfd/gpio: move HTC GPIO driver to GPIO subsystem

2016-09-23 Thread Linus Walleij
On Tue, Sep 20, 2016 at 12:33 AM, Russell King - ARM Linux wrote: > On Fri, Sep 16, 2016 at 01:52:50PM +0200, Linus Walleij wrote: >> Russell/ARM SoC: heads-up and ACK request. > > Fine with one exception: > >> diff --git a/arch/arm/mach-sa1100/h3xxx.c

Re: [PATCH] mfd/gpio: move HTC GPIO driver to GPIO subsystem

2016-09-23 Thread Linus Walleij
On Tue, Sep 20, 2016 at 12:33 AM, Russell King - ARM Linux wrote: > On Fri, Sep 16, 2016 at 01:52:50PM +0200, Linus Walleij wrote: >> Russell/ARM SoC: heads-up and ACK request. > > Fine with one exception: > >> diff --git a/arch/arm/mach-sa1100/h3xxx.c b/arch/arm/mach-sa1100/h3xxx.c >> index

Re: [PATCH] mfd/gpio: move HTC GPIO driver to GPIO subsystem

2016-09-19 Thread Russell King - ARM Linux
On Fri, Sep 16, 2016 at 01:52:50PM +0200, Linus Walleij wrote: > Russell/ARM SoC: heads-up and ACK request. Fine with one exception: > diff --git a/arch/arm/mach-sa1100/h3xxx.c b/arch/arm/mach-sa1100/h3xxx.c > index b1d4faa12f9a..75ab3b086e6f 100644 > --- a/arch/arm/mach-sa1100/h3xxx.c > +++

Re: [PATCH] mfd/gpio: move HTC GPIO driver to GPIO subsystem

2016-09-19 Thread Russell King - ARM Linux
On Fri, Sep 16, 2016 at 01:52:50PM +0200, Linus Walleij wrote: > Russell/ARM SoC: heads-up and ACK request. Fine with one exception: > diff --git a/arch/arm/mach-sa1100/h3xxx.c b/arch/arm/mach-sa1100/h3xxx.c > index b1d4faa12f9a..75ab3b086e6f 100644 > --- a/arch/arm/mach-sa1100/h3xxx.c > +++

Re: [PATCH] mfd/gpio: move HTC GPIO driver to GPIO subsystem

2016-09-19 Thread Arnd Bergmann
On Friday, September 16, 2016 1:52:50 PM CEST Linus Walleij wrote: > The HTC GPIO driver is a pure GPIO driver and I just can not > see what it is doing inside MFD. Let's just move it to GPIO > and take this opportunity to move the platform data to > > > Cc: a...@kernel.org > Cc: Russell King

Re: [PATCH] mfd/gpio: move HTC GPIO driver to GPIO subsystem

2016-09-19 Thread Arnd Bergmann
On Friday, September 16, 2016 1:52:50 PM CEST Linus Walleij wrote: > The HTC GPIO driver is a pure GPIO driver and I just can not > see what it is doing inside MFD. Let's just move it to GPIO > and take this opportunity to move the platform data to > > > Cc: a...@kernel.org > Cc: Russell King >