From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/linux/linux-2.6.21/bugfix-mmc-clock.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 packages/linux/linux-2.6.21/bugfix-mmc-clock.patch (limited to 'packages/linux/linux-2.6.21/bugfix-mmc-clock.patch') diff --git a/packages/linux/linux-2.6.21/bugfix-mmc-clock.patch b/packages/linux/linux-2.6.21/bugfix-mmc-clock.patch deleted file mode 100644 index cac8d735cf..0000000000 --- a/packages/linux/linux-2.6.21/bugfix-mmc-clock.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: linux-2.6.21gum/drivers/mmc/pxamci.c -=================================================================== ---- linux-2.6.21gum.orig/drivers/mmc/pxamci.c -+++ linux-2.6.21gum/drivers/mmc/pxamci.c -@@ -366,8 +366,7 @@ static void pxamci_set_ios(struct mmc_ho - - if (ios->clock) { - unsigned int clk = CLOCKRATE / ios->clock; -- if (CLOCKRATE / clk > ios->clock) -- clk <<= 1; -+ if(clk > (1<<6)) clk = (1<<6); - host->clkrt = fls(clk) - 1; - pxa_set_cken(CKEN12_MMC, 1); - -- cgit v1.2.3