From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Wed, 2 May 2018 11:03:20 +0900 Subject: [U-Boot] [GIT PULL] Please pull u-boot-mmc master References: Message-ID: <497661e6-1c6b-3234-ab82-e88faba33f8f@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tom, Could you pull these patches to u-boot/master? There are the fixing patches. Other mmc patches are applied to u-boot-mmc/next branch. I will send the PR about them at next. If there is a problem, let me know, plz. Sorry for late. The following changes since commit ec1754f091c3c06d76592a3f9fecf6184f27e4c9: Prepare v2018.05-rc3 (2018-05-01 09:09:31 -0400) are available in the Git repository at: git://git.denx.de/u-boot-mmc.git master for you to fetch changes up to 4bf225aa87a11f5d22b22d469e77d005ad441fd8: drivers:power:max77693: remove redundant logical constraint (2018-05-02 10:57:43 +0900) ---------------------------------------------------------------- Hannes Schmelzer (2): mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODE mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is defined Heinrich Schuchardt (1): drivers:power:max77693: remove redundant logical constraint Jaehoon Chung (1): samsung: board: init the s2mps11 pmic during booting time Peng Fan (1): mmc: fix return value check condition board/samsung/common/exynos5-dt.c | 4 ++++ drivers/mmc/mmc.c | 2 +- drivers/mmc/sdhci.c | 8 +++++++- drivers/mmc/zynq_sdhci.c | 2 +- drivers/power/mfd/fg_max77693.c | 2 -- include/sdhci.h | 6 ++++++ 6 files changed, 19 insertions(+), 5 deletions(-) Best Regards, Jaehoon Chung