mbox series

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

Message ID 49f18a7a-f588-3e61-38fd-73d54fd341b1@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 May 8, 2018, 7:22 a.m. UTC
Dear Tom,

Could you pull these patches to u-boot/master?
If there is a problem, let me know, plz.

The following changes since commit a43d46a73cb2c40481791cb292b8eb0b5a80d55e:

  arm: v7R: Add support for enabling caches (2018-05-07 15:53:29 -0400)

are available in the Git repository at:

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

for you to fetch changes up to e1fd9e6bb88a3f42e7e89e9c59589dbf904efe23:

  power: pwm regulator: support live tree (2018-05-08 13:12:33 +0900)

----------------------------------------------------------------
Andy Yan (1):
      power: pwm regulator: support live tree

Jaehoon Chung (6):
      configs: trats2: enable the max77686 regulator config
      power: pmic_max77686: remove the old pmic_max77686 file
      lib: fdtdec: drop the old compatible about max77686
      mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
      mmc: add the debug message in mmc_set_clock
      mmc: Kconfig: add the MMC_TRACE config in Kconfig

Patrick Bruenn (1):
      dm: mmc: socfpga: call dwmci_probe()

 configs/trats2_defconfig                |   2 +
 drivers/mmc/Kconfig                     |   8 +
 drivers/mmc/fsl_esdhc.c                 |   2 +-
 drivers/mmc/meson_gx_mmc.c              |   2 +-
 drivers/mmc/mmc.c                       |  20 ++-
 drivers/mmc/socfpga_dw_mmc.c            |   2 +-
 drivers/power/pmic/Makefile             |   1 -
 drivers/power/pmic/pmic_max77686.c      | 303 --------------------------------
 drivers/power/regulator/pwm_regulator.c |  15 +-
 include/fdtdec.h                        |   1 -
 include/mmc.h                           |   3 +
 lib/fdtdec.c                            |   1 -
 12 files changed, 32 insertions(+), 328 deletions(-)
 delete mode 100644 drivers/power/pmic/pmic_max77686.c

Best Regards,
Jaehoon Chung

Comments

Tom Rini May 9, 2018, 1:30 a.m. UTC | #1
On Tue, May 08, 2018 at 04:22:14PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches to u-boot/master?
> If there is a problem, let me know, plz.
> 
> The following changes since commit a43d46a73cb2c40481791cb292b8eb0b5a80d55e:
> 
>   arm: v7R: Add support for enabling caches (2018-05-07 15:53:29 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to e1fd9e6bb88a3f42e7e89e9c59589dbf904efe23:
> 
>   power: pwm regulator: support live tree (2018-05-08 13:12:33 +0900)
> 

Applied to u-boot/master, thanks!