commit | c17dae5e74f1e1db02db5e8703a243dc4dc71246 | [log] [tgz] |
---|---|---|
author | Tomas Melin <tomas.melin@vaisala.com> | Fri Nov 25 11:01:03 2016 +0200 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Dec 01 11:09:44 2016 +0900 |
tree | c0b1d7778cefb47b0af8cd5c5e8a42f882102529 | |
parent | 6c5d79a8c05272ea75cd2bb932dae3a051b96a0e [diff] |
mmc: add bkops-enable command Add new command that provides possibility to enable the background operations handshake functionality (BKOPS_EN, EXT_CSD byte [163]) on eMMC devices. This is an optional feature of eMMCs, the setting is write-once. The command must be explicitly taken into use with CONFIG_CMD_BKOPS_ENABLE. Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>