From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Tue, 24 Jan 2017 18:37:35 +0900 Subject: [U-Boot] [GIT PULL] Please pull u-boot-mmc master References: Message-ID: <2cc8096f-78fe-4b2e-1ef0-6b3bdcd6307d@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 on your master branch? The following changes since commit 0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915: Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2017-01-22 17:07:48 -0500) are available in the git repository at: http://git.denx.de/u-boot-mmc.git master for you to fetch changes up to 919b485834a746cf839ccded41e456d17d57a31f: mmc: Print error code for mmc_complete_init failure (2017-01-23 15:37:42 +0900) ---------------------------------------------------------------- Jagan Teki (1): mmc: Print error code for mmc_complete_init failure Stefan Herbrechtsmeier (1): mmc: sdhci: Distinguish between base clock and maximum peripheral frequency drivers/mmc/atmel_sdhci.c | 7 +++++-- drivers/mmc/bcm2835_sdhci.c | 3 ++- drivers/mmc/ftsdc021_sdhci.c | 3 ++- drivers/mmc/kona_sdhci.c | 3 ++- drivers/mmc/mmc.c | 4 +++- drivers/mmc/msm_sdhci.c | 2 ++ drivers/mmc/mv_sdhci.c | 3 ++- drivers/mmc/pci_mmc.c | 1 + drivers/mmc/pic32_sdhci.c | 4 +++- drivers/mmc/rockchip_sdhci.c | 4 ++-- drivers/mmc/s5p_sdhci.c | 5 +++-- drivers/mmc/sdhci.c | 34 ++++++++++++++++++---------------- drivers/mmc/zynq_sdhci.c | 4 +++- include/sdhci.h | 13 +++++++------ 14 files changed, 55 insertions(+), 35 deletions(-) Best Regards, Jaehoon Chung