Re: [PATCH 2/3] mfd: tps6586x: add irq io-resource for rtc sub driver

2012-10-09 Thread Mark Brown
On Mon, Oct 08, 2012 at 09:43:24PM +0530, Laxman Dewangan wrote: > Add IRQ IORESOURCE for rtc sub driver of this device. > The rtc driver can get the irq by calling platform_get_irq(). > > Signed-off-by: Laxman Dewangan Reviewed-by: Mark Brown -- To unsubscribe from this list: send the line

Re: [PATCH 2/3] mfd: tps6586x: add irq io-resource for rtc sub driver

2012-10-09 Thread Mark Brown
On Mon, Oct 08, 2012 at 09:43:24PM +0530, Laxman Dewangan wrote: Add IRQ IORESOURCE for rtc sub driver of this device. The rtc driver can get the irq by calling platform_get_irq(). Signed-off-by: Laxman Dewangan ldewan...@nvidia.com Reviewed-by: Mark Brown broo...@opensource.wolfsonmicro.com

[PATCH 2/3] mfd: tps6586x: add irq io-resource for rtc sub driver

2012-10-08 Thread Laxman Dewangan
Add IRQ IORESOURCE for rtc sub driver of this device. The rtc driver can get the irq by calling platform_get_irq(). Signed-off-by: Laxman Dewangan --- drivers/mfd/tps6586x.c | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/tps6586x.c

[PATCH 2/3] mfd: tps6586x: add irq io-resource for rtc sub driver

2012-10-08 Thread Laxman Dewangan
Add IRQ IORESOURCE for rtc sub driver of this device. The rtc driver can get the irq by calling platform_get_irq(). Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- drivers/mfd/tps6586x.c | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git