Re: [PATCH] mfd: tc3589x: get rid of static base

2014-11-10 Thread Lee Jones
On Tue, 28 Oct 2014, Linus Walleij wrote: > The TC3589x driver is now a device tree-only driver, so we want > only dynamic IRQs and GPIO numbers from the tc3589x, no static > assignments. > > Signed-off-by: Linus Walleij > --- > drivers/gpio/gpio-tc3589x.c | 2 +- > drivers/mfd/tc3589x.c

Re: [PATCH] mfd: tc3589x: get rid of static base

2014-11-04 Thread Linus Walleij
On Mon, Nov 3, 2014 at 6:58 PM, Lee Jones wrote: > On Tue, 28 Oct 2014, Linus Walleij wrote: > >> The TC3589x driver is now a device tree-only driver, so we want >> only dynamic IRQs and GPIO numbers from the tc3589x, no static >> assignments. >> >> Signed-off-by: Linus Walleij >> --- >> drivers

Re: [PATCH] mfd: tc3589x: get rid of static base

2014-11-03 Thread Lee Jones
On Tue, 28 Oct 2014, Linus Walleij wrote: > The TC3589x driver is now a device tree-only driver, so we want > only dynamic IRQs and GPIO numbers from the tc3589x, no static > assignments. > > Signed-off-by: Linus Walleij > --- > drivers/gpio/gpio-tc3589x.c | 2 +- > drivers/mfd/tc3589x.c

[PATCH] mfd: tc3589x: get rid of static base

2014-10-28 Thread Linus Walleij
The TC3589x driver is now a device tree-only driver, so we want only dynamic IRQs and GPIO numbers from the tc3589x, no static assignments. Signed-off-by: Linus Walleij --- drivers/gpio/gpio-tc3589x.c | 2 +- drivers/mfd/tc3589x.c | 9 +++-- include/linux/mfd/tc3589x.h | 8 3