Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-22 Thread Linus Walleij
On Tue, Dec 15, 2015 at 5:16 PM, Andrew F. Davis wrote: > Is there anything I can do to help this along? This series > and the tps65086 series have been blocked for months on > trivial issues. (Not sure why the tps65086 hasn't been taken, > it doesn't have this problem, I'd be OK with this gettin

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-15 Thread Andrew F. Davis
On 12/09/2015 06:35 AM, Linus Walleij wrote: On Tue, Dec 8, 2015 at 8:16 PM, Mark Brown wrote: On Mon, Dec 07, 2015 at 01:58:47PM -0600, Andrew F. Davis wrote: As all of this driver should be taken though the MFD tree how can this gpiolib change be handled? If we have gpio.parent it will not

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-09 Thread Linus Walleij
On Tue, Dec 8, 2015 at 8:16 PM, Mark Brown wrote: > On Mon, Dec 07, 2015 at 01:58:47PM -0600, Andrew F. Davis wrote: > >> As all of this driver should be taken though the MFD tree how >> can this gpiolib change be handled? If we have gpio.parent it >> will not build on MFD, with gpio.dev it will f

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-08 Thread Mark Brown
On Mon, Dec 07, 2015 at 01:58:47PM -0600, Andrew F. Davis wrote: > As all of this driver should be taken though the MFD tree how > can this gpiolib change be handled? If we have gpio.parent it > will not build on MFD, with gpio.dev it will fail to build when > the changes are merged from the gpio

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-07 Thread Andrew F. Davis
On 12/04/2015 06:02 AM, Mark Brown wrote: On Tue, Nov 24, 2015 at 04:26:24PM +, Lee Jones wrote: On Wed, 18 Nov 2015, Andrew F. Davis wrote: Documentation/devicetree/bindings/mfd/tps65912.txt | 50 ++ drivers/gpio/Kconfig | 2 +- drivers/gpio/gpio-tps6

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-04 Thread Mark Brown
On Tue, Nov 24, 2015 at 04:26:24PM +, Lee Jones wrote: > On Wed, 18 Nov 2015, Andrew F. Davis wrote: > > Documentation/devicetree/bindings/mfd/tps65912.txt | 50 ++ > > drivers/gpio/Kconfig | 2 +- > > drivers/gpio/gpio-tps65912.c | 317 +

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-04 Thread Lee Jones
On Thu, 03 Dec 2015, Andrew F. Davis wrote: > On 11/24/2015 10:26 AM, Lee Jones wrote: > >On Wed, 18 Nov 2015, Andrew F. Davis wrote: > > > >>In an effort to cleanup this driver and add Device Tree support > >>the driver has been rewritten based on new driver styles and > >>modern kernel driver he

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-12-03 Thread Andrew F. Davis
On 11/24/2015 10:26 AM, Lee Jones wrote: On Wed, 18 Nov 2015, Andrew F. Davis wrote: In an effort to cleanup this driver and add Device Tree support the driver has been rewritten based on new driver styles and modern kernel driver helpers. This has nearly halved the lines of code while keeping

Re: [PATCH v7 0/5] mfd: tps65912: Driver rewrite with DT support

2015-11-24 Thread Lee Jones
On Wed, 18 Nov 2015, Andrew F. Davis wrote: > In an effort to cleanup this driver and add Device Tree support > the driver has been rewritten based on new driver styles and > modern kernel driver helpers. This has nearly halved the lines > of code while keeping all previous functionality. > > Pla