mmc: add sdhci-tegra driver for Tegra SoCs
authorOlof Johansson <olof@lixom.net>
Sun, 2 Jan 2011 04:52:56 +0000 (23:52 -0500)
committerChris Ball <cjb@laptop.org>
Sun, 9 Jan 2011 04:52:23 +0000 (23:52 -0500)
commit03d2bfc878e4dff9e596accc7b7eccf947804a3c
tree018fd0760ff2ce8f66f645c226ce9098004cc4d5
parent30652aa36b58d57fcc1a0acce51e391bbb6edf5e
mmc: add sdhci-tegra driver for Tegra SoCs

SDHCI driver for Tegra. This driver plugs in as a new variant of
sdhci-pltfm, using the platform data structure passed in to specify the
GPIOs to use for card detect, write protect and card power enablement.

Original driver (of which only the header file is left):
Signed-off-by: Yvonne Yip <y@palm.com>
The rest, which has been rewritten by now:
Signed-off-by: Olof Johansson <olof@lixom.net>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Chris Ball <cjb@laptop.org>
arch/arm/mach-tegra/include/mach/sdhci.h [new file with mode: 0644]
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/sdhci-pltfm.c
drivers/mmc/host/sdhci-pltfm.h
drivers/mmc/host/sdhci-tegra.c [new file with mode: 0644]