[U-Boot] [PATCH v2 0/5] device model bringup of hsmmc on am335x bone black and gp evm
Mugunthan V N
mugunthanvnm at ti.com
Mon Sep 28 09:26:27 CEST 2015
This patch seires enables omap_hsmmc to adopt driver model. This
has been tested on AM335x beagle bone black and GP EVM (logs [1]).
Also pushed a branch for testing [2]
[1]: http://pastebin.ubuntu.com/12600659/
[2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git mmc-dm-v2
Changes from initial version:
* Added additional compatibles as per Tom's comment
* Fixed $subject for enabling DM_MMC patch
Mugunthan V N (5):
omap_hsmmc: update struct hsmmc to accomodate base address from DT
am335x_evm: mmc: do not define DM_MMC for spl
drivers: mmc: omap_hsmmc: convert driver to adopt device driver model
defconfig: am335x: bbb: enable mmc driver model
defconfig: am335x: gp_evm: enable mmc driver model
arch/arm/include/asm/omap_mmc.h | 3 +
configs/am335x_boneblack_vboot_defconfig | 1 +
configs/am335x_gp_evm_defconfig | 1 +
drivers/mmc/omap_hsmmc.c | 117 ++++++++++++++++++++++++++++++-
include/configs/am335x_evm.h | 8 +++
5 files changed, 129 insertions(+), 1 deletion(-)
--
2.6.0.rc2.10.gf4d9753
More information about the U-Boot
mailing list