From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Tue, 21 Mar 2017 21:11:00 +0900 Subject: [U-Boot] [GIT PULL] Please pull u-boot-mmc master References: Message-ID: 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 into your master branch? The following changes since commit d5abcf94c7123167725fc22ace342f0d455093c1: ti: boot: Register the MMC controllers in SPL in the same way as in u-boot (2017-03-19 22:17:14 -0400) are available in the git repository at: git://git.denx.de/u-boot-mmc.git master for you to fetch changes up to de0359c21e7993f7cf39156932fb73d171b2450a: mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver (2017-03-21 21:06:59 +0900) ---------------------------------------------------------------- Felipe Balbi (2): mmc: pci: Add CONFIG_MMC_PCI mmc: tangier: Add Intel Tangier eMMC/SDHCI driver Kevin Liu (1): mmc: sdhci: only flush cache for data command Stefan Roese (1): mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver Xu Ziyuan (1): mmc: drop unnecessary send_status request configs/bayleybay_defconfig | 1 + ...conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 + configs/conga-qeval20-qa3-e3845_defconfig | 1 + configs/crownbay_defconfig | 1 + configs/dfi-bt700-q7x-151_defconfig | 1 + configs/galileo_defconfig | 1 + configs/minnowmax_defconfig | 1 + configs/theadorable-x86-dfi-bt700_defconfig | 1 + drivers/mmc/Kconfig | 22 ++++++ drivers/mmc/Makefile | 3 +- drivers/mmc/mmc.c | 4 -- drivers/mmc/sdhci.c | 6 +- drivers/mmc/tangier_sdhci.c | 81 ++++++++++++++++++++++ drivers/mmc/xenon_sdhci.c | 3 +- 14 files changed, 119 insertions(+), 8 deletions(-) create mode 100644 drivers/mmc/tangier_sdhci.c Best Regards, Jaehoon Chung