mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +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:
+3
-3
@@ -1,7 +1,7 @@
|
||||
From 47282736d78c31ba07a83748b3d8f7a1510e082e Mon Sep 17 00:00:00 2001
|
||||
From 1714658473cd1abe2ad5f6fa81119384297a926e Mon Sep 17 00:00:00 2001
|
||||
From: archit taneja <archit@ti.com>
|
||||
Date: Fri, 5 Aug 2011 07:19:21 +0000
|
||||
Subject: [PATCH 1/2] OMAP_VOUT: Fix build break caused by update_mode removal in DSS2
|
||||
Subject: [PATCH 1/4] OMAP_VOUT: Fix build break caused by update_mode removal in DSS2
|
||||
|
||||
The DSS2 driver does not support the configuration of the update_mode of a
|
||||
panel anymore. Remove the setting of update_mode done in omap_vout_probe().
|
||||
@@ -40,5 +40,5 @@ index 4d07c58..d17d6b6 100644
|
||||
}
|
||||
|
||||
--
|
||||
1.7.4.1
|
||||
1.6.6.1
|
||||
|
||||
|
||||
+9
-9
@@ -1,7 +1,7 @@
|
||||
From 2ced51c12594c56d15b5376a5ff72aedddf41b6a Mon Sep 17 00:00:00 2001
|
||||
From 8c300d702932f9395d4fa12e4d1a4041da72f34c Mon Sep 17 00:00:00 2001
|
||||
From: Jason Kridner <jdk@ti.com>
|
||||
Date: Mon, 12 Sep 2011 10:28:14 -0400
|
||||
Subject: [PATCH 2/2] WIP: omap: beagleboard: add bbtoys ulcd-lite support
|
||||
Subject: [PATCH 2/4] WIP: omap: beagleboard: add bbtoys ulcd-lite support
|
||||
|
||||
Added support for the BeagleBoardToys ULCD-Lite.
|
||||
* Added ThreeFiveCorp s9700rtwv35tr-01b panel to
|
||||
@@ -22,7 +22,7 @@ Cc: Koen Kooi <koen@dominion.thruhere.net>
|
||||
2 files changed, 137 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
index 9712099..8c0d1a3 100644
|
||||
index 0124060..8b30b4c 100644
|
||||
--- a/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
@@ -35,6 +35,7 @@
|
||||
@@ -49,7 +49,7 @@ index 9712099..8c0d1a3 100644
|
||||
};
|
||||
|
||||
/*
|
||||
@@ -477,9 +482,53 @@ static struct omap_dss_device beagle_tv_device = {
|
||||
@@ -471,9 +476,53 @@ static struct omap_dss_device beagle_tv_device = {
|
||||
.phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
|
||||
};
|
||||
|
||||
@@ -103,7 +103,7 @@ index 9712099..8c0d1a3 100644
|
||||
};
|
||||
|
||||
static struct omap_dss_board_info beagle_dss_data = {
|
||||
@@ -496,6 +545,11 @@ static void __init beagle_display_init(void)
|
||||
@@ -490,6 +539,11 @@ static void __init beagle_display_init(void)
|
||||
"DVI reset");
|
||||
if (r < 0)
|
||||
printk(KERN_ERR "Unable to get DVI reset GPIO\n");
|
||||
@@ -115,7 +115,7 @@ index 9712099..8c0d1a3 100644
|
||||
}
|
||||
|
||||
#include "sdram-micron-mt46h32m32lf-6.h"
|
||||
@@ -654,6 +708,53 @@ static struct i2c_board_info __initdata beagle_i2c2_zippy[] = {
|
||||
@@ -648,6 +702,53 @@ static struct i2c_board_info __initdata beagle_i2c2_zippy[] = {
|
||||
static struct i2c_board_info __initdata beagle_i2c2_zippy[] = {};
|
||||
#endif
|
||||
|
||||
@@ -169,7 +169,7 @@ index 9712099..8c0d1a3 100644
|
||||
static int __init omap3_beagle_i2c_init(void)
|
||||
{
|
||||
omap3_pmic_get_config(&beagle_twldata,
|
||||
@@ -823,6 +924,10 @@ static void __init omap3_beagle_init(void)
|
||||
@@ -817,6 +918,10 @@ static void __init omap3_beagle_init(void)
|
||||
|
||||
gpio_buttons[0].gpio = beagle_config.usr_button_gpio;
|
||||
|
||||
@@ -180,7 +180,7 @@ index 9712099..8c0d1a3 100644
|
||||
platform_add_devices(omap3_beagle_devices,
|
||||
ARRAY_SIZE(omap3_beagle_devices));
|
||||
omap_display_init(&beagle_dss_data);
|
||||
@@ -898,6 +1003,13 @@ static void __init omap3_beagle_init(void)
|
||||
@@ -892,6 +997,13 @@ static void __init omap3_beagle_init(void)
|
||||
platform_device_register(&omap_vwlan_device);
|
||||
}
|
||||
|
||||
@@ -231,5 +231,5 @@ index 9c90f75..82c1ac3 100644
|
||||
|
||||
struct panel_drv_data {
|
||||
--
|
||||
1.7.4.1
|
||||
1.6.6.1
|
||||
|
||||
|
||||
+6
-6
@@ -1,7 +1,7 @@
|
||||
From bbe3f55963a08d3b4a8324abee8e05f25f2d9200 Mon Sep 17 00:00:00 2001
|
||||
From 7e4a2721ae775570792653e6749c55156baf85b7 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Tue, 11 Oct 2011 13:13:35 +0200
|
||||
Subject: [PATCH] ARM: OMAP2: beagleboard: add support for loopthrough expansionboard, make uLCD use it
|
||||
Subject: [PATCH 3/4] ARM: OMAP2: beagleboard: add support for loopthrough expansionboard, make uLCD use it
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
@@ -9,7 +9,7 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
1 files changed, 13 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
index 8c0d1a3..7e5558d 100644
|
||||
index 8b30b4c..47bc79b 100644
|
||||
--- a/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
@@ -253,6 +253,7 @@ static void __init omap3_beagle_init_rev(void)
|
||||
@@ -20,7 +20,7 @@ index 8c0d1a3..7e5558d 100644
|
||||
|
||||
#if defined(CONFIG_WL12XX) || defined(CONFIG_WL12XX_MODULE)
|
||||
#include <linux/regulator/fixed.h>
|
||||
@@ -868,6 +869,15 @@ static int __init expansionboard_setup(char *str)
|
||||
@@ -862,6 +863,15 @@ static int __init expansionboard_setup(char *str)
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ index 8c0d1a3..7e5558d 100644
|
||||
static void __init beagle_opp_init(void)
|
||||
{
|
||||
int r = 0;
|
||||
@@ -1003,9 +1013,9 @@ static void __init omap3_beagle_init(void)
|
||||
@@ -997,9 +1007,9 @@ static void __init omap3_beagle_init(void)
|
||||
platform_device_register(&omap_vwlan_device);
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ index 8c0d1a3..7e5558d 100644
|
||||
omap_register_i2c_bus(2, 400, beagle_i2c2_bbtoys_ulcd,
|
||||
ARRAY_SIZE(beagle_i2c2_bbtoys_ulcd));
|
||||
}
|
||||
@@ -1027,6 +1037,7 @@ static void __init omap3_beagle_init(void)
|
||||
@@ -1021,6 +1031,7 @@ static void __init omap3_beagle_init(void)
|
||||
}
|
||||
|
||||
early_param("buddy", expansionboard_setup);
|
||||
+9
-9
@@ -1,7 +1,7 @@
|
||||
From 846578cb98e201d771098968c7022a125cb6bb07 Mon Sep 17 00:00:00 2001
|
||||
From: David Anders <x0132446@ti.com>
|
||||
Date: Mon, 22 Aug 2011 11:00:38 -0500
|
||||
Subject: [PATCH 2/2] LEDS: add initial support for WS2801 controller
|
||||
From 38782c0a69e29fc321f648441221e8fe153eb36b Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 20 Oct 2011 16:13:16 +0200
|
||||
Subject: [PATCH 4/4] LEDS: add initial support for WS2801 controller
|
||||
|
||||
This adds initial support for the WS2801 RGB LED controller.
|
||||
|
||||
@@ -15,10 +15,10 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
create mode 100644 drivers/leds/leds-ws2801.c
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
index 787891d..0e73089 100644
|
||||
index 47bc79b..016d098 100644
|
||||
--- a/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
|
||||
@@ -802,6 +802,11 @@ static struct platform_device leds_gpio = {
|
||||
@@ -796,6 +796,11 @@ static struct platform_device leds_gpio = {
|
||||
},
|
||||
};
|
||||
|
||||
@@ -30,8 +30,8 @@ index 787891d..0e73089 100644
|
||||
static struct gpio_keys_button gpio_buttons[] = {
|
||||
{
|
||||
.code = BTN_EXTRA,
|
||||
@@ -1018,6 +1023,12 @@ static void __init omap3_beagle_init(void)
|
||||
lcd_panel.name = beagle_config.lcd_driver_name;
|
||||
@@ -1014,6 +1019,12 @@ static void __init omap3_beagle_init(void)
|
||||
ARRAY_SIZE(beagle_i2c2_bbtoys_ulcd));
|
||||
}
|
||||
|
||||
+ if(!strcmp(expansionboard_name, "beacon"))
|
||||
@@ -74,7 +74,7 @@ index bbfd2e3..14f849e 100644
|
||||
obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o
|
||||
diff --git a/drivers/leds/leds-ws2801.c b/drivers/leds/leds-ws2801.c
|
||||
new file mode 100644
|
||||
index 0000000..17d0666
|
||||
index 0000000..9526a84
|
||||
--- /dev/null
|
||||
+++ b/drivers/leds/leds-ws2801.c
|
||||
@@ -0,0 +1,159 @@
|
||||
Reference in New Issue
Block a user