aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-rp-2.6.16/rmk-mmc2.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-01-07 13:32:38 +0000
committerKoen Kooi <koen@openembedded.org>2008-01-07 13:32:38 +0000
commitfa04db1991f2372697d20bd79eb47fdeb784dd69 (patch)
tree5a1d67fce6fb59256aefefd6ee457d4c18a19e61 /packages/linux/linux-rp-2.6.16/rmk-mmc2.patch
parent908e3da2f1abb6ed3214422f9d21bd0b61b6119d (diff)
parentb9563cc443ff9eb0af87cbc48da5c2f37e45305a (diff)
downloadopenembedded-fa04db1991f2372697d20bd79eb47fdeb784dd69.tar.gz
propagate from branch 'org.openembedded.dev' (head a9234837102809b3f5f82abc11e373c14c1c638b)
to branch 'org.openembedded.dev.avr32' (head a4083d30914efeafacb96396afd63cef1ef01050)
Diffstat (limited to 'packages/linux/linux-rp-2.6.16/rmk-mmc2.patch')
-rw-r--r--packages/linux/linux-rp-2.6.16/rmk-mmc2.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/linux/linux-rp-2.6.16/rmk-mmc2.patch b/packages/linux/linux-rp-2.6.16/rmk-mmc2.patch
deleted file mode 100644
index cef02436d6..0000000000
--- a/packages/linux/linux-rp-2.6.16/rmk-mmc2.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Always send a stop command at the end of a data transfer. If we avoid
-sending the stop command, some cards remain in data transfer mode, and
-refuse to accept further read/write commands.
-
-Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
-diff --git a/drivers/mmc/pxamci.c b/drivers/mmc/pxamci.c
---- a/drivers/mmc/pxamci.c
-+++ b/drivers/mmc/pxamci.c
-@@ -291,7 +291,7 @@ static int pxamci_data_done(struct pxamc
- pxamci_disable_irq(host, DATA_TRAN_DONE);
-
- host->data = NULL;
-- if (host->mrq->stop && data->error == MMC_ERR_NONE) {
-+ if (host->mrq->stop) {
- pxamci_stop_clock(host);
- pxamci_start_cmd(host, host->mrq->stop, 0);
- } else {
-
-
--------------------------------------------------------------------
-List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
-FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
-Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
-