Community MMC/SD/SDIO support from Pierre Ossman's tree
authorQuinn Jensen <quinn.jensen@freescale.com>
Thu, 25 Oct 2007 03:22:22 +0000 (21:22 -0600)
committerQuinn Jensen <quinn.jensen@freescale.com>
Thu, 25 Oct 2007 03:22:22 +0000 (21:22 -0600)
commitc70c242dc8726a3e48805dda08624251f41353ad
treefb127b6399d3fcf9ef53253129aba7def81090d2
parent7eeec8642b84086fcff550f1d1d8f24a55ad5fc3
Community MMC/SD/SDIO support from Pierre Ossman's tree

Patch to add Community MMC/SD/SDIO support from Pierre Ossman's tree
git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc.git
Author: Pierre Ossman
Snapshot taken 20070910, and applied to linux 2.6.22.6 by Quinn Jensen.
Portions Copyright Pierre Ossman and Monta Vista.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Community-MMC-SD-SDIO-support-from-Pierre-.patch
39 files changed:
MAINTAINERS
drivers/mmc/card/Kconfig
drivers/mmc/card/Makefile
drivers/mmc/card/block.c
drivers/mmc/card/sdio_uart.c [new file with mode: 0644]
drivers/mmc/core/Makefile
drivers/mmc/core/bus.c
drivers/mmc/core/core.c
drivers/mmc/core/host.c
drivers/mmc/core/mmc.c
drivers/mmc/core/mmc_ops.c
drivers/mmc/core/sd.c
drivers/mmc/core/sd_ops.c
drivers/mmc/core/sdio.c [new file with mode: 0644]
drivers/mmc/core/sdio_bus.c [new file with mode: 0644]
drivers/mmc/core/sdio_bus.h [new file with mode: 0644]
drivers/mmc/core/sdio_cis.c [new file with mode: 0644]
drivers/mmc/core/sdio_cis.h [new file with mode: 0644]
drivers/mmc/core/sdio_io.c [new file with mode: 0644]
drivers/mmc/core/sdio_irq.c [new file with mode: 0644]
drivers/mmc/core/sdio_ops.c [new file with mode: 0644]
drivers/mmc/core/sdio_ops.h [new file with mode: 0644]
drivers/mmc/host/at91_mci.c
drivers/mmc/host/au1xmmc.c
drivers/mmc/host/imxmmc.c
drivers/mmc/host/mmci.c
drivers/mmc/host/omap.c
drivers/mmc/host/pxamci.c
drivers/mmc/host/sdhci.c
drivers/mmc/host/tifm_sd.c
drivers/mmc/host/wbsd.c
include/linux/mmc/card.h
include/linux/mmc/core.h
include/linux/mmc/host.h
include/linux/mmc/sdio.h [new file with mode: 0644]
include/linux/mmc/sdio_func.h [new file with mode: 0644]
include/linux/mmc/sdio_ids.h [new file with mode: 0644]
include/linux/mod_devicetable.h
scripts/mod/file2alias.c