commit | 3b2e3729dc57a5ff532552cde49de7ace4c5792c | [log] [tgz] |
---|---|---|
author | Tony Lin <tony.lin@freescale.com> | Tue Dec 27 13:47:09 2011 +0800 |
committer | Tony Lin <tony.lin@freescale.com> | Tue Dec 27 14:48:26 2011 +0800 |
tree | 71e9c0730eda2bebc13d319891581a78c8f72183 | |
parent | 6c3f6f9daa4d81c92c11384963ae3efa98b7aa3d [diff] |
ENGR00170944 [MX6Q MMC]suspend/resume crash if the system suspend in the process of data transfer, current request is broken by the suspend request, thus there're sd/mmc requests error logs. to prevent this error, add a claim host in suspend function and release it in resume function to make sure the request is finished before entering suspend and next request could be started after resuming. Signed-off-by: Tony Lin <tony.lin@freescale.com>