[U-Boot] [PATCH v2 20/24] dm: mmc: Add support for driver-model block devices
Simon Glass
sjg at chromium.org
Sat May 14 21:38:31 CEST 2016
On 1 May 2016 at 13:52, Simon Glass <sjg at chromium.org> wrote:
> Add support for enabling CONFIG_BLK with MMC. This involves changing a
> few functions to use struct udevice and adding a MMC block device driver.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> drivers/mmc/mmc.c | 48 +++++++++++++++++++++++++++++++++++++----------
> drivers/mmc/mmc_private.h | 9 +++++++--
> drivers/mmc/mmc_write.c | 9 +++++++++
> include/mmc.h | 4 ++++
> include/part.h | 18 ------------------
> 5 files changed, 58 insertions(+), 30 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list