The following changes since commit d91dd34bf113e8e23d52e8a5267858ddb07de88c: Marek Vasut (1): PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASE
are available in the git repository at: git://git.denx.de/u-boot-ti.git master Manjunathappa, Prakash (1): da850: add support for Spectrum Digital AM18xx EVM Nagabhushana Netagunte (8): dm6446: disable cache usage due to coherency issues dm365: disable cache usage due to coherency issues da850: indicate cache usage disable in config file da850: add NOR boot mode support da850: modify the U-Boot prompt string da850: add support to wake up DSP during board init da850: fix the channel number for EMAC teardown init da850: modifications for Logic PD Rev.3 AM18xx EVM Rajashekhara, Sudhakar (1): dm365: modify boot prompt from dm365 to dm36x Sudhakar Rajashekhara (1): da8xx: add support for multiple PLL controllers Tom Rini (9): OMAP3: CM-T35: Use generic MMC driver OMAP3: DIG297: Use generic MMC driver OMAP3: Zoom1: Use generic MMC driver OMAP3: Zoom2: Use generic MMC driver OMAP3: pandora: Use generic MMC driver AM3517 CraneBoard: Use generic MMC driver TI OMAP3 SDP3430: Use generic MMC driver devkit8000: Use generic MMC driver OMAP3: Remove legacy mmc driver Vaibhav Hiremath (5): OMAP3/4: Increase console I/O buffer size omap3:clock: configure GFX clock to 200MHz for AM/DM37x omap3:clock: check cpu_family before enabling clks for IVA & CAM omap3evm: Use generic MMC driver am3517evm: Use generic MMC driver arch/arm/cpu/arm926ejs/davinci/cpu.c | 30 +- arch/arm/cpu/armv7/omap3/clock.c | 16 +- arch/arm/include/asm/arch-davinci/hardware.h | 14 +- arch/arm/include/asm/arch-omap3/clocks_omap3.h | 1 + board/cm_t35/cm_t35.c | 8 + board/comelit/dig297/dig297.c | 9 + board/davinci/da8xxevm/da850evm.c | 123 +++++ board/logicpd/am3517evm/am3517evm.c | 9 + board/logicpd/zoom1/zoom1.c | 9 + board/logicpd/zoom2/zoom2.c | 9 + board/pandora/pandora.c | 9 + board/ti/am3517crane/am3517crane.c | 9 + board/ti/evm/evm.c | 9 + board/ti/sdp3430/sdp.c | 9 + board/timll/devkit8000/devkit8000.c | 9 + drivers/mmc/Makefile | 1 - drivers/mmc/omap3_mmc.c | 570 ------------------------ drivers/mmc/omap3_mmc.h | 233 ---------- drivers/net/davinci_emac.c | 4 +- include/configs/am3517_crane.h | 10 +- include/configs/am3517_evm.h | 10 +- include/configs/cm_t35.h | 3 +- include/configs/da850evm.h | 26 +- include/configs/davinci_dm365evm.h | 5 +- include/configs/davinci_dvevm.h | 3 + include/configs/devkit8000.h | 10 +- include/configs/dig297.h | 5 +- include/configs/omap3_beagle.h | 2 +- include/configs/omap3_evm.h | 12 +- include/configs/omap3_overo.h | 2 +- include/configs/omap3_pandora.h | 7 +- include/configs/omap3_sdp3430.h | 5 +- include/configs/omap3_zoom1.h | 12 +- include/configs/omap3_zoom2.h | 5 +- include/configs/omap4_panda.h | 2 +- include/configs/omap4_sdp4430.h | 2 +- 36 files changed, 340 insertions(+), 862 deletions(-) delete mode 100644 drivers/mmc/omap3_mmc.c delete mode 100644 drivers/mmc/omap3_mmc.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot