RE: [PATCH 3/5] mmc: dw_mmc-exynos: add the MMC_CAP_ERASE by default.

2014-05-13 Thread Seungwon Jeon
Hi Jaehoon, I think we can remove MMC_CAP_ERASE from host's cap. Can you check below patch? [PATCH v4] mmc: remove MMC_CAP_ERASE to enable trim in eMMC/SD Device Thanks, Seungwon Jeon On Mon, May 12, 2014, Jaehoon Chung wrote: To use the erase command, add the MMC_CAP_ERASE capability by

Re: [PATCH 3/5] mmc: dw_mmc-exynos: add the MMC_CAP_ERASE by default.

2014-05-13 Thread Jaehoon Chung
Hi, Seungwon. On 05/13/2014 08:15 PM, Seungwon Jeon wrote: Hi Jaehoon, I think we can remove MMC_CAP_ERASE from host's cap. Thanks for reminding. :) It's my mistake..Confused with linux-3.10. Best Regards, Jaehoon Chung Can you check below patch? [PATCH v4] mmc: remove MMC_CAP_ERASE

[PATCH 3/5] mmc: dw_mmc-exynos: add the MMC_CAP_ERASE by default.

2014-05-12 Thread Jaehoon Chung
To use the erase command, add the MMC_CAP_ERASE capability by default. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- drivers/mmc/host/dw_mmc-exynos.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/dw_mmc-exynos.c