[U-Boot] [PATCH] Revert "x86: Convert MMC to driver model"

Simon Glass sjg at chromium.org
Tue Jun 27 03:25:04 UTC 2017


On 26 June 2017 at 17:36, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
> 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, 81 insertions(+), 62 deletions(-)
> create mode 100644 arch/x86/cpu/queensbay/topcliff.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list