Girish K S wrote:
>
> Hi Jeon,
>
> I tried to apply your patch to the latest Chris-mmc/mmc-next branch.
> but the patch fails. can you please check
> err message.
>
> error: patch failed: include/linux/mmc/card.h:52
> error: include/linux/mmc/card.h: patch does not apply
> error: patch failed: i
Hi Jeon,
I tried to apply your patch to the latest Chris-mmc/mmc-next branch.
but the patch fails. can you please check
err message.
error: patch failed: include/linux/mmc/card.h:52
error: include/linux/mmc/card.h: patch does not apply
error: patch failed: include/linux/mmc/mmc.h:293
error: inclu
Thank you for comment.
I will apply it.
Best regards,
Seungwon Jeon.
Kyungmin Park wrote:
>
> Acked-by: Kyungmin Park
>
> Nitpick: see below comments and typo.
>
> On Thu, Sep 8, 2011 at 3:10 PM, Seungwon Jeon wrote:
> > EXT_CSD[248] includes the default maximum timeout for CMD6.
> > This fi
Acked-by: Kyungmin Park
Nitpick: see below comments and typo.
On Thu, Sep 8, 2011 at 3:10 PM, Seungwon Jeon wrote:
> EXT_CSD[248] includes the default maximum timeout for CMD6.
> This field is added at eMMC4.5 Spec. And it can be used for default
> timeout except for some operations which don't
EXT_CSD[248] includes the default maximum timeout for CMD6.
This field is added at eMMC4.5 Spec. And it can be used for default
timeout except for some operations which don't define the timeout(i.e.
background operation, sanitize, flush cache) in eMMC4.5 Spec.
Signed-off-by: Seungwon Jeon
---
v2