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

Dear Tom,
Could you pull these patches on your master branch? These patch are related to pmic and mmc. (Tested buildman.)
If you are ok, i will send the split PR at next time. (One is u-boot-mmc master, other is u-boot-mmc pmic) What do you think about? Plz let me know.
The following changes since commit 21342d4aed6c77a4aa7a5b2579b3c23e21aea31a:
Merge git://git.denx.de/u-boot-dm (2017-02-08 16:24:44 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to a0269bb6e891c6c3b984a2f3d6a12c07e244484a:
mmc: init mmc block devices on probe (2017-02-09 20:37:06 +0900)
---------------------------------------------------------------- Adam Ford (1): drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xx
Fiach Antaw (1): mmc: init mmc block devices on probe
Jaehoon Chung (4): power: pmic: add the max8997 controller for DM arm: dts: trats: add the pmic node for using DM mmc: mmc-uclass: use the fixed devnum with alias node mmc: ftsdc021_sdhci: remove the ftsdc021_sdhci.c
arch/arm/dts/exynos4210-trats.dts | 150 ++++++++++++++++++++++++++++++++++++-- configs/omap3_logic_defconfig | 1 + drivers/mmc/Kconfig | 12 +++ drivers/mmc/Makefile | 1 - drivers/mmc/ftsdc021_sdhci.c | 34 --------- drivers/mmc/mmc-uclass.c | 25 ++++++- drivers/mmc/omap_hsmmc.c | 18 +++++ drivers/power/pmic/Kconfig | 15 ++++ drivers/power/pmic/Makefile | 1 + drivers/power/pmic/max8997.c | 61 ++++++++++++++++ drivers/power/pmic/max8998.c | 2 +- 11 files changed, 273 insertions(+), 47 deletions(-) delete mode 100644 drivers/mmc/ftsdc021_sdhci.c create mode 100644 drivers/power/pmic/max8997.c
Best Regards, Jaehoon Chung

On Thu, Feb 09, 2017 at 08:50:16PM +0900, Jaehoon Chung wrote:
Dear Tom,
Could you pull these patches on your master branch? These patch are related to pmic and mmc. (Tested buildman.)
If you are ok, i will send the split PR at next time. (One is u-boot-mmc master, other is u-boot-mmc pmic) What do you think about? Plz let me know.
The following changes since commit 21342d4aed6c77a4aa7a5b2579b3c23e21aea31a:
Merge git://git.denx.de/u-boot-dm (2017-02-08 16:24:44 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to a0269bb6e891c6c3b984a2f3d6a12c07e244484a:
mmc: init mmc block devices on probe (2017-02-09 20:37:06 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Jaehoon Chung
-
Tom Rini