Re: [PATCH 1/5] mfd: tps65910: use regmap irq framework for interrupt support

2012-10-09 Thread Mark Brown
On Tue, Oct 09, 2012 at 04:58:32PM +0530, Laxman Dewangan wrote: > Implement irq support of tps65910 with regmap irq framework > in place of implementing locally. > This reduces the code size significantly and easy to maintain. Reviwed-by: Mark Brown -- To unsubscribe from this list: send the

[PATCH 1/5] mfd: tps65910: use regmap irq framework for interrupt support

2012-10-09 Thread Laxman Dewangan
Implement irq support of tps65910 with regmap irq framework in place of implementing locally. This reduces the code size significantly and easy to maintain. Signed-off-by: Laxman Dewangan --- drivers/mfd/tps65910-irq.c | 375 --

[PATCH 1/5] mfd: tps65910: use regmap irq framework for interrupt support

2012-10-09 Thread Laxman Dewangan
Implement irq support of tps65910 with regmap irq framework in place of implementing locally. This reduces the code size significantly and easy to maintain. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- drivers/mfd/tps65910-irq.c | 375 --

Re: [PATCH 1/5] mfd: tps65910: use regmap irq framework for interrupt support

2012-10-09 Thread Mark Brown
On Tue, Oct 09, 2012 at 04:58:32PM +0530, Laxman Dewangan wrote: Implement irq support of tps65910 with regmap irq framework in place of implementing locally. This reduces the code size significantly and easy to maintain. Reviwed-by: Mark Brown broo...@opensource.wolfsonmicro.com -- To