
On Mon, Dec 09, 2013 at 11:09:46AM +0200, Pantelis Antoniou wrote:
Hi Tom,
The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:
Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to adebb98ba12008021e75a2881deb424db0184770:
mmc: add Faraday FTSDC021 SDHCI controller support (2013-12-08 14:23:05 +0200)
Alexey Brodkin (1): mmc/dwmmc: modify FIFO threshold only if value explicitly set
Jaehoon Chung (1): mmc: dw_mmc: remove the exynos specific code in dw-mmc.c
Kuo-Jung Su (1): mmc: add Faraday FTSDC021 SDHCI controller support
Priyanka Jain (1): powerpc: mmc: Add corenet devices support in esdhc spl
drivers/mmc/Makefile | 1 + drivers/mmc/dw_mmc.c | 23 +++++------------------ drivers/mmc/exynos_dw_mmc.c | 14 ++++++++++++++ drivers/mmc/fsl_esdhc_spl.c | 5 +++++ drivers/mmc/ftsdc021_sdhci.c | 33 +++++++++++++++++++++++++++++++++ include/dwmmc.h | 1 + include/faraday/ftsdc021.h | 13 +++++++++++++ 7 files changed, 72 insertions(+), 18 deletions(-) create mode 100644 drivers/mmc/ftsdc021_sdhci.c create mode 100644 include/faraday/ftsdc021.h
Applied to u-boot/master, thanks!