commit | 313e9002fdb28ac19f7f54479d9d1268bd82a0ce | [log] [tgz] |
---|---|---|
author | Tien Hock, Loh <tien.hock.loh@intel.com> | Thu Mar 07 11:34:20 2019 +0800 |
committer | Tien Hock, Loh <tien.hock.loh@intel.com> | Thu Mar 07 11:34:20 2019 +0800 |
tree | 76ac6077eda8b433325e3c034b44d0d55812bcc9 | |
parent | ab34f7484d0d3c9af466845539ab5ebd46b4a133 [diff] |
drivers: mmc: Fix some issues with MMC stack Some bugs in MMC stack needs to be fixed: - scr cannot be local as this will cause cache issue when invalidating after the read DMA transfer is completed - ACMD41 needs to send voltage information in initialization, otherwise the command is a query, thus will not initialize the controller - when checking device state, retry until the retries counter goes to zero before failing Signed-off-by: Tien Hock, Loh <tien.hock.loh@intel.com>