aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-davinci
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-03-10 23:41:04 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:23 +0200
commit4dcd8faa836990423977be68e880176cd7155055 (patch)
tree061144a3e4316d2395612ec7961194bb3c17d801 /recipes/linux/linux-davinci
parentf7cf756b00e0771519a4e6daf87d47ba948af147 (diff)
downloadopenembedded-4dcd8faa836990423977be68e880176cd7155055.tar.gz
linux-davinci: Update da8xx/omaplxx to latest commits, remove merged patch
* Update to head of tree to pick up USB/SATA fixes * Remove merged patch * Switch git source repo from /people to /projects * Bump KERNEL_PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/linux/linux-davinci')
-rw-r--r--recipes/linux/linux-davinci/patch-2.6.33rc4-psp-to-fix-regulator.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes/linux/linux-davinci/patch-2.6.33rc4-psp-to-fix-regulator.patch b/recipes/linux/linux-davinci/patch-2.6.33rc4-psp-to-fix-regulator.patch
deleted file mode 100644
index 3bd815ea9b..0000000000
--- a/recipes/linux/linux-davinci/patch-2.6.33rc4-psp-to-fix-regulator.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 9e5c1f4e20dfb57eaa0140dc94ff531511e9617f Mon Sep 17 00:00:00 2001
-From: Roger Monk <r-monk@ti.com>
-Date: Tue, 2 Mar 2010 14:00:25 +0000
-Subject: [PATCH] da850 regulator: Protect function prototypes with CONFIG
-
- * Regulator usage functions are encapsulated in CONFIG_REGULATOR
- * Function prototypes need the same protection
-
-Signed-off-by: Roger Monk <r-monk@ti.com>
----
- arch/arm/mach-davinci/da850.c | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c
-index 65e8a26..cfecd3c 100755
---- a/arch/arm/mach-davinci/da850.c
-+++ b/arch/arm/mach-davinci/da850.c
-@@ -1126,8 +1126,10 @@ static struct cpufreq_frequency_table da850_freq_table[] = {
- },
- };
-
-+#ifdef CONFIG_REGULATOR
- static int da850_set_voltage(unsigned int index);
- static int da850_regulator_init(void);
-+#endif
-
- static struct davinci_cpufreq_config cpufreq_info = {
- .freq_table = &da850_freq_table[0],
---
-1.6.0.6
-