]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: Add 'mmc rst-function' sub-command
authorTom Rini <trini@ti.com>
Fri, 7 Feb 2014 19:15:20 +0000 (14:15 -0500)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Wed, 2 Apr 2014 10:02:58 +0000 (13:02 +0300)
commit33ace362fdf80e2e2ea4cdf2829a5179c52de3f4
treef7aaebbd0705f03361cfbb13d0e4441b44384b82
parent74c32ef58dbcc204af03f5d7188b5cea3959974c
mmc: Add 'mmc rst-function' sub-command

Some eMMC chips may need the RST_n_FUNCTION bit set to a non-zero value
in order for warm reset of the system to work.  Details on this being
required will be part of the eMMC datasheet.  Also add using this
command to the dra7xx README.

* Whitespace fix by panto

Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
board/ti/dra7xx/README
common/cmd_mmc.c
drivers/mmc/mmc.c
include/mmc.h