Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-06-03 Thread Ulf Hansson
On 26 May 2016 at 14:30, Ludovic Desroches wrote: > On Fri, May 20, 2016 at 09:28:56PM +0300, Adrian Hunter wrote: >> On 20/05/2016 4:39 p.m., Ulf Hansson wrote: >> > On 20 May 2016 at 13:46, Adrian Hunter wrote: >> > > On 13/05/16 16:16,

Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-06-03 Thread Ulf Hansson
On 26 May 2016 at 14:30, Ludovic Desroches wrote: > On Fri, May 20, 2016 at 09:28:56PM +0300, Adrian Hunter wrote: >> On 20/05/2016 4:39 p.m., Ulf Hansson wrote: >> > On 20 May 2016 at 13:46, Adrian Hunter wrote: >> > > On 13/05/16 16:16, Ludovic Desroches wrote: >> > > > Activating wakeup event

Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-26 Thread Ludovic Desroches
On Fri, May 20, 2016 at 09:28:56PM +0300, Adrian Hunter wrote: > On 20/05/2016 4:39 p.m., Ulf Hansson wrote: > > On 20 May 2016 at 13:46, Adrian Hunter wrote: > > > On 13/05/16 16:16, Ludovic Desroches wrote: > > > > Activating wakeup event is not enough to get a wakeup

Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-26 Thread Ludovic Desroches
On Fri, May 20, 2016 at 09:28:56PM +0300, Adrian Hunter wrote: > On 20/05/2016 4:39 p.m., Ulf Hansson wrote: > > On 20 May 2016 at 13:46, Adrian Hunter wrote: > > > On 13/05/16 16:16, Ludovic Desroches wrote: > > > > Activating wakeup event is not enough to get a wakeup signal. The > > > >

Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-20 Thread Adrian Hunter
On 20/05/2016 4:39 p.m., Ulf Hansson wrote: On 20 May 2016 at 13:46, Adrian Hunter wrote: On 13/05/16 16:16, Ludovic Desroches wrote: Activating wakeup event is not enough to get a wakeup signal. The corresponding events have to be enabled in the Interrupt Status

Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-20 Thread Adrian Hunter
On 20/05/2016 4:39 p.m., Ulf Hansson wrote: On 20 May 2016 at 13:46, Adrian Hunter wrote: On 13/05/16 16:16, Ludovic Desroches wrote: Activating wakeup event is not enough to get a wakeup signal. The corresponding events have to be enabled in the Interrupt Status Enable Register too. It

Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-20 Thread Ulf Hansson
On 20 May 2016 at 13:46, Adrian Hunter wrote: > On 13/05/16 16:16, Ludovic Desroches wrote: >> Activating wakeup event is not enough to get a wakeup signal. The >> corresponding events have to be enabled in the Interrupt Status Enable >> Register too. It follows the

Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-20 Thread Ulf Hansson
On 20 May 2016 at 13:46, Adrian Hunter wrote: > On 13/05/16 16:16, Ludovic Desroches wrote: >> Activating wakeup event is not enough to get a wakeup signal. The >> corresponding events have to be enabled in the Interrupt Status Enable >> Register too. It follows the specification and is needed at

Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-20 Thread Adrian Hunter
On 13/05/16 16:16, Ludovic Desroches wrote: > Activating wakeup event is not enough to get a wakeup signal. The > corresponding events have to be enabled in the Interrupt Status Enable > Register too. It follows the specification and is needed at least by > sdhci-of-at91. > > Signed-off-by:

Re: [PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-20 Thread Adrian Hunter
On 13/05/16 16:16, Ludovic Desroches wrote: > Activating wakeup event is not enough to get a wakeup signal. The > corresponding events have to be enabled in the Interrupt Status Enable > Register too. It follows the specification and is needed at least by > sdhci-of-at91. > > Signed-off-by:

[PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-13 Thread Ludovic Desroches
Activating wakeup event is not enough to get a wakeup signal. The corresponding events have to be enabled in the Interrupt Status Enable Register too. It follows the specification and is needed at least by sdhci-of-at91. Signed-off-by: Ludovic Desroches ---

[PATCH v2] mmc: sdhci: fix wakeup configuration

2016-05-13 Thread Ludovic Desroches
Activating wakeup event is not enough to get a wakeup signal. The corresponding events have to be enabled in the Interrupt Status Enable Register too. It follows the specification and is needed at least by sdhci-of-at91. Signed-off-by: Ludovic Desroches --- drivers/mmc/host/sdhci.c | 15