From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Fri, 27 Jul 2012 11:33:23 +0900 Subject: [U-Boot] [PATCH v2 0/4] mmc: sdhci: fixed some problems for Exynos Message-ID: <5011FDF3.2000809@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 To use SDHCI for Samsung-SoC, Some problem is fixed. See the below mmcinfo message: 1. eMMC card: Device: SAMSUNG SDHCI Manufacturer ID: 15 OEM: 100 Name: VYL00 Tran Speed: 25000000 Rd Block Len: 512 MMC version 4.0 High Capacity: Yes Capacity: 14.7 GiB Bus Width: 4-bit 2. SD-card Device: SAMSUNG SDHCI Manufacturer ID: 3 OEM: 5344 Name: SU04G Tran Speed: 25000000 Rd Block Len: 512 SD version 2.0 High Capacity: Yes Capacity: 3.7 GiB Bus Width: 4-bit Changelog v2: - Add the patch "mmc: sdhci: add the udelay for completed post-request" Jaehoon Chung (4): mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1B mmc: s5p_mmc: fixed wrong function argument mmc: s5p_sdhci: add the set_mmc_clk for cmu control mmc: sdhci: add the udelay for completed post-request arch/arm/include/asm/arch-exynos/mmc.h | 4 ++-- arch/arm/include/asm/arch-s5pc1xx/mmc.h | 4 ++-- drivers/mmc/s5p_sdhci.c | 15 +++++++++------ drivers/mmc/sdhci.c | 6 +++++- include/sdhci.h | 2 ++ 5 files changed, 20 insertions(+), 11 deletions(-) -- 1.7.4.1