Re: [U-Boot] [PATCH v3] mmc: add bkops-enable command

2016-11-28 Thread Tomas Melin
Hi Jaehoon, On 11/28/2016 06:58 AM, Jaehoon Chung wrote: > > Applied on u-boot-mmc. > Before applied this patch from patchwork, i changed Author from your email to > your name, is it ok? > Thanks! Yes that is perfectly ok. BR, Tomas ___ U-Boot

Re: [U-Boot] [PATCH v3] mmc: add bkops-enable command

2016-11-27 Thread Jaehoon Chung
Hi Tomas, On 11/25/2016 06:01 PM, Tomas Melin wrote: > 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

[U-Boot] [PATCH v3] mmc: add bkops-enable command

2016-11-25 Thread Tomas Melin
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.