Re: [PATCH] mmc: sdhci-of-at91: allow the use of controller card detect as wake up

2016-03-25 Thread kbuild test robot
Hi Ludovic, [auto build test WARNING on ulf.hansson-mmc/next] [also build test WARNING on next-20160324] [cannot apply to v4.5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] mmc: sdhci-of-at91: allow the use of controller card detect as wake up

2016-03-25 Thread kbuild test robot
Hi Ludovic, [auto build test WARNING on ulf.hansson-mmc/next] [also build test WARNING on next-20160324] [cannot apply to v4.5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH] mmc: sdhci-of-at91: allow the use of controller card detect as wake up

2016-03-25 Thread Ludovic Desroches
At the moment, there are only two ways to wake up from runtime suspend state: - using a gpio for the card detection which is not a good solution since you still need the card detect pin of the controller. - using polling which is also not a good solution since it will resume/suspend the

[PATCH] mmc: sdhci-of-at91: allow the use of controller card detect as wake up

2016-03-25 Thread Ludovic Desroches
At the moment, there are only two ways to wake up from runtime suspend state: - using a gpio for the card detection which is not a good solution since you still need the card detect pin of the controller. - using polling which is also not a good solution since it will resume/suspend the