[U-Boot] [PATCH v3 26/54] dm: mmc: Add an MMC uclass
Simon Glass
sjg at chromium.org
Sat Jul 18 01:57:05 CEST 2015
On 23 June 2015 at 15:38, Simon Glass <sjg at 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 <sjg at 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.
More information about the U-Boot
mailing list