commit | b22ffdcd25d67a07f2b5a75a7805826bfe8597f1 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Mon Apr 22 10:29:26 2013 +0200 |
committer | Chris Ball <cjb@laptop.org> | Thu Jun 06 07:37:48 2013 -0400 |
tree | b313cd5576eb22399b3f672315ba208d7dceea19 | |
parent | 0e748234293f5f2caa8dbd152caba5efb754c707 [diff] |
mmc: tmio: postpone controller reset during resume When resuming, the tmio_mmc_host_resume() function is run when the controller might still be powered down. Issuing a reset command to it at that time has no effect. This patch postpones resetting the controller until the first powering-up .set_ios() call. Reported-by: Nguyen Viet Dung <nv-dung@jinso.co.jp> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Signed-off-by: Chris Ball <cjb@laptop.org>