mbox

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

Message ID 5e623c72-44dd-7bfe-2cde-92362e1b63de@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. 21, 2016, 10:12 p.m. UTC
Dear Tom,

Could you pull these patches on your master branch?

The following changes since commit 0d92f2141ac5ef5c80d13e9501890f914525d43c:

  arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21 09:52:35 +0100)

are available in the git repository at:

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

for you to fetch changes up to 9c4132b5267b8d58712077c1c231717c76c4d52f:

  mmc: Extend dependencies for zynq sdhci (2016-12-22 07:08:52 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: spear: remove the entire spear_sdhci.c file

Michal Simek (1):
      mmc: Extend dependencies for zynq sdhci

 drivers/mmc/Kconfig       |  2 +-
 drivers/mmc/Makefile      |  1 -
 drivers/mmc/spear_sdhci.c | 27 ---------------------------
 3 files changed, 1 insertion(+), 29 deletions(-)
 delete mode 100644 drivers/mmc/spear_sdhci.c

Best Regards,
Jaehoon Chung

Comments

Tom Rini Dec. 22, 2016, 2:30 a.m. UTC | #1
On Thu, Dec 22, 2016 at 07:12:35AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches on your master branch?
> 
> The following changes since commit 0d92f2141ac5ef5c80d13e9501890f914525d43c:
> 
>   arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21 09:52:35 +0100)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 9c4132b5267b8d58712077c1c231717c76c4d52f:
> 
>   mmc: Extend dependencies for zynq sdhci (2016-12-22 07:08:52 +0900)
> 

Applied to u-boot/master, thanks!