dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC
authorSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 22:23:38 +0000 (16:23 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 10 May 2017 00:20:37 +0000 (20:20 -0400)
commite6c6d07e2cf049f78b7cff6fc08e80b39a8e89a0
treef539de16062b3c7e90fd28b441408159487b328e
parentc6606515f1aedd716f5cffa454de12601bc2c372
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>
board/raspberrypi/rpi/rpi.c
configs/rpi_2_defconfig
configs/rpi_3_32b_defconfig
configs/rpi_3_defconfig
configs/rpi_defconfig
drivers/mmc/bcm2835_sdhci.c