diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 08:50:54 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 08:50:54 +0000 |
commit | 11c45f64fe699fc2dd97fa1a0015f28a7ba4f4da (patch) | |
tree | cdfe45082cf11d9c3d0d51f1315c08b833b4813f /target/linux/generic/patches-2.6.36/922-gpiommc.patch | |
parent | 978ecae6855efdd2806c2975b85b22c9b2833862 (diff) | |
download | upstream-11c45f64fe699fc2dd97fa1a0015f28a7ba4f4da.tar.gz upstream-11c45f64fe699fc2dd97fa1a0015f28a7ba4f4da.tar.bz2 upstream-11c45f64fe699fc2dd97fa1a0015f28a7ba4f4da.zip |
linux/generic: refresh 2.6.36 kernel patches
SVN-Revision: 23237
Diffstat (limited to 'target/linux/generic/patches-2.6.36/922-gpiommc.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.36/922-gpiommc.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/generic/patches-2.6.36/922-gpiommc.patch b/target/linux/generic/patches-2.6.36/922-gpiommc.patch index 379f4f9382..887bb3ca45 100644 --- a/target/linux/generic/patches-2.6.36/922-gpiommc.patch +++ b/target/linux/generic/patches-2.6.36/922-gpiommc.patch @@ -611,7 +611,7 @@ +module_exit(gpiommc_modexit); --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig -@@ -382,6 +382,31 @@ config MMC_TMIO +@@ -392,6 +392,31 @@ config MMC_TMIO This provides support for the SD/MMC cell found in TC6393XB, T7L66XB and also HTC ASIC3 @@ -645,14 +645,14 @@ depends on PCI --- a/drivers/mmc/host/Makefile +++ b/drivers/mmc/host/Makefile -@@ -34,6 +34,7 @@ obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_ +@@ -33,6 +33,7 @@ obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_ obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o obj-$(CONFIG_MMC_CB710) += cb710-mmc.o obj-$(CONFIG_MMC_VIA_SDMMC) += via-sdmmc.o +obj-$(CONFIG_GPIOMMC) += gpiommc.o obj-$(CONFIG_SDH_BFIN) += bfin_sdh.o obj-$(CONFIG_MMC_SH_MMCIF) += sh_mmcif.o - + obj-$(CONFIG_MMC_JZ4740) += jz4740_mmc.o --- /dev/null +++ b/include/linux/mmc/gpiommc.h @@ -0,0 +1,71 @@ @@ -829,7 +829,7 @@ +be done automatically. --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -2591,6 +2591,11 @@ T: git git://git.kernel.org/pub/scm/linu +@@ -2662,6 +2662,11 @@ T: git git://git.kernel.org/pub/scm/linu S: Maintained F: drivers/media/video/gspca/ @@ -839,5 +839,5 @@ +S: Maintained + HARDWARE MONITORING - L: lm-sensors@lm-sensors.org - W: http://www.lm-sensors.org/ + M: Jean Delvare <khali@linux-fr.org> + M: Guenter Roeck <guenter.roeck@ericsson.com> |