[PATCH 3/5 v3] ESDHC: Power management for ESDHC

2011-12-26 Thread r66093
From: Jerry Huang For FSL ESDHC controllor, when enter the sleep, the controller will power off, therefore the register will lost its valuse, and driver should save value of register during suspend and used during resume. Signed-off-by: Jerry Huang Signed-off-by: Jiang Yutang CC: Chris Ball -

Re: [PATCH] mmc: core: Ensure clocks are always enabled before host interaction

2011-12-26 Thread Sujit Reddy Thumma
On 12/12/2011 2:42 PM, Subhash Jadavani wrote: -Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Sujit Reddy Thumma Sent: Monday, December 12, 2011 1:52 PM To: linux-mmc@vger.kernel.org Cc: Sujit Reddy Thumma; c...@la

Re: [PATCH] mmc: use usleep_range() in mmc_delay()

2011-12-26 Thread Sujit Reddy Thumma
Hi Antipov, Sorry for the delayed response. Please find some comments below: On 12/21/2011 6:35 PM, Dmitry Antipov wrote: On 12/21/2011 03:25 PM, Sujit Reddy Thumma wrote: I have posted similar patch some time back. http://comments.gmane.org/gmane.linux.ports.arm.msm/2119. Would you like to

[PATCH] mmc: sdhci: deactivate tuning timer when host is suspending

2011-12-26 Thread Aaron Lu
From: Philip Rakity Since we are suspending, the tuning timer should be deactivated. Signed-off-by: Philip Rakity Acked-by: Aaron Lu --- drivers/mmc/host/sdhci.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c inde

Re: [PATCH 3/4 v3] mmc: sh_mmcif: process requests asynchronously

2011-12-26 Thread Chris Ball
Hi, On Mon, Dec 26 2011, Guennadi Liakhovetski wrote: > I can resend it if you like, but in fact that fuzz is harmless - you can > go ahead with the patch you have at hand. But, please, do let me know if > you prefer to have an updated patch. Okay, pushed to mmc-next for 3.3 -- please just chec

[PATCH v2 RESEND 2/2] mmc: core: Add claiming a host during mmc_cache_ctrl

2011-12-26 Thread Seungwon Jeon
While calling mmc_cache_ctrl() a host is not claimed. This patch adds the mmc_try_claim_host() for quick response in suspend. Signed-off-by: Seungwon Jeon --- drivers/mmc/core/core.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/core/core.c b/drivers

[PATCH v2 RESEND 1/2] mmc: core: Separate the timeout value for cache-ctrl

2011-12-26 Thread Seungwon Jeon
Turning the cache off implies flushing cache which doesn't define maximum timeout unlike cache-on. This patch will apply the generic CMD6 timeout only for cache-on. Additionally the kernel message is added for checking failure case of cache-on. Signed-off-by: Seungwon Jeon --- drivers/mmc/core/c

[PATCH v2 RESEND 0/2] mmc: core: Fix cache control for eMMC4.5

2011-12-26 Thread Seungwon Jeon
This patch-set fixed the cache control for eMMC4.5 Seungwon Jeon (2): mmc: core: Separate the timeout value for cache-ctrl mmc: core: Add claiming a host during mmc_cache_ctrl drivers/mmc/core/core.c | 29 +++-- drivers/mmc/core/mmc.c | 13 +++--

Re: [PATCH 3/4 v3] mmc: sh_mmcif: process requests asynchronously

2011-12-26 Thread Guennadi Liakhovetski
Hi Chris On Sun, 25 Dec 2011, Chris Ball wrote: > Hi, > > On Sun, Dec 25 2011, Guennadi Liakhovetski wrote: > > Hmmm, that's very weird - I rebased my patch series on top of your > > mmc-next from a couple of hours ago. Sorry for asking, but you've also > > applied the leading two patches from