mbox series

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

Message ID 235a54a2-a0f1-04d8-476a-fa1b0d8568c2@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,GIT,PULL] Please pull u-boot-mmc master | expand

Pull-request

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

Message

Jaehoon Chung Feb. 26, 2018, 1:58 a.m. UTC
Dear Tom,

Could you pull these patches to u-boot/master?

The following changes since commit f0f6917188ad660cf002c10095f46ecf748b8f58:

  Prepare v2018.03-rc3 (2018-02-20 16:51:56 -0500)

are available in the Git repository at:

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

for you to fetch changes up to beac7d33d9131d22ffbdbfbf2786858062b63786:

  mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specified (2018-02-26 10:52:15 +0900)

----------------------------------------------------------------
Alexander Kochetkov (1):
      mmc: fix off-by-one bug in mmc_startup_v4()

Faiz Abbas (1):
      mmc: Drop unnecessary case for mmc_probe()

Jaehoon Chung (1):
      mmc: synchronize the sequence with enum bus_mode in mmc.h

Jean-Jacques Hiblot (4):
      mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_plat
      mmc: omap_hsmmc: compile out write support if not needed
      mmc: omap_hsmmc: make it possible to compile out ADMA support
      mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specified

 arch/arm/include/asm/omap_mmc.h |  2 +-
 drivers/mmc/Kconfig             |  9 +++++++++
 drivers/mmc/mmc.c               | 20 +++++---------------
 drivers/mmc/omap_hsmmc.c        | 31 ++++++++++++++++++++-----------
 4 files changed, 35 insertions(+), 27 deletions(-)

Best Regards,
Jaehoon Chung

Comments

Tom Rini Feb. 26, 2018, 3:49 p.m. UTC | #1
On Mon, Feb 26, 2018 at 10:58:59AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches to u-boot/master?
> 
> The following changes since commit f0f6917188ad660cf002c10095f46ecf748b8f58:
> 
>   Prepare v2018.03-rc3 (2018-02-20 16:51:56 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to beac7d33d9131d22ffbdbfbf2786858062b63786:
> 
>   mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specified (2018-02-26 10:52:15 +0900)
> 

Applied to u-boot/master, thanks!