Skip to content

Commit

Permalink
mmc: host driver for Ricoh Bay1Controllers
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Sommer <[email protected]>
Signed-off-by: Pierre Ossman <[email protected]>
  • Loading branch information
faust3 authored and Pierre Ossman committed Jul 15, 2008
1 parent ea90130 commit 6a36913
Show file tree
Hide file tree
Showing 4 changed files with 593 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3609,6 +3609,12 @@ P: Jim Cromie
M: [email protected]
S: Maintained

SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
P: Sascha Sommer
M: [email protected]
L: [email protected] (subscribers-only)
S: Maintained

SECURITY CONTACT
P: Security Officers
M: [email protected]
Expand Down
10 changes: 10 additions & 0 deletions drivers/mmc/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,13 @@ config MMC_S3C

If unsure, say N.

config MMC_SDRICOH_CS
tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)"
depends on EXPERIMENTAL && MMC && PCI && PCMCIA
help
Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
card whenever you insert a MMC or SD card into the card slot.

To compile this driver as a module, choose M here: the
module will be called sdricoh_cs.

2 changes: 2 additions & 0 deletions drivers/mmc/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ obj-$(CONFIG_MMC_ATMELMCI) += atmel-mci.o
obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o
obj-$(CONFIG_MMC_SPI) += mmc_spi.o
obj-$(CONFIG_MMC_S3C) += s3cmci.o
obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o

Loading

0 comments on commit 6a36913

Please sign in to comment.