aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-2.6.35/811-mmc-multiplexer-fixes.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-10-17 16:52:53 +0000
committerMichael Büsch <mb@bu3sch.de>2010-10-17 16:52:53 +0000
commit139259a3383162cfd9a06bc1b0b9c62b9d0bfba0 (patch)
treeff672600fa675f03066f9257ba8c3b0d0d7ad6bd /target/linux/omap24xx/patches-2.6.35/811-mmc-multiplexer-fixes.patch
parent9d9e3fed628d7da86297e7e92f42b0d23d0d3ccb (diff)
downloadupstream-139259a3383162cfd9a06bc1b0b9c62b9d0bfba0.tar.gz
upstream-139259a3383162cfd9a06bc1b0b9c62b9d0bfba0.tar.bz2
upstream-139259a3383162cfd9a06bc1b0b9c62b9d0bfba0.zip
omap24xx: Remove 2.6.35 support
SVN-Revision: 23507
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.35/811-mmc-multiplexer-fixes.patch')
-rw-r--r--target/linux/omap24xx/patches-2.6.35/811-mmc-multiplexer-fixes.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/omap24xx/patches-2.6.35/811-mmc-multiplexer-fixes.patch b/target/linux/omap24xx/patches-2.6.35/811-mmc-multiplexer-fixes.patch
deleted file mode 100644
index 37082b875d..0000000000
--- a/target/linux/omap24xx/patches-2.6.35/811-mmc-multiplexer-fixes.patch
+++ /dev/null
@@ -1,18 +0,0 @@
----
- drivers/mfd/menelaus.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- linux-2.6.35.orig/drivers/mfd/menelaus.c
-+++ linux-2.6.35/drivers/mfd/menelaus.c
-@@ -356,9 +356,9 @@ int menelaus_set_mmc_slot(int slot, int
- int b;
-
- if (enable)
-- ret |= 1 << 1;
-+ val |= 1 << 1;
- else
-- ret &= ~(1 << 1);
-+ val &= ~(1 << 1);
- b = menelaus_read_reg(MENELAUS_MCT_CTRL2);
- b &= ~0x03;
- b |= power;