Re: [PATCH 2/2] mmc: core: Enable MMC_CAP2_CACHE_CTRL as default

2013-12-19 Thread Ulf Hansson
On 19 December 2013 15:43, Seungwon Jeon wrote: > On Wed, December 18, 2013 Ulf Hansson wrote: >> There are no reason to why the use of a non-volatile internal eMMC >> cache should be controlled by a host cap. Instead let's just enable it >> if the eMMC card supports it. >> >> Signed-off-by: Ulf H

RE: [PATCH 2/2] mmc: core: Enable MMC_CAP2_CACHE_CTRL as default

2013-12-19 Thread Seungwon Jeon
On Wed, December 18, 2013 Ulf Hansson wrote: > There are no reason to why the use of a non-volatile internal eMMC > cache should be controlled by a host cap. Instead let's just enable it > if the eMMC card supports it. > > Signed-off-by: Ulf Hansson When cache feature was introduced for the fir

[PATCH 2/2] mmc: core: Enable MMC_CAP2_CACHE_CTRL as default

2013-12-18 Thread Ulf Hansson
There are no reason to why the use of a non-volatile internal eMMC cache should be controlled by a host cap. Instead let's just enable it if the eMMC card supports it. Signed-off-by: Ulf Hansson --- drivers/mmc/core/core.c |3 --- drivers/mmc/core/mmc.c |3 +-- include/linux/mmc/host.