On 23 June 2015 at 15:38, Simon Glass <s...@chromium.org> wrote:
> Add basic support for MMC, providing a uclass which can set up an MMC
> device. This allows MMC drivers to move to using driver model.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  drivers/mmc/Kconfig      | 10 ++++++++++
>  drivers/mmc/Makefile     |  2 ++
>  drivers/mmc/mmc-uclass.c | 34 ++++++++++++++++++++++++++++++++++
>  drivers/mmc/mmc.c        |  2 ++
>  include/dm/uclass-id.h   |  1 +
>  include/mmc.h            | 22 ++++++++++++++++++++++
>  6 files changed, 71 insertions(+)
>  create mode 100644 drivers/mmc/mmc-uclass.c

Applied to u-boot-dm.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to