RE: [PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-28 Thread Seungwon Jeon
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

Re: [PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-28 Thread Girish K S
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

RE: [PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-08 Thread Seungwon Jeon
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

Re: [PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-07 Thread Kyungmin Park
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

[PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-07 Thread Seungwon Jeon
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