]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: tangier: Add Intel Tangier eMMC/SDHCI driver
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 20 Feb 2017 11:24:14 +0000 (14:24 +0300)
committerStefan Roese <sr@denx.de>
Wed, 29 Mar 2017 05:38:06 +0000 (07:38 +0200)
commitaff32df522e5b1a7e4391fd00ffe14a3f107fcd3
treeffbb2f271fd89a3e150405fd5162a3a92e190090
parentac9c4912c07e0aba1f8b1c993f2fc8051a34fea2
mmc: tangier: Add Intel Tangier eMMC/SDHCI driver

This patch adds Intel Tangier eMMC/SDHCI driver.

Intel Tangier SoC contains a hybrid of PCI and non-PCI devices. SDHCI
controller is one of the devices which are *not* on a PCI and, hence,
cannot be enumerated by standard PCI means. This driver, allows for
SDHCI controller on Tangier SoC to work in U-Boot.

Signed-off-by: Vincent Tinelli <vincent.tinelli@intel.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/tangier_sdhci.c [new file with mode: 0644]