mmc: card: Adding support for sanitize in eMMC 4.5
authorMaya Erez <merez@codeaurora.org>
Thu, 18 Apr 2013 12:41:55 +0000 (15:41 +0300)
committerlintao <lintao@rock-chips.com>
Fri, 7 Mar 2014 04:40:27 +0000 (12:40 +0800)
commitcac3fcee6f937c6f098f91d2aebb39a400fdc9eb
tree44897420dbce03ad89a7a7f81d8c6fbd004700d0
parent59d3e812090d20d26d437ad99982753cdd751173
mmc: card: Adding support for sanitize in eMMC 4.5

The sanitize support is added as a user-app ioctl call, and
was removed from the block-device request, since its purpose is
to be invoked not via File-System but by a user.

This feature deletes the unmap memory region of the eMMC card,
by writing to a specific register in the EXT_CSD.

unmap region is the memory region that was previously deleted
(by erase, trim or discard operation).

In order to avoid timeout when sanitizing large-scale cards,
the timeout for sanitize operation is 240 seconds.

Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Conflicts:
drivers/mmc/card/block.c
drivers/mmc/card/block.c
drivers/mmc/card/queue.c
drivers/mmc/core/core.c
drivers/mmc/core/mmc_ops.c
include/linux/mmc/core.h
include/linux/mmc/host.h