Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | dm: mmc: Move the device list into a separate file | Simon Glass | |
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> |