mbox

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

Message ID 4985f51f-a09b-e74f-b66a-464fc642a2d7@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jaehoon Chung March 30, 2017, 5:21 a.m. UTC
Dear Tom,

Could pull these patches into u-boot/master?

The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:

  Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)

are available in the git repository at:

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

for you to fetch changes up to 17c9a1c121e7d78d820fdb4f7ca070f53e23c29a:

  mmc: omap_hsmmc: add support for CONFIG_BLK (2017-03-30 14:19:58 +0900)

----------------------------------------------------------------
Jean-Jacques Hiblot (4):
      mmc: omap_hsmmc: use an accessor to get the private data
      mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device desc
      mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is used
      mmc: omap_hsmmc: add support for CONFIG_BLK

 drivers/mmc/omap_hsmmc.c | 100 ++++++++++++++++++++++++++++++++++-------------
 1 file changed, 73 insertions(+), 27 deletions(-)

Best Regards,
Jaehoon Chung

Comments

Tom Rini April 4, 2017, 8 p.m. UTC | #1
On Thu, Mar 30, 2017 at 02:21:39PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could pull these patches into u-boot/master?
> 
> The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:
> 
>   Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 17c9a1c121e7d78d820fdb4f7ca070f53e23c29a:
> 
>   mmc: omap_hsmmc: add support for CONFIG_BLK (2017-03-30 14:19:58 +0900)
> 

Applied to u-boot/master, thanks!