Re: [PATCH 5/5] mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq

2015-05-28 Thread Tony Lindgren
* Tony Lindgren [150527 15:46]: > * Rafael J. Wysocki [150527 15:44]: > > On 5/25/2015 10:38 AM, Ulf Hansson wrote: > > >On 14 May 2015 at 01:36, Tony Lindgren wrote: > > >>We can now use generic wakeirq handling and remove the custom handling > > >>for the wake-up interrupts. > > >> > > >>Signe

Re: [PATCH 5/5] mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq

2015-05-27 Thread Tony Lindgren
* Rafael J. Wysocki [150527 15:44]: > On 5/25/2015 10:38 AM, Ulf Hansson wrote: > >On 14 May 2015 at 01:36, Tony Lindgren wrote: > >>We can now use generic wakeirq handling and remove the custom handling > >>for the wake-up interrupts. > >> > >>Signed-off-by: Tony Lindgren > >Rafael, if you are

Re: [PATCH 5/5] mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq

2015-05-27 Thread Rafael J. Wysocki
On 5/25/2015 10:38 AM, Ulf Hansson wrote: On 14 May 2015 at 01:36, Tony Lindgren wrote: We can now use generic wakeirq handling and remove the custom handling for the wake-up interrupts. Signed-off-by: Tony Lindgren Rafael, if you are fine with it, please take this one through your linux-pm

Re: [PATCH 5/5] mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq

2015-05-25 Thread Ulf Hansson
On 14 May 2015 at 01:36, Tony Lindgren wrote: > We can now use generic wakeirq handling and remove the custom handling > for the wake-up interrupts. > > Signed-off-by: Tony Lindgren Rafael, if you are fine with it, please take this one through your linux-pm tree. Acked-by: Ulf Hansson Kind re

[PATCH 5/5] mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq

2015-05-13 Thread Tony Lindgren
We can now use generic wakeirq handling and remove the custom handling for the wake-up interrupts. Signed-off-by: Tony Lindgren --- drivers/mmc/host/omap_hsmmc.c | 51 +++ 1 file changed, 8 insertions(+), 43 deletions(-) diff --git a/drivers/mmc/host/omap