]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita05bc5d0c590b38b5298fd0e4e20dbe756e5400a
tree018fd0760ff2ce8f66f645c226ce9098004cc4d5
parent02581e3ca0b2d00eeda307f026bb5533d1524253
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]