Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d129bceb authored by Pierre Ossman's avatar Pierre Ossman Committed by Linus Torvalds
Browse files

[PATCH] mmc: Secure Digital Host Controller Interface driver



Driver for the Secure Digital Host Controller Interface specification.

Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 97f2478d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2488,6 +2488,13 @@ M: kristen.c.accardi@intel.com
L:	pcihpd-discuss@lists.sourceforge.net
S:	Maintained

SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
P:	Pierre Ossman
M:	drzeus-sdhci@drzeus.cx
L:	sdhci-devel@list.drzeus.cx
W:	http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
S:	Maintained

SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
P:	Stephen Hemminger
M:	shemminger@osdl.org
+11 −0
Original line number Diff line number Diff line
@@ -49,6 +49,17 @@ config MMC_PXA

	  If unsure, say N.

config MMC_SDHCI
	tristate "Secure Digital Host Controller Interface support  (EXPERIMENTAL)"
	depends on PCI && MMC && EXPERIMENTAL
	help
	  This select the generic Secure Digital Host Controller Interface.
	  It is used by manufacturers such as Texas Instruments(R), Ricoh(R)
	  and Toshiba(R). Most controllers found in laptops are of this type.
	  If you have a controller with this interface, say Y or M here.

	  If unsure, say N.

config MMC_WBSD
	tristate "Winbond W83L51xD SD/MMC Card Interface support"
	depends on MMC && ISA_DMA_API
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ obj-$(CONFIG_MMC_BLOCK) += mmc_block.o
#
obj-$(CONFIG_MMC_ARMMMCI)	+= mmci.o
obj-$(CONFIG_MMC_PXA)		+= pxamci.o
obj-$(CONFIG_MMC_SDHCI)		+= sdhci.o
obj-$(CONFIG_MMC_WBSD)		+= wbsd.o
obj-$(CONFIG_MMC_AU1X)		+= au1xmmc.o