]> git.baikalelectronics.ru Git - uboot.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)
commit92141ca09876bd7dbb94c699891bce591f7985b6
treeffbb2f271fd89a3e150405fd5162a3a92e190090
parent1e598bfc17dd13a8fd5cb20fb94d7caa5c311223
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]