Re: [PATCH v1] mmc: core: move the cache disabling operation to mmc_suspend

2013-01-28 Thread Chris Ball
Hi, On Sun, Jan 20 2013, Maya Erez wrote: > Cache control is an eMMC feature and in therefore should be > part of MMC's bus resume operations, performed in mmc_suspend, > rather than in the generic mmc_suspend_host(). > > Signed-off-by: Maya Erez Thanks, pushed to mmc-next for 3.9. (Please

Re: [PATCH v1] mmc: core: move the cache disabling operation to mmc_suspend

2013-01-28 Thread Chris Ball
Hi, On Sun, Jan 20 2013, Maya Erez wrote: Cache control is an eMMC feature and in therefore should be part of MMC's bus resume operations, performed in mmc_suspend, rather than in the generic mmc_suspend_host(). Signed-off-by: Maya Erez me...@codeaurora.org Thanks, pushed to mmc-next for

Re: [PATCH v1] mmc: core: move the cache disabling operation to mmc_suspend

2013-01-20 Thread Ulf Hansson
On 20 January 2013 12:29, Maya Erez wrote: > Cache control is an eMMC feature and in therefore should be > part of MMC's bus resume operations, performed in mmc_suspend, > rather than in the generic mmc_suspend_host(). > > Signed-off-by: Maya Erez > > diff --git a/drivers/mmc/core/core.c

[PATCH v1] mmc: core: move the cache disabling operation to mmc_suspend

2013-01-20 Thread Maya Erez
Cache control is an eMMC feature and in therefore should be part of MMC's bus resume operations, performed in mmc_suspend, rather than in the generic mmc_suspend_host(). Signed-off-by: Maya Erez diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index aaed768..b438bb2 100644 ---

[PATCH v1] mmc: core: move the cache disabling operation to mmc_suspend

2013-01-20 Thread Maya Erez
Cache control is an eMMC feature and in therefore should be part of MMC's bus resume operations, performed in mmc_suspend, rather than in the generic mmc_suspend_host(). Signed-off-by: Maya Erez me...@codeaurora.org diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index

Re: [PATCH v1] mmc: core: move the cache disabling operation to mmc_suspend

2013-01-20 Thread Ulf Hansson
On 20 January 2013 12:29, Maya Erez me...@codeaurora.org wrote: Cache control is an eMMC feature and in therefore should be part of MMC's bus resume operations, performed in mmc_suspend, rather than in the generic mmc_suspend_host(). Signed-off-by: Maya Erez me...@codeaurora.org diff --git