From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Tue, 11 Oct 2016 08:37:56 +0900 Subject: [U-Boot] Please pull u-boot-mmc Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tom, Could you these patches on u-boot/master? The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf: Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08 09:33:37 -0400) are available in the git repository at: http://git.denx.de/u-boot-mmc.git master for you to fetch changes up to 57718f017b10871cd9dc03dca56c3bd690fc2614: mmc: Fix cast for 64-bit compilation (2016-10-11 07:46:11 +0900) ---------------------------------------------------------------- Jaehoon Chung (4): mmc: s5p_sdhci: support the Driver model for Exynos mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg mmc: sdhci: use the host version value in sdhci_setup_cfg mmc: sdhci: use the generic error number Simon Glass (1): mmc: Fix cast for 64-bit compilation drivers/mmc/atmel_sdhci.c | 1 - drivers/mmc/bcm2835_sdhci.c | 3 +- drivers/mmc/dw_mmc.c | 13 ++++--- drivers/mmc/exynos_dw_mmc.c | 3 +- drivers/mmc/ftsdc021_sdhci.c | 2 +- drivers/mmc/kona_sdhci.c | 11 ++---- drivers/mmc/msm_sdhci.c | 3 -- drivers/mmc/mv_sdhci.c | 6 +--- drivers/mmc/pci_mmc.c | 2 +- drivers/mmc/rockchip_dw_mmc.c | 3 +- drivers/mmc/s5p_sdhci.c | 80 ++++++++++++++++++++++++++++++++++++++++--- drivers/mmc/sdhci.c | 18 ++++++---- drivers/mmc/socfpga_dw_mmc.c | 3 +- drivers/mmc/spear_sdhci.c | 5 --- drivers/mmc/zynq_sdhci.c | 2 -- include/dwmmc.h | 8 ++--- 16 files changed, 105 insertions(+), 58 deletions(-) Best Regards, Jaehoon Chung