commit | e6c6d07e2cf049f78b7cff6fc08e80b39a8e89a0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 05 16:23:38 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 20:20:37 2017 -0400 |
tree | f539de16062b3c7e90fd28b441408159487b328e | |
parent | c6606515f1aedd716f5cffa454de12601bc2c372 [diff] |
dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC Convert the bcm2835 SDHCI driver over to support CONFIG_DM_MMC and move all boards over. There is no need to keep the old code since there are no other users. Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Simon Glass <sjg@chromium.org>