Re: [Patch v1] rtc: fix for the DA9052 rtc device registration

2013-03-19 Thread Ashish Jangam
On Mon, 2013-03-18 at 15:21 -0700, Andrew Morton wrote: > On Fri, 15 Mar 2013 13:59:39 +0530 Ashish Jangam > wrote: > > > DA9052/53 MFD core handles only virtual irq therefore rtc driver needs > > to be updated to work on virtual irq. Without this update DA9052/53 rtc > > driver will fail durin

Re: [Patch v1] rtc: fix for the DA9052 rtc device registration

2013-03-18 Thread Andrew Morton
On Fri, 15 Mar 2013 13:59:39 +0530 Ashish Jangam wrote: > DA9052/53 MFD core handles only virtual irq therefore rtc driver needs > to be updated to work on virtual irq. Without this update DA9052/53 rtc > driver will fail during its registration. > Also getting irq by it name is no longer suppo

[Patch v1] rtc: fix for the DA9052 rtc device registration

2013-03-15 Thread Ashish Jangam
DA9052/53 MFD core handles only virtual irq therefore rtc driver needs to be updated to work on virtual irq. Without this update DA9052/53 rtc driver will fail during its registration. Also getting irq by it name is no longer supported in DA9052/53 core. Signed-off-by: Ashish Jangam --- drivers