From 6918ea2484861cbf806c812b95a814ab40063c05 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 27 Sep 2014 19:10:51 +0000 Subject: brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014 Update the 3.10 rasperry patches by rebasing raspberry/rpi-3.10-y against linux-stable/v3.10.49. Signed-off-by: Florian Fainelli SVN-Revision: 42678 --- ...bcm2708-Allow-disk-activity-led-gpio-to-be-specified.patch | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm2708/patches-3.10/0166-bcm2708-Allow-disk-activity-led-gpio-to-be-specified.patch') diff --git a/target/linux/brcm2708/patches-3.10/0166-bcm2708-Allow-disk-activity-led-gpio-to-be-specified.patch b/target/linux/brcm2708/patches-3.10/0166-bcm2708-Allow-disk-activity-led-gpio-to-be-specified.patch index dd96317..a333f58 100644 --- a/target/linux/brcm2708/patches-3.10/0166-bcm2708-Allow-disk-activity-led-gpio-to-be-specified.patch +++ b/target/linux/brcm2708/patches-3.10/0166-bcm2708-Allow-disk-activity-led-gpio-to-be-specified.patch @@ -1,12 +1,14 @@ -From e2fe98dc5d658c504d31a0ad1eb9748a2001ce09 Mon Sep 17 00:00:00 2001 +From 6fa3166b901b1f3a88e52c232c09df48c430303d Mon Sep 17 00:00:00 2001 From: popcornmix Date: Tue, 11 Feb 2014 17:03:51 +0000 -Subject: [PATCH 166/174] bcm2708: Allow disk activity led gpio to be specified +Subject: [PATCH 166/196] bcm2708: Allow disk activity led gpio to be specified --- arch/arm/mach-bcm2708/bcm2708.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) +diff --git a/arch/arm/mach-bcm2708/bcm2708.c b/arch/arm/mach-bcm2708/bcm2708.c +index 993379c..caa9f48 100644 --- a/arch/arm/mach-bcm2708/bcm2708.c +++ b/arch/arm/mach-bcm2708/bcm2708.c @@ -83,6 +83,8 @@ @@ -18,7 +20,7 @@ Subject: [PATCH 166/174] bcm2708: Allow disk activity led gpio to be specified static unsigned reboot_part = 0; static unsigned w1_gpio_pin = W1_GPIO; -@@ -965,7 +967,9 @@ static struct platform_device bcm2708_le +@@ -965,7 +967,9 @@ static struct platform_device bcm2708_led_device = { static void __init bcm2708_init_led(void) { @@ -37,3 +39,6 @@ Subject: [PATCH 166/174] bcm2708: Allow disk activity led gpio to be specified +module_param(disk_led_active_low, uint, 0644); module_param(reboot_part, uint, 0644); module_param(w1_gpio_pin, uint, 0644); +-- +1.9.1 + -- cgit v1.1