[U-Boot] [PATCH v1 00/10] arm: pxa: mmc: add driver model support
Marcel Ziswiler
marcel at ziswiler.com
Mon May 20 00:44:52 UTC 2019
This series, after some initial clean-up, ultimately adds support for
the driver model (DM) in the PXA MMC driver.
Marcel Ziswiler (10):
mmc: add missing space before comment delimiter
mmc: fsl_esdhc: annotate endifs
serial: pxa: clean-up platform data include file
Makefile: allow dm_mmc without of_control
dm: core: gracefully handle alias seq without of
kconfig: mmc: move pxa_mmc_generic to kconfig
arm: pxa: mmc: add driver model support
colibri_pxa270_defconfig: enable cmd_dm
colibri_pxa270: add mmc platform data
colibri_pxa270_defconfig: enable dm_mmc
Makefile | 2 +-
board/toradex/colibri_pxa270/colibri_pxa270.c | 20 ++-
configs/colibri_pxa270_defconfig | 3 +
configs/zipitz2_defconfig | 1 +
drivers/core/read.c | 4 +-
drivers/mmc/Kconfig | 8 +
drivers/mmc/fsl_esdhc.c | 4 +-
drivers/mmc/mmc.c | 2 +-
drivers/mmc/pxa_mmc_gen.c | 160 +++++++++++++++---
include/configs/pxa-common.h | 7 -
include/configs/zipitz2.h | 8 -
include/dm/platform_data/pxa_mmc_gen.h | 22 +++
include/dm/platform_data/serial_pxa.h | 8 +-
include/dm/read.h | 4 +
scripts/config_whitelist.txt | 1 -
15 files changed, 196 insertions(+), 58 deletions(-)
create mode 100644 include/dm/platform_data/pxa_mmc_gen.h
--
2.21.0
More information about the U-Boot
mailing list