public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] device model bringup of hsmmc on am335x bone black and gp evm
@ 2015-09-15 14:11 Mugunthan V N
  2015-09-15 14:11 ` [U-Boot] [PATCH 1/5] omap_hsmmc: update struct hsmmc to accomodate base address from DT Mugunthan V N
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Mugunthan V N @ 2015-09-15 14:11 UTC (permalink / raw)
  To: u-boot

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/12417667/
[2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git mmc-dm

TODO:
Gpio get is always returning zero, so I have dropped request GPIO
for card detect. Even tried with non-dm gpio driver and it is
broken. Also non of the TI platforms uses card detect GPIO for
hsmmc in u-boot, so dropped parsing DT for card detect and write
protect gpio. Card detect and write protect can be added after
fixing the omap gpio driver.

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 ethernet driver model
  defconfig: am335x: gp_evm: enable ethernet 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                 | 115 ++++++++++++++++++++++++++++++-
 include/configs/am335x_evm.h             |   8 +++
 5 files changed, 127 insertions(+), 1 deletion(-)

-- 
2.6.0.rc2.10.gf4d9753

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-09-22 14:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 14:11 [U-Boot] [PATCH 0/5] device model bringup of hsmmc on am335x bone black and gp evm Mugunthan V N
2015-09-15 14:11 ` [U-Boot] [PATCH 1/5] omap_hsmmc: update struct hsmmc to accomodate base address from DT Mugunthan V N
2015-09-22 13:50   ` Tom Rini
2015-09-15 14:11 ` [U-Boot] [PATCH 2/5] am335x_evm: mmc: do not define DM_MMC for spl Mugunthan V N
2015-09-22 13:50   ` Tom Rini
2015-09-15 14:11 ` [U-Boot] [PATCH 3/5] drivers: mmc: omap_hsmmc: convert driver to adopt device driver model Mugunthan V N
2015-09-22 13:50   ` Tom Rini
2015-09-22 14:00     ` Mugunthan V N
2015-09-15 14:11 ` [U-Boot] [PATCH 4/5] defconfig: am335x: bbb: enable ethernet " Mugunthan V N
2015-09-22 13:50   ` Tom Rini
2015-09-15 14:11 ` [U-Boot] [PATCH 5/5] defconfig: am335x: gp_evm: " Mugunthan V N
2015-09-22 13:50   ` Tom Rini
2015-09-15 16:02 ` [U-Boot] [PATCH 0/5] device model bringup of hsmmc on am335x bone black and gp evm Peter Robinson
2015-09-15 17:12   ` Tom Rini
2015-09-21 10:48 ` Mugunthan V N

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox