[U-Boot] [PATCH v2 3/4] x86: Convert MMC to driver model
Bin Meng
bmeng.cn at gmail.com
Tue Aug 1 12:24:38 UTC 2017
On Mon, Jul 31, 2017 at 10:24 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
> From: Simon Glass <sjg at chromium.org>
>
> Convert the pci_mmc driver over to driver model and migrate all x86 boards
> that use it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Tested-by: Bin Meng <bmeng.cn at gmail.com>
> [bmeng: remove DM_MMC from edison_defconfig]
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2: None
>
> arch/Kconfig | 1 +
> arch/x86/cpu/baytrail/valleyview.c | 12 ------
> arch/x86/cpu/quark/quark.c | 10 -----
> arch/x86/cpu/queensbay/Makefile | 2 +-
> arch/x86/cpu/queensbay/topcliff.c | 20 ---------
> configs/edison_defconfig | 1 -
> drivers/mmc/pci_mmc.c | 86 ++++++++++++++++++++++++++------------
> include/mmc.h | 12 ------
> 8 files changed, 62 insertions(+), 82 deletions(-)
> delete mode 100644 arch/x86/cpu/queensbay/topcliff.c
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list