mbox

[U-Boot] Please pull u-boot-mmc

Message ID f49af375-b8c5-0738-afca-3ecacf643e17@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

http://git.denx.de/u-boot-mmc.git master

Message

Jaehoon Chung Oct. 10, 2016, 11:37 p.m. UTC
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

Comments

Tom Rini Oct. 13, 2016, 5:38 p.m. UTC | #1
On Tue, Oct 11, 2016 at 08:37:56AM +0900, Jaehoon Chung wrote:

> 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)
> 

Applied to u-boot/master, thanks!