kernel: update linux 3.9 to 3.9.8
[openwrt/svn-archive/archive.git] / target / linux / ramips / patches-3.9 / 0141-clocksource-make-clocksource_of_init-pass-a-device_n.patch
index 6cfa91a049839a68d242b8220f26055bbfdab22f..f90dc5b2c5a17a721fa7868a20dd7cf330afec2c 100644 (file)
@@ -17,11 +17,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
  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
-