[U-Boot] [PATCH 2/2] x86: Convert MMC to driver model
Bin Meng
bmeng.cn at gmail.com
Mon May 8 03:10:55 UTC 2017
On Mon, Apr 10, 2017 at 8:38 AM, Simon Glass <sjg at chromium.org> wrote:
> 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>
> ---
>
> 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 ---------
> drivers/mmc/pci_mmc.c | 86 ++++++++++++++++++++++++++------------
> include/mmc.h | 12 ------
> 7 files changed, 62 insertions(+), 81 deletions(-)
> delete mode 100644 arch/x86/cpu/queensbay/topcliff.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Tested on MinnowMax
Tested-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list