[U-Boot] [GIT PULL] Please pull u-boot-mmc master
Jaehoon Chung
jh80.chung at samsung.com
Wed Jan 24 07:31:58 UTC 2018
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 557767ed29968af0294e3aae48433e5d5a298e0b:
Merge git://git.denx.de/u-boot-marvell (2018-01-20 08:39:47 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to 2f516e4aa286eb0203e34ab9be68b08f7a3c44c1:
mmc: Poll for broken card detection case (2018-01-24 16:12:03 +0900)
----------------------------------------------------------------
Benoît Thébaudeau (1):
mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clock
Jaehoon Chung (5):
mmc: fix the wrong disabling clock
power: regulator: s2mps11: add a regulator driver for s2mps11
power: pmic: s2mps11: probe the regulator driver
configs: odroid-xu3: enable the configs relevant to regulator
mmc: fix to assign to correct clock value when clock is enabling
Jun Nie (1):
mmc: Poll for broken card detection case
Masahiro Yamada (8):
dm: add dev_read_u32()
mmc: do not overwrite cfg->f_max if "max-frequency" if missing
mmc: let mmc_of_parse() fail for insane bus-width value
mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()
mmc: sdhci-cadence: use bitfield access macros for cleanup
mmc: sdhci-cadence: call mmc_of_parse()
mmc: sdhci-cadence: add HS200 support
mmc: sdhci: change data transfer failure into debug message
configs/odroid-xu3_defconfig | 2 +
drivers/core/read.c | 5 +
drivers/mmc/Kconfig | 5 +
drivers/mmc/fsl_esdhc.c | 7 +-
drivers/mmc/mmc-uclass.c | 9 +-
drivers/mmc/mmc.c | 16 +-
drivers/mmc/sdhci-cadence.c | 114 +++++-
drivers/mmc/sdhci.c | 6 +-
drivers/power/pmic/s2mps11.c | 28 ++
drivers/power/regulator/Kconfig | 8 +
drivers/power/regulator/Makefile | 1 +
drivers/power/regulator/s2mps11_regulator.c | 597 ++++++++++++++++++++++++++++
include/dm/read.h | 16 +
include/power/s2mps11.h | 55 +++
14 files changed, 836 insertions(+), 33 deletions(-)
create mode 100644 drivers/power/regulator/s2mps11_regulator.c
Best Regards,
Jaehoon Chung
More information about the U-Boot
mailing list