mbox

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

Message ID 180f975f-fd1e-4688-d6c4-9914f683c83e@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jaehoon Chung Aug. 16, 2016, 1:39 a.m. UTC
Dear Tom,

Sorry for confusing..Could you pull these patches on u-boot/master?
If there are other problems, let me know, plz.

Rebased on latest u-boot/master. (Wenyou's patches was applied on u-boot-atmel.)
Sorry for late..

Best Regards,
Jaehoon Chung

The following changes since commit 4cc9699be7ffc6072482240f5ba208488abe1090:

  common: env_nand: Ensure that we have nand_info[0] prior to use (2016-08-15 18:46:41 -0400)

are available in the git repository at:

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

for you to fetch changes up to 177381a9f9e956353deaa56d86bec47e02995ff3:

  mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS (2016-08-16 10:27:24 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS

Sekhar Nori (4):
      drivers: mmc: omap_hsmmc: fix build breakage
      ARM: dts: K2G: Add support for MMC controller
      ARM: dts: k2g-evm: enable mmc/sd suppport
      defconfig: k2g_evm_defconfig: Enable mmc driver model

Yangbo Lu (1):
      mmc: send CMD0 before CMD1 for some MMC cards

 arch/arm/dts/k2g-evm.dts  |  8 ++++++++
 arch/arm/dts/k2g.dtsi     | 23 +++++++++++++++++++++++
 configs/k2g_evm_defconfig |  1 +
 drivers/mmc/mmc.c         |  3 +++
 drivers/mmc/mmc_legacy.c  |  9 +++++++--
 drivers/mmc/omap_hsmmc.c  |  2 ++
 6 files changed, 44 insertions(+), 2 deletions(-)

Comments

Tom Rini Aug. 16, 2016, 12:07 p.m. UTC | #1
On Tue, Aug 16, 2016 at 10:39:12AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Sorry for confusing..Could you pull these patches on u-boot/master?
> If there are other problems, let me know, plz.
> 
> Rebased on latest u-boot/master. (Wenyou's patches was applied on u-boot-atmel.)
> Sorry for late..
> 
> Best Regards,
> Jaehoon Chung
> 
> The following changes since commit 4cc9699be7ffc6072482240f5ba208488abe1090:
> 
>   common: env_nand: Ensure that we have nand_info[0] prior to use (2016-08-15 18:46:41 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 177381a9f9e956353deaa56d86bec47e02995ff3:
> 
>   mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS (2016-08-16 10:27:24 +0900)
> 

Applied to u-boot/master, thanks!