
This patch enables the MSHCI driver support for EXYNOS5.
Rajeshwari Shinde (4): EXYNOS: MSHCI: Add clock for EXYNOS5 EXYNOS5: PINMUX: Add pinmux for SDMMC4 EXYNOS: Add base address for MSHCI EXYNOS5: Enable support for MSHCI
This patchset is based on following patches: "EXYNOS5: PINMUX: Added default pinumx settings" "EXYNOS: SMDK5250: Enable the pinmux setup" "PMIC: MAX77686: Add support for MAX77686" "PMIC: SMDK5250: Enable MAX77686 pmic chip" "EXYNOS5: Enable I2C support" arch/arm/cpu/armv7/exynos/clock.c | 94 ++++++++++++++++++++++++++++++++ arch/arm/cpu/armv7/exynos/pinmux.c | 24 ++++++--- arch/arm/include/asm/arch-exynos/clk.h | 4 ++ arch/arm/include/asm/arch-exynos/cpu.h | 3 + board/samsung/smdk5250/smdk5250.c | 3 + include/configs/smdk5250.h | 1 + 6 files changed, 122 insertions(+), 7 deletions(-)