Re: [RFC PATCH v2 6/6] mmc: core: add manual resume capability

2014-06-27 Thread Vincent Yang
2014-06-27 17:40 GMT+08:00 Ulf Hansson : > > > On 27 juni 2014 04:23:42 CEST, Vincent Yang > wrote: >>2014-06-26 17:42 GMT+08:00 Ulf Hansson : >>> >>> >>> On 26 juni 2014 08:23:32 CEST, Vincent Yang >> wrote: This patch adds manual resume for some embedded platforms with rootfs stored in

Re: [RFC PATCH v2 6/6] mmc: core: add manual resume capability

2014-06-27 Thread Ulf Hansson
On 27 juni 2014 04:23:42 CEST, Vincent Yang wrote: >2014-06-26 17:42 GMT+08:00 Ulf Hansson : >> >> >> On 26 juni 2014 08:23:32 CEST, Vincent Yang > wrote: >>>This patch adds manual resume for some embedded platforms with rootfs >>>stored in SD card. It references CONFIG_MMC_BLOCK_DEFERRED_RESUM

Re: [RFC PATCH v2 6/6] mmc: core: add manual resume capability

2014-06-26 Thread Vincent Yang
2014-06-26 17:42 GMT+08:00 Ulf Hansson : > > > On 26 juni 2014 08:23:32 CEST, Vincent Yang > wrote: >>This patch adds manual resume for some embedded platforms with rootfs >>stored in SD card. It references CONFIG_MMC_BLOCK_DEFERRED_RESUME in >>kernel 3.10. It lets host controller driver to manua

Re: [RFC PATCH v2 6/6] mmc: core: add manual resume capability

2014-06-26 Thread Ulf Hansson
On 26 juni 2014 08:23:32 CEST, Vincent Yang wrote: >This patch adds manual resume for some embedded platforms with rootfs >stored in SD card. It references CONFIG_MMC_BLOCK_DEFERRED_RESUME in >kernel 3.10. It lets host controller driver to manually handle resume >by itself. > >[symptom] >This i

[RFC PATCH v2 6/6] mmc: core: add manual resume capability

2014-06-25 Thread Vincent Yang
This patch adds manual resume for some embedded platforms with rootfs stored in SD card. It references CONFIG_MMC_BLOCK_DEFERRED_RESUME in kernel 3.10. It lets host controller driver to manually handle resume by itself. [symptom] This issue is found on mb86s7x platforms with rootfs stored in SD ca