mbox

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

Message ID e5dce03a-d268-7e5c-d318-cca4f6a62f95@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jaehoon Chung Sept. 21, 2016, 7:29 a.m. UTC
Dear Tom,

Could pull these patches on u-boot/master?

The following changes since commit 9b1b6d42256a4c2e59c803afdbf90d39371e61ba:

  Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL" (2016-09-19 15:20:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to 2b42903397b4d6b68fe2af95565a8953b08ab96e:

  mmc: dw_mmc: push/pop all FIFO data if any data request (2016-09-21 16:00:14 +0900)

----------------------------------------------------------------
Jacob Chen (1):
      mmc: dw_mmc: push/pop all FIFO data if any data request

Masahiro Yamada (6):
      mmc: sdhci: move sdhci_reset() call to sdhci_init()
      mmc: sdhci: move error message to more relevant place
      mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()
      mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()
      mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME
      mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT

Peng Fan (2):
      mmc: sd: extracting erase related information from sd status
      mmc: sd: optimize erase

Wenyou Yang (1):
      mmc: sdhci: Add the programmable clock mode support

 drivers/mmc/dw_mmc.c    |  23 ++++++-----
 drivers/mmc/mmc.c       |  68 +++++++++++++++++++++++++++++++
 drivers/mmc/mmc_write.c |   9 ++++-
 drivers/mmc/sdhci.c     | 105 ++++++++++++++++++++++++++++++------------------
 include/mmc.h           |   9 +++++
 include/sdhci.h         |   2 +
 6 files changed, 164 insertions(+), 52 deletions(-)

Best Regards,
Jaehoon Chung

Comments

Tom Rini Sept. 22, 2016, 3:35 p.m. UTC | #1
On Wed, Sep 21, 2016 at 04:29:37PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could pull these patches on u-boot/master?
> 
> The following changes since commit 9b1b6d42256a4c2e59c803afdbf90d39371e61ba:
> 
>   Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL" (2016-09-19 15:20:09 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 2b42903397b4d6b68fe2af95565a8953b08ab96e:
> 
>   mmc: dw_mmc: push/pop all FIFO data if any data request (2016-09-21 16:00:14 +0900)
> 

Applied to u-boot/master, thanks!