Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master.kernel.org:/home/rmk/linux-2.6-mmc

* master.kernel.org:/home/rmk/linux-2.6-mmc:
[MMC] Prevent au1xmmc.c breakage on non-Au1200 Alchemy
[MMC] Add maintainers entry for MMC subsystem

+6 -1
+5
MAINTAINERS
··· 1889 1889 W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html 1890 1890 S: Maintained 1891 1891 1892 + MULTIMEDIA CARD SUBSYSTEM 1893 + P: Russell King 1894 + M: rmk+mmc@arm.linux.org.uk 1895 + S: Maintained 1896 + 1892 1897 MULTISOUND SOUND DRIVER 1893 1898 P: Andrew Veliath 1894 1899 M: andrewtv@usa.net
+1 -1
drivers/mmc/Kconfig
··· 84 84 85 85 config MMC_AU1X 86 86 tristate "Alchemy AU1XX0 MMC Card Interface support" 87 - depends on SOC_AU1X00 && MMC 87 + depends on MMC && SOC_AU1200 88 88 help 89 89 This selects the AMD Alchemy(R) Multimedia card interface. 90 90 If you have a Alchemy platform with a MMC slot, say Y or M here.