commit | b22f6201fa1154ce9a49bf3530874551bbe801cb | [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 | 13ddef8198f06bc4f860aa511fcea21921447004 [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>