mbox

[U-Boot,GIT,PULL] Please pull u-boot-mmc master

Message ID 9ce13dfa-2d67-23b6-fbad-3c0b2665ff0b@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jaehoon Chung Dec. 1, 2016, 7:01 a.m. UTC
Dear Tom,

Could you pull these patches on your master branch?
If there are some problems, let me know, plz.

The following changes since commit 38c4f0bdce5bca8535eadab08ece80dff45ad0ee:

  ts4600: Disable CONFIG_DISPLAY_CPUINFO (2016-11-30 19:31:18 -0500)

are available in the git repository at:

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

for you to fetch changes up to 09410c65724dd0a58e01f94a518c80befc413d90:

  SPL: mmc: Make spl_mmc_load_image available (2016-12-01 14:06:41 +0900)

----------------------------------------------------------------
Marek Vasut (3):
      mmc: Fix warning if debug() is not used
      mmc: Tinification of the mmc code
      SPL: mmc: Make spl_mmc_load_image available

Seung-Woo Kim (1):
      mmc: s5p_sdhci: fix to check proper pinmux id

Tomas Melin (1):
      mmc: add bkops-enable command

 cmd/Kconfig              |  9 +++++++++
 cmd/mmc.c                | 32 ++++++++++++++++++++++++++++++++
 common/spl/spl_mmc.c     | 10 +++++++---
 drivers/mmc/Kconfig      | 15 +++++++++++++++
 drivers/mmc/mmc.c        | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/mmc/mmc_legacy.c | 32 ++++++++++++++++++++++++++++++++
 drivers/mmc/s5p_sdhci.c  |  2 +-
 include/mmc.h            |  7 +++++++
 include/spl.h            |  3 +++
 9 files changed, 171 insertions(+), 6 deletions(-)

Best Regards,
Jaehoon Chung

Comments

Tom Rini Dec. 1, 2016, 6:17 p.m. UTC | #1
On Thu, Dec 01, 2016 at 04:01:14PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches on your master branch?
> If there are some problems, let me know, plz.
> 
> The following changes since commit 38c4f0bdce5bca8535eadab08ece80dff45ad0ee:
> 
>   ts4600: Disable CONFIG_DISPLAY_CPUINFO (2016-11-30 19:31:18 -0500)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 09410c65724dd0a58e01f94a518c80befc413d90:
> 
>   SPL: mmc: Make spl_mmc_load_image available (2016-12-01 14:06:41 +0900)
> 

Applied to u-boot/master, thanks!