[U-Boot] Please Pull u-boot-ti/next

Wolfgang,
Please pull u-boot-ti/next
The DaVinci MMC/SD patches were acked by Andy long ago but never made it to any tree. Please look at
http://www.mail-archive.com/u-boot@lists.denx.de/msg32375.html
I am trying to upstream the patches as the original author seems busy
Regards, Sandeep
The following changes since commit b8339e2b9f32663411dba0f48e25b23f542d53bc: Matthew McClintock (1): p1022ds: enable reginfo command
are available in the git repository at:
git://git.denx.de/u-boot-ti.git next
Mike Rapoport (1): OMAP3: add CM-T35 board
Sandeep Paulraj (3): Davinci MMCSD Support DaVinci DM355: Adding MMC/SD support for DM355 EVM DaVinci DM365: Adding MMC/SD support for DM365 EVM
MAINTAINERS | 4 + arch/arm/include/asm/arch-davinci/sdmmc_defs.h | 175 ++++++++++ board/cm_t35/Makefile | 47 +++ board/cm_t35/cm_t35.c | 371 ++++++++++++++++++++++ board/davinci/dm355evm/dm355evm.c | 41 +++ board/davinci/dm365evm/dm365evm.c | 49 +++ boards.cfg | 1 + doc/README.omap3 | 16 +- drivers/mmc/Makefile | 1 + drivers/mmc/davinci_mmc.c | 404 ++++++++++++++++++++++++ include/configs/cm_t35.h | 352 +++++++++++++++++++++ include/configs/davinci_dm355evm.h | 22 ++ include/configs/davinci_dm365evm.h | 22 ++ include/mmc.h | 3 + 14 files changed, 1506 insertions(+), 2 deletions(-) create mode 100644 arch/arm/include/asm/arch-davinci/sdmmc_defs.h create mode 100644 board/cm_t35/Makefile create mode 100644 board/cm_t35/cm_t35.c create mode 100644 drivers/mmc/davinci_mmc.c create mode 100644 include/configs/cm_t35.h
participants (1)
-
s-paulraj@ti.com