diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/linux/linux-rp-2.6.26/collie-ucbfix.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
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 <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/linux/linux-rp-2.6.26/collie-ucbfix.patch')
-rw-r--r-- | recipes/linux/linux-rp-2.6.26/collie-ucbfix.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/linux/linux-rp-2.6.26/collie-ucbfix.patch b/recipes/linux/linux-rp-2.6.26/collie-ucbfix.patch new file mode 100644 index 0000000000..ea87e12197 --- /dev/null +++ b/recipes/linux/linux-rp-2.6.26/collie-ucbfix.patch @@ -0,0 +1,28 @@ +commit 7f4ecbe6bd6515f65f2720117e5b7d69e1648960 +Author: Thomas Kunze <thommycheck@gmx.de> +Date: Sat Oct 18 00:27:36 2008 +0200 + + fix ucb driver + +Index: linux-2.6.26/drivers/mfd/mcp-sa11x0.c +=================================================================== +--- linux-2.6.26.orig/drivers/mfd/mcp-sa11x0.c 2008-07-13 23:51:29.000000000 +0200 ++++ linux-2.6.26/drivers/mfd/mcp-sa11x0.c 2008-10-18 01:48:40.964009879 +0200 +@@ -27,6 +27,7 @@ + #include <asm/arch/mcp.h> + + #include <asm/arch/assabet.h> ++#include <asm/arch/collie.h> + + #include "mcp.h" + +@@ -169,6 +170,9 @@ + if (machine_is_assabet()) { + ASSABET_BCR_set(ASSABET_BCR_CODEC_RST); + } ++ if (machine_is_collie()) { ++ GPSR |= COLLIE_GPIO_UCB1x00_RESET; ++ } + + /* + * Setup the PPC unit correctly. |