mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
linux 3.0: refresh all patches against 3.0.7
This makes 'git am' work again, patch is more forgiving with fuzz. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
From 928887fcbb4d82f6d16f6cfa16a06f5ff5261786 Mon Sep 17 00:00:00 2001
|
||||
From 59159a323bad225e6c68850622e46e24ea28a271 Mon Sep 17 00:00:00 2001
|
||||
From: Fernandes, Joel A <joelagnel@ti.com>
|
||||
Date: Tue, 7 Jun 2011 15:54:45 -0500
|
||||
Subject: [PATCH 1/5] OMAP3: beagle: add support for beagleboard xM revision C
|
||||
Subject: [PATCH 01/10] OMAP3: beagle: add support for beagleboard xM revision C
|
||||
|
||||
OMAP3: beagle: add support for beagleboard xM revision C
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
From e0bce01f104ce07e269b6d326d38de713f150c70 Mon Sep 17 00:00:00 2001
|
||||
From 073595739bd14678bf91bdaf932c7107b6f2327a Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 21 Jul 2011 14:29:42 +0200
|
||||
Subject: [PATCH 2/5] UNFINISHED: OMAP3: beagle: add support for expansionboards
|
||||
Subject: [PATCH 02/10] UNFINISHED: OMAP3: beagle: add support for expansionboards
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
From 6fb29924ac9163320ff5b1c2ef532b8f86d34e40 Mon Sep 17 00:00:00 2001
|
||||
From 59d55e3d37c9fe6f85ed4070666ecd2e7f3d1b2e Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 21 Jul 2011 12:59:20 +0200
|
||||
Subject: [PATCH 3/5] HACK: OMAP3: beagle: switch to GPTIMER1
|
||||
Subject: [PATCH 03/10] HACK: OMAP3: beagle: switch to GPTIMER1
|
||||
|
||||
Breaks with B3 and older due to clock noise
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From c40bba5ed8521183a9498923172d4605f671432b Mon Sep 17 00:00:00 2001
|
||||
From f0b5e5f22a295318030f92dc6103118fde35cf6d Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 25 May 2011 08:57:40 +0200
|
||||
Subject: [PATCH 4/5] OMAP3: beagle: HACK! add in 1GHz OPP
|
||||
Subject: [PATCH 04/10] OMAP3: beagle: HACK! add in 1GHz OPP
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
From e26d2b3d2351809e08eaa17ed87653b2d1290f3e Mon Sep 17 00:00:00 2001
|
||||
From 9e22c7b5124240e43d840312687c7204436c3010 Mon Sep 17 00:00:00 2001
|
||||
From: Sanjeev Premi <premi@ti.com>
|
||||
Date: Tue, 18 Jan 2011 13:19:55 +0530
|
||||
Subject: [PATCH 5/5] omap3: Add basic support for 720MHz part
|
||||
Subject: [PATCH 05/10] omap3: Add basic support for 720MHz part
|
||||
|
||||
This patch adds support for new speed enhanced parts with ARM
|
||||
and IVA running at 720MHz and 520MHz respectively. These parts
|
||||
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
From f6b0d03d59c13ea30c17aa68d07c06a5229aee1f Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 20 Oct 2011 11:14:08 +0200
|
||||
Subject: [PATCH 06/10] ARM: OMAP2+: beagleboard: make wilink init look more like pandaboard
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
arch/arm/mach-omap2/board-omap3beagle.c | 8 +-------
|
||||
1 files changed, 1 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
index 5e1d9f9..13fffb0 100644
|
||||
--- a/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
@@ -203,13 +203,7 @@ static struct regulator_consumer_supply beagle_vmmc2_supply =
|
||||
|
||||
static struct regulator_init_data beagle_vmmc2 = {
|
||||
.constraints = {
|
||||
- .min_uV = 1850000,
|
||||
- .max_uV = 1850000,
|
||||
- .apply_uV = true,
|
||||
- .valid_modes_mask = REGULATOR_MODE_NORMAL
|
||||
- | REGULATOR_MODE_STANDBY,
|
||||
- .valid_ops_mask = REGULATOR_CHANGE_MODE
|
||||
- | REGULATOR_CHANGE_STATUS,
|
||||
+ .valid_ops_mask = REGULATOR_CHANGE_STATUS,
|
||||
},
|
||||
.num_consumer_supplies = 1,
|
||||
.consumer_supplies = &beagle_vmmc2_supply,
|
||||
--
|
||||
1.6.6.1
|
||||
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
From bd0b2f97c48aa6aac0c6a494f1c6ba5af5de486b Mon Sep 17 00:00:00 2001
|
||||
From ae51bba851acde11012d3ba4204b99e1c49b446d Mon Sep 17 00:00:00 2001
|
||||
From: Steve Sakoman <steve@sakoman.com>
|
||||
Date: Mon, 18 Jul 2011 23:13:41 -0500
|
||||
Subject: [PATCH] omap_hsmmc: Set dto to max value of 14 to avoid SD Card timeouts
|
||||
Subject: [PATCH 07/10] omap_hsmmc: Set dto to max value of 14 to avoid SD Card timeouts
|
||||
|
||||
This fixes MMC errors due to timeouts on certain SD Cards following suggestions
|
||||
to set dto to 14 by Jason Kridner and Steven Kipisz
|
||||
@@ -15,10 +15,10 @@ This fix was originally proposed by Sukumar Ghoral of TI.
|
||||
1 files changed, 3 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
|
||||
index 9646a75..7443647 100644
|
||||
index dedf3da..a8a60d4 100644
|
||||
--- a/drivers/mmc/host/omap_hsmmc.c
|
||||
+++ b/drivers/mmc/host/omap_hsmmc.c
|
||||
@@ -1049,6 +1049,9 @@ static void set_data_timeout(struct omap_hsmmc_host *host,
|
||||
@@ -1441,6 +1441,9 @@ static void set_data_timeout(struct omap_hsmmc_host *host,
|
||||
dto = 14;
|
||||
}
|
||||
|
||||
@@ -29,5 +29,5 @@ index 9646a75..7443647 100644
|
||||
reg |= dto << DTO_SHIFT;
|
||||
OMAP_HSMMC_WRITE(host->base, SYSCTL, reg);
|
||||
--
|
||||
1.7.0.4
|
||||
1.6.6.1
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
From ab46a513a2600654c6c02805be2b88b5203bae82 Mon Sep 17 00:00:00 2001
|
||||
From 93b4f0bb46f9b9075bf830f2597816c3adeb01b7 Mon Sep 17 00:00:00 2001
|
||||
From: Andy Green <andy@warmcat.com>
|
||||
Date: Thu, 24 Mar 2011 21:27:29 +0000
|
||||
Subject: [PATCH 7/8] OMAP2+: add cpu id register to MAC address helper
|
||||
Subject: [PATCH 08/10] OMAP2+: add cpu id register to MAC address helper
|
||||
|
||||
Introduce a generic helper function that can set a MAC address using
|
||||
data from the OMAP unique CPU ID register.
|
||||
@@ -85,5 +85,5 @@ index 02ed3aa..373313a 100644
|
||||
|
||||
#endif
|
||||
--
|
||||
1.7.4.1
|
||||
1.6.6.1
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From 67f39ef3d73d377b13dbf34bd5170d94f00cc2c2 Mon Sep 17 00:00:00 2001
|
||||
From cd24ee61ea78fad5c592f9b1fe58bc4415fd4c5c Mon Sep 17 00:00:00 2001
|
||||
From: Jason Kridner <jdk@ti.com>
|
||||
Date: Thu, 15 Sep 2011 18:23:02 -0400
|
||||
Subject: [PATCH 8/8] HACK: OMAP2+: BeagleBoard: Fix up random or missing MAC addresses for eth0 and wlan0
|
||||
Subject: [PATCH 09/10] HACK: OMAP2+: BeagleBoard: Fix up random or missing MAC addresses for eth0 and wlan0
|
||||
|
||||
This was borrowed from the Panda implementation at http://patches.linaro.org/777/
|
||||
|
||||
@@ -22,7 +22,7 @@ Cc: Andy Green <andy@warmcat.com>
|
||||
1 files changed, 90 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
index 5e1d9f9..9712099 100644
|
||||
index 13fffb0..5ffe185 100644
|
||||
--- a/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
@@ -33,6 +33,8 @@
|
||||
@@ -152,5 +152,5 @@ index 5e1d9f9..9712099 100644
|
||||
}
|
||||
|
||||
--
|
||||
1.7.4.1
|
||||
1.6.6.1
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
From 0ba8efcdee682cd230dd2de3deb6438c0f7585f8 Mon Sep 17 00:00:00 2001
|
||||
From e19ae187c1055a03781daca6964050aa238e1e78 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Wed, 19 Oct 2011 12:44:14 +0200
|
||||
Subject: [PATCH] ARM: OMAP2+: beagleboard: fix mmc write protect pin when using the wilink expansion board
|
||||
Subject: [PATCH 10/10] ARM: OMAP2+: beagleboard: fix mmc write protect pin when using the wilink expansion board
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
@@ -9,10 +9,10 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
index 6e2f10e..24de67b 100644
|
||||
index 5ffe185..0124060 100644
|
||||
--- a/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
@@ -280,7 +280,7 @@ static struct omap2_hsmmc_info mmcbbt[] = {
|
||||
@@ -274,7 +274,7 @@ static struct omap2_hsmmc_info mmcbbt[] = {
|
||||
{
|
||||
.mmc = 1,
|
||||
.caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
|
||||
Reference in New Issue
Block a user