]> git.baikalelectronics.ru Git - uboot.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)
commit4ced30354fc9da2d52cd2e96b601b2068d3f6115
tree137855067bd0e1c6413fb6cbe4341a531cf9ef88
parent03b9115c5f589919e6443737a956f50d6a9942f2
Revert "x86: Convert MMC to driver model"

This reverts commit 46be81a112b1180da7d8eb5dae690b2d2220857a.

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