Skip to content

Commit 4a48998

Browse files
Ian MoltonSamuel Ortiz
authored andcommitted
mfd: TMIO MMC driver
This patch adds support for the MMC subdevice 'cell' commonly found in TMIO based MFDs. Signed-off-by: Ian Molton <spyro@f2s.com> Acked-by: Pierre Ossman <drzeus@drzeus.cx> Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
1 parent ec43b81 commit 4a48998

File tree

4 files changed

+892
-0
lines changed

4 files changed

+892
-0
lines changed

drivers/mmc/host/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,9 @@ config MMC_SDRICOH_CS
174174
To compile this driver as a module, choose M here: the
175175
module will be called sdricoh_cs.
176176

177+
config MMC_TMIO
178+
tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
179+
depends on MFD_CORE
180+
help
181+
This provides support for the SD/MMC cell found in TC6393XB,
182+
T7L66XB and also ipaq ASIC3

drivers/mmc/host/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o
2121
obj-$(CONFIG_MMC_SPI) += mmc_spi.o
2222
obj-$(CONFIG_MMC_S3C) += s3cmci.o
2323
obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o
24+
obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o
2425

0 commit comments

Comments
 (0)