Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102217
b: refs/heads/master
c: 6a36913
h: refs/heads/master
i:
  102215: 24ef8b2
v: v3
  • Loading branch information
Sascha Sommer authored and Pierre Ossman committed Jul 15, 2008
1 parent 9ee3503 commit 88a63fb
Show file tree
Hide file tree
Showing 5 changed files with 594 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea901300cd8b809285fa5cbced18124f127e0ac6
refs/heads/master: 6a36913a33cf3d366e124f25c486a71212d02bce
6 changes: 6 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3609,6 +3609,12 @@ P: Jim Cromie
M: jim.cromie@gmail.com
S: Maintained

SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
P: Sascha Sommer
M: saschasommer@freenet.de
L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
S: Maintained

SECURITY CONTACT
P: Security Officers
M: security@kernel.org
Expand Down
10 changes: 10 additions & 0 deletions trunk/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 trunk/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 88a63fb

Please sign in to comment.