Re: [patch v1]rtc: fix for DA9052/53 rtc device registration

2013-03-21 Thread Andrew Morton
On Thu, 21 Mar 2013 08:25:57 -0700 Greg KH wrote: > On Thu, Mar 21, 2013 at 12:39:07PM +0530, Ashish Jangam wrote: > > This patch adds supports for the virtual irq since now MFD only handles > > virtual irq > > Without this patch rtc device will fail in registration. > > > > This patch is for

Re: [patch v1]rtc: fix for DA9052/53 rtc device registration

2013-03-21 Thread Greg KH
On Thu, Mar 21, 2013 at 12:39:07PM +0530, Ashish Jangam wrote: > This patch adds supports for the virtual irq since now MFD only handles > virtual irq > Without this patch rtc device will fail in registration. > > This patch is for Linux stable version 3.8.x > > Signed-off-by: Ashish Jangam >

[patch v1]rtc: fix for DA9052/53 rtc device registration

2013-03-21 Thread Ashish Jangam
This patch adds supports for the virtual irq since now MFD only handles virtual irq Without this patch rtc device will fail in registration. This patch is for Linux stable version 3.8.x Signed-off-by: Ashish Jangam --- drivers/rtc/rtc-da9052.c |8 1 files changed, 4

[patch v1]rtc: fix for DA9052/53 rtc device registration

2013-03-21 Thread Ashish Jangam
This patch adds supports for the virtual irq since now MFD only handles virtual irq Without this patch rtc device will fail in registration. This patch is for Linux stable version 3.8.x Signed-off-by: Ashish Jangam ashish.jan...@kpitcummins.com --- drivers/rtc/rtc-da9052.c |8 1

Re: [patch v1]rtc: fix for DA9052/53 rtc device registration

2013-03-21 Thread Greg KH
On Thu, Mar 21, 2013 at 12:39:07PM +0530, Ashish Jangam wrote: This patch adds supports for the virtual irq since now MFD only handles virtual irq Without this patch rtc device will fail in registration. This patch is for Linux stable version 3.8.x Signed-off-by: Ashish Jangam

Re: [patch v1]rtc: fix for DA9052/53 rtc device registration

2013-03-21 Thread Andrew Morton
On Thu, 21 Mar 2013 08:25:57 -0700 Greg KH gre...@linuxfoundation.org wrote: On Thu, Mar 21, 2013 at 12:39:07PM +0530, Ashish Jangam wrote: This patch adds supports for the virtual irq since now MFD only handles virtual irq Without this patch rtc device will fail in registration.