Re: Doubt on mmc erase command

2015-10-13 Thread Ritesh Harjani
Hi Sheetal, Try enabling mmc trace events to check what is the cmd you are getting to confirm erase going through. You shoud get cmd 35/36/38 if erase is going through in case of emmc. -Ritesh On Tue, Feb 10, 2015 at 10:00 PM, Sheetal wrote: > Hello, > > I'm

Re: [PATCH] mmc: core: Remove MMC_CLKGATE

2015-10-12 Thread Ritesh Harjani
Hi Ulf, Wanted to understand this better, related to clk-gating and runtime-PM before we completely remove clk-gating functionality. Inline queries - On Thu, Oct 8, 2015 at 11:05 PM, Ulf Hansson wrote: > On 2 October 2015 at 10:56, Ulf Hansson

Re: [PATCH v2] mmc: enable Enhance Strobe for HS400.

2015-06-05 Thread Ritesh Harjani
Hi Sun, Did you get to test this feature on any of the target? On Fri, Jun 5, 2015 at 8:20 AM, Yi Sun yi.y@intel.com wrote: Enhance Strobe is defined in v5.1 eMMC spec. This commit is to implement it. Normal Strobe signal for HS400 is only provided during Data Out and CRC Response.