[U-Boot] [PATCH v3 0/3] dm: mmc: Default to DM_MMC_OPS and BLK

Simon Glass sjg at chromium.org
Sat Oct 1 22:43:16 CEST 2016


Two of these patches have been around for a while, but I've been waiting
to apply them early in the release cycle to permit testing.

The goal is to make CONFIG_DM_MMC_OPS and CONFIG_BLK enabled by default
when driver model is used for mmc. Then these options can be removed. All
mmc drivers should move to using these options.

Changes in v3:
- Updates to remove build errors from tegra and other boards

Simon Glass (3):
  dm: mmc: Support erase
  dm: blk: Enable CONFIG_BLK if DM_MMC is enabled
  dm: mmc: Enable DM_MMC_OPS by default with DM_MMC

 configs/am335x_boneblack_vboot_defconfig  |  2 ++
 configs/am335x_evm_defconfig              |  2 ++
 configs/am43xx_evm_defconfig              |  2 ++
 configs/am43xx_evm_usbhost_boot_defconfig |  2 ++
 configs/am43xx_hs_evm_defconfig           |  2 ++
 configs/am57xx_evm_defconfig              |  2 ++
 configs/am57xx_hs_evm_defconfig           |  2 ++
 configs/apalis_t30_defconfig              |  2 ++
 configs/beaver_defconfig                  |  2 ++
 configs/cardhu_defconfig                  |  2 ++
 configs/cei-tk1-som_defconfig             |  2 ++
 configs/colibri_t20_defconfig             |  2 ++
 configs/colibri_t30_defconfig             |  2 ++
 configs/dalmore_defconfig                 |  2 ++
 configs/dra7xx_evm_defconfig              |  2 ++
 configs/dra7xx_hs_evm_defconfig           |  2 ++
 configs/e2220-1170_defconfig              |  2 ++
 configs/harmony_defconfig                 |  2 ++
 configs/jetson-tk1_defconfig              |  2 ++
 configs/k2g_evm_defconfig                 |  2 ++
 configs/medcom-wide_defconfig             |  2 ++
 configs/nyan-big_defconfig                |  2 ++
 configs/p2371-0000_defconfig              |  2 ++
 configs/p2371-2180_defconfig              |  2 ++
 configs/p2571_defconfig                   |  2 ++
 configs/p2771-0000-000_defconfig          |  2 ++
 configs/p2771-0000-500_defconfig          |  2 ++
 configs/paz00_defconfig                   |  2 ++
 configs/pic32mzdask_defconfig             |  1 +
 configs/plutux_defconfig                  |  2 ++
 configs/sandbox_noblk_defconfig           |  1 +
 configs/seaboard_defconfig                |  2 ++
 configs/tec-ng_defconfig                  |  2 ++
 configs/tec_defconfig                     |  2 ++
 configs/trimslice_defconfig               |  2 ++
 configs/venice2_defconfig                 |  2 ++
 configs/ventana_defconfig                 |  2 ++
 configs/whistler_defconfig                |  2 ++
 drivers/block/Kconfig                     |  1 +
 drivers/mmc/Kconfig                       |  1 +
 drivers/mmc/mmc-uclass.c                  |  1 +
 drivers/mmc/mmc_private.h                 |  5 ++---
 drivers/mmc/mmc_write.c                   | 10 ++++++++--
 43 files changed, 87 insertions(+), 5 deletions(-)

-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list