Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c | Simon Glass | 2016-07-11 | -0/+91 |
| | | | | | | Rather than having #ifdef in mmc.c, move this code into the legacy file. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | dm: mmc: Move the device list into a separate file | Simon Glass | 2016-05-17 | -0/+108 |
At present the MMC subsystem maintains its own list of MMC devices. This cannot work with driver model, which needs to maintain this itself. Move the list code into a separate 'legacy' file. The core MMC code remains, and will be shared with the driver-model implementation. Signed-off-by: Simon Glass <sjg@chromium.org> |