Re: [PATCH v4 2/3]mmc: enable TRIM/ERASE caps for SDHCI host
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Date: Sat, 12 Feb 2011 09:34:04 +0100
On Saturday 12 February 2011 07:22:20 Chuanxiao Dong wrote:
SDHCI host controller has TRIM/ERASE capability, enable these caps for erasing
purpose.
ERASE command needs R1B response. So for such command with busy signal, before
sending command, SDHCI host driver will simply set a maximum value for timeout
control register which is safe to use.
Signed-off-by: Chuanxiao Dong <chuanxiao.dong@xxxxxxxxx>
Great stuff! I needed this for a project of mine, but couldn't
get it to work reliably without knowing about the timeout logic.
I think, almost no mmc controllers advertice MMC_CAP_ERASE today,
which is a real shame, given that it's extremely useful for performance.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH v4 2/3]mmc: enable TRIM/ERASE caps for SDHCI host
- From: Chuanxiao Dong
- [PATCH v4 2/3]mmc: enable TRIM/ERASE caps for SDHCI host
- Prev by Date: ***
- Next by Date: Re: [PATCH v4 1/3]mmc: set max_discard_sectors value for mmc queue
- Previous by thread: [PATCH v4 2/3]mmc: enable TRIM/ERASE caps for SDHCI host
- Next by thread: [PATCH v4 3/3]mmc: fix division by zero when cal erase timeout
- Index(es):