From b2f192faabe412adce79534e22efe9fb69ee40e2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 21 Jul 2006 10:10:31 +0000 Subject: Rename /openembedded/ -> /meta/ git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../linux/linux-openzaurus-2.6.16/rmk-mmc2.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 openembedded/packages/linux/linux-openzaurus-2.6.16/rmk-mmc2.patch (limited to 'openembedded/packages/linux/linux-openzaurus-2.6.16/rmk-mmc2.patch') diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.16/rmk-mmc2.patch b/openembedded/packages/linux/linux-openzaurus-2.6.16/rmk-mmc2.patch deleted file mode 100644 index cef02436d..000000000 --- a/openembedded/packages/linux/linux-openzaurus-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 - -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 - -- cgit v1.2.3