Re: [PATCH 01/26] ARM: nomadik: move mtu setup to clocksource init

2013-09-22 Thread Sebastian Hesselbarth
On 09/20/2013 11:13 PM, Sebastian Hesselbarth wrote: On 09/18/2013 07:53 PM, Sebastian Hesselbarth wrote: MTU timer initialization is stuffed into .init_time callback, while cpu8815_timer_init_of again maps addresses from the same device node. Therefore, this patch moves mtu setup from to clocks

Re: [PATCH 01/26] ARM: nomadik: move mtu setup to clocksource init

2013-09-20 Thread Linus Walleij
On Fri, Sep 20, 2013 at 11:08 PM, Sebastian Hesselbarth wrote: > Ok, well I was looking at v3.12-rc1 and did not really follow other > nomadik related threads. That time ux500 wasn't tangled up with > clk-nomadik. Well yeah, you're right. But Lee has a pending patch set that makes the ux500 use

Re: [PATCH 01/26] ARM: nomadik: move mtu setup to clocksource init

2013-09-20 Thread Sebastian Hesselbarth
On 09/18/2013 07:53 PM, Sebastian Hesselbarth wrote: MTU timer initialization is stuffed into .init_time callback, while cpu8815_timer_init_of again maps addresses from the same device node. Therefore, this patch moves mtu setup from to clocksource init. Signed-off-by: Sebastian Hesselbarth ---

Re: [PATCH 01/26] ARM: nomadik: move mtu setup to clocksource init

2013-09-20 Thread Linus Walleij
On Fri, Sep 20, 2013 at 11:13 PM, Sebastian Hesselbarth wrote: > Linus, > > looking at the fix you posted at [1], can I assume that the above it > redundant and can be removed? > > [1] http://marc.info/?l=linux-arm-kernel&m=137910161418706&w=2 I think so, post a version doing that and I'll test

Re: [PATCH 01/26] ARM: nomadik: move mtu setup to clocksource init

2013-09-20 Thread Sebastian Hesselbarth
On 09/20/2013 10:51 PM, Linus Walleij wrote: On Fri, Sep 20, 2013 at 10:49 PM, Linus Walleij wrote: On Wed, Sep 18, 2013 at 7:53 PM, Sebastian Hesselbarth wrote: MTU timer initialization is stuffed into .init_time callback, while cpu8815_timer_init_of again maps addresses from the same devic

Re: [PATCH 01/26] ARM: nomadik: move mtu setup to clocksource init

2013-09-20 Thread Linus Walleij
On Fri, Sep 20, 2013 at 10:49 PM, Linus Walleij wrote: > On Wed, Sep 18, 2013 at 7:53 PM, Sebastian Hesselbarth > wrote: > >> MTU timer initialization is stuffed into .init_time callback, while >> cpu8815_timer_init_of again maps addresses from the same device node. >> Therefore, this patch moves

Re: [PATCH 01/26] ARM: nomadik: move mtu setup to clocksource init

2013-09-20 Thread Linus Walleij
On Wed, Sep 18, 2013 at 7:53 PM, Sebastian Hesselbarth wrote: > MTU timer initialization is stuffed into .init_time callback, while > cpu8815_timer_init_of again maps addresses from the same device node. > Therefore, this patch moves mtu setup from to clocksource init. > > Signed-off-by: Sebastia