[PATCH 3/3] mfd: tps6586x: implement gpio_to_irq

2012-11-02 Thread Laxman Dewangan
The TPS6586x adds the interrupt of this device using linear mapping on irq domain. Hence, implement gpio_to_irq to get the irq number corresponding to TPS6586x GPIOs which is created dynamically. Signed-off-by: Laxman Dewangan Reviewed-by: Mark Brown Acked-by: Linus Walleij --- Reposting in cas

Re: [PATCH 3/3] mfd: tps6586x: implement gpio_to_irq

2012-10-10 Thread Linus Walleij
On Mon, Oct 8, 2012 at 6:13 PM, Laxman Dewangan wrote: > The TPS6586x adds the interrupt of this device using > linear mapping on irq domain. > Hence, implement gpio_to_irq to get the irq number > corresponding to TPS6586x GPIOs which is created > dynamically. > > Signed-off-by: Laxman Dewangan

Re: [PATCH 3/3] mfd: tps6586x: implement gpio_to_irq

2012-10-08 Thread Mark Brown
On Mon, Oct 08, 2012 at 09:43:25PM +0530, Laxman Dewangan wrote: > The TPS6586x adds the interrupt of this device using > linear mapping on irq domain. > Hence, implement gpio_to_irq to get the irq number > corresponding to TPS6586x GPIOs which is created > dynamically. Reviewed-by: Mark Brown --

[PATCH 3/3] mfd: tps6586x: implement gpio_to_irq

2012-10-08 Thread Laxman Dewangan
The TPS6586x adds the interrupt of this device using linear mapping on irq domain. Hence, implement gpio_to_irq to get the irq number corresponding to TPS6586x GPIOs which is created dynamically. Signed-off-by: Laxman Dewangan --- drivers/gpio/gpio-tps6586x.c |9 + 1 files changed, 9