]> git.sur5r.net Git - u-boot/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)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 21 Mar 2017 12:03:14 +0000 (21:03 +0900)
commit83b3248e7ebb4f030b599a13a2559aa1ae31a02c
tree7633a5dc23fd89f3bb20d537b156e9005805912d
parentb706b1c24d98320fce12a402bd6960f407063d78
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]