[PATCH] mmc: core: Fix the HPI execution sequence

2012-04-18 Thread Venkatraman S
mmc_execute_hpi should send the HPI command only once, only if the card is in PRG state. According to eMMC spec, the command's completion time is not dependent on OUT_OF_INTERRUPT_TIME. Only the transition out of PRG STATE is guarded by OUT_OF_INTERRUPT_TIME - which is defined to begin at the end

Re: [PATCH] mmc: core: Fix the HPI execution sequence

2012-04-18 Thread Namjae Jeon
2012/4/18 Venkatraman S svenk...@ti.com: mmc_execute_hpi should send the HPI command only once, only if the card is in PRG state. According to eMMC spec, the command's completion time is not dependent on OUT_OF_INTERRUPT_TIME. Only the transition out of PRG STATE is guarded by

Re: [PATCH] mmc: core: Fix the HPI execution sequence

2012-04-18 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 04/18/2012 11:45 PM, Venkatraman S wrote: mmc_execute_hpi should send the HPI command only once, only if the card is in PRG state. According to eMMC spec, the command's completion time is not dependent on OUT_OF_INTERRUPT_TIME. Only the

Re: [PATCH] mmc: core: Fix the HPI execution sequence

2012-04-18 Thread S, Venkatraman
On Thu, Apr 19, 2012 at 7:22 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Acked-by: Jaehoon Chung jh80.ch...@samsung.com Thanks Jaehoon Chung. BTW, would you consider looking into the foreground HPI series ? Chris, Can you please take this too for 3.5 ? On 04/18/2012 11:45 PM,

Re: [PATCH] mmc: core: Fix the HPI execution sequence

2012-04-18 Thread Chris Ball
Hi, On Wed, Apr 18 2012, Venkatraman S wrote: mmc_execute_hpi should send the HPI command only once, only if the card is in PRG state. According to eMMC spec, the command's completion time is not dependent on OUT_OF_INTERRUPT_TIME. Only the transition out of PRG STATE is guarded by