]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitdc98545be537c36b41bc0a1a51bd45372d0d11be
treef539de16062b3c7e90fd28b441408159487b328e
parentd2dc3fef7dda5ea0f554dc6b98f4f168d8484d52
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