]> git.ipfire.org Git - people/ms/u-boot.git/commit
Revert "x86: Convert MMC to driver model"
authorBin Meng <bmeng.cn@gmail.com>
Mon, 26 Jun 2017 23:36:15 +0000 (16:36 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 27 Jun 2017 08:31:30 +0000 (16:31 +0800)
commitda2364cc14a0b34411c4a228ae687a23504afe04
tree137855067bd0e1c6413fb6cbe4341a531cf9ef88
parent7df4ff2c2689a6d3c16eb0c3cce098fcac622b0c
Revert "x86: Convert MMC to driver model"

This reverts commit ddb3ac3c716f56cead695444e65a7ba7b0946555.

With MMC converted to driver model, SCSI driver is broken due to
zero address access at (ops->read) in block_dread() function.

The fix (SCSI driver converted to DM) is ready in u-boot-dm branch,
but it is too late for this relese to get that in.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/Kconfig
arch/x86/cpu/baytrail/valleyview.c
arch/x86/cpu/quark/quark.c
arch/x86/cpu/queensbay/Makefile
arch/x86/cpu/queensbay/topcliff.c [new file with mode: 0644]
drivers/mmc/pci_mmc.c
include/mmc.h