From 0d9f760f272f3ccb3abcaca8e678734b666e234c Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 30 Jun 2013 13:10:12 +0000 Subject: kernel: update linux 3.9 to 3.9.8 Includes memory allocation fixes as well as several networking fixes. Signed-off-by: Jonas Gorski SVN-Revision: 37103 --- ...ksource-make-clocksource_of_init-pass-a-device_n.patch | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'target/linux/ramips/patches-3.9/0141-clocksource-make-clocksource_of_init-pass-a-device_n.patch') diff --git a/target/linux/ramips/patches-3.9/0141-clocksource-make-clocksource_of_init-pass-a-device_n.patch b/target/linux/ramips/patches-3.9/0141-clocksource-make-clocksource_of_init-pass-a-device_n.patch index 6cfa91a..f90dc5b 100644 --- a/target/linux/ramips/patches-3.9/0141-clocksource-make-clocksource_of_init-pass-a-device_n.patch +++ b/target/linux/ramips/patches-3.9/0141-clocksource-make-clocksource_of_init-pass-a-device_n.patch @@ -17,11 +17,9 @@ Signed-off-by: John Crispin drivers/clocksource/vt8500_timer.c | 14 +------------- 4 files changed, 5 insertions(+), 39 deletions(-) -diff --git a/drivers/clocksource/bcm2835_timer.c b/drivers/clocksource/bcm2835_timer.c -index 50c68fe..766611d 100644 --- a/drivers/clocksource/bcm2835_timer.c +++ b/drivers/clocksource/bcm2835_timer.c -@@ -95,23 +95,13 @@ static irqreturn_t bcm2835_time_interrupt(int irq, void *dev_id) +@@ -95,23 +95,13 @@ static irqreturn_t bcm2835_time_interrup } } @@ -46,8 +44,6 @@ index 50c68fe..766611d 100644 base = of_iomap(node, 0); if (!base) panic("Can't remap registers"); -diff --git a/drivers/clocksource/clksrc-of.c b/drivers/clocksource/clksrc-of.c -index bdabdaa..3ef11fb 100644 --- a/drivers/clocksource/clksrc-of.c +++ b/drivers/clocksource/clksrc-of.c @@ -26,10 +26,10 @@ void __init clocksource_of_init(void) @@ -63,11 +59,9 @@ index bdabdaa..3ef11fb 100644 + init_func(np); } } -diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/tegra20_timer.c -index 0bde03f..e698d8e 100644 --- a/drivers/clocksource/tegra20_timer.c +++ b/drivers/clocksource/tegra20_timer.c -@@ -154,29 +154,17 @@ static struct irqaction tegra_timer_irq = { +@@ -154,29 +154,17 @@ static struct irqaction tegra_timer_irq .dev_id = &tegra_clockevent, }; @@ -98,8 +92,6 @@ index 0bde03f..e698d8e 100644 timer_reg_base = of_iomap(np, 0); if (!timer_reg_base) { pr_err("Can't map timer registers\n"); -diff --git a/drivers/clocksource/vt8500_timer.c b/drivers/clocksource/vt8500_timer.c -index 8efc86b..2422552 100644 --- a/drivers/clocksource/vt8500_timer.c +++ b/drivers/clocksource/vt8500_timer.c @@ -129,22 +129,10 @@ static struct irqaction irq = { @@ -126,6 +118,3 @@ index 8efc86b..2422552 100644 regbase = of_iomap(np, 0); if (!regbase) { pr_err("%s: Missing iobase description in Device Tree\n", --- -1.7.10.4 - -- cgit v1.1