diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-16 11:34:38 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-16 11:34:38 +0200 |
commit | 97aee9aeb0da17f7c3a3c31acf5f8ddd227bd3e2 (patch) | |
tree | c6f9e1aa40a5abfde9d03de2fb4f86e778ef8ffd /recipes/linux/linux-omap-pm-2.6.29/mmctiming.patch | |
parent | 2001d352e87a4a143c6dd4bed2d3261937c16eba (diff) |
linux-omap-pm 2.6.29: update to latest git HEAD, sync patches and defconfig with regular linux-omap 2.6.29
Diffstat (limited to 'recipes/linux/linux-omap-pm-2.6.29/mmctiming.patch')
-rw-r--r-- | recipes/linux/linux-omap-pm-2.6.29/mmctiming.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-pm-2.6.29/mmctiming.patch b/recipes/linux/linux-omap-pm-2.6.29/mmctiming.patch new file mode 100644 index 0000000000..ec540ab3cb --- /dev/null +++ b/recipes/linux/linux-omap-pm-2.6.29/mmctiming.patch @@ -0,0 +1,16 @@ +Index: git/drivers/mmc/core/core.c +=================================================================== +--- git.orig/drivers/mmc/core/core.c ++++ git/drivers/mmc/core/core.c +@@ -284,9 +284,9 @@ void mmc_set_data_timeout(struct mmc_dat + * The limit is really 250 ms, but that is + * insufficient for some crappy cards. + */ +- limit_us = 300000; ++ limit_us = 500000; + else +- limit_us = 100000; ++ limit_us = 200000; + + /* + * SDHC cards always use these fixed values. |