Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-23 Thread Christian Daudt
On 13-09-23 10:45 AM, Matt Porter wrote: On 09/22/2013 08:14 AM, Sebastian Hesselbarth wrote: On 09/20/2013 09:16 PM, Matt Porter wrote: On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: This is a patch set based on an RFC [1][2] sent earlier to provide a common arch/arm i

Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-23 Thread Matt Porter
On 09/22/2013 08:14 AM, Sebastian Hesselbarth wrote: On 09/20/2013 09:16 PM, Matt Porter wrote: On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: This is a patch set based on an RFC [1][2] sent earlier to provide a common arch/arm init for DT clock providers. Currently, the

Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-22 Thread Sebastian Hesselbarth
On 09/20/2013 09:16 PM, Matt Porter wrote: On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: This is a patch set based on an RFC [1][2] sent earlier to provide a common arch/arm init for DT clock providers. Currently, the call to of_clk_init(NULL) to initialize DT clock prov

Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-20 Thread Matt Porter
On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: > This is a patch set based on an RFC [1][2] sent earlier to provide a common > arch/arm init for DT clock providers. Currently, the call to of_clk_init(NULL) > to initialize DT clock providers is spread among several mach-dirs.

Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-18 Thread Sebastian Hesselbarth
On 09/18/2013 10:48 PM, Olof Johansson wrote: On Wed, Sep 18, 2013 at 12:52 PM, Sebastian Hesselbarth wrote: On 09/18/2013 09:47 PM, Jason Cooper wrote: On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: ... Sebastian Hesselbarth (26): ARM: nomadik: move mtu setup to

Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-18 Thread Olof Johansson
On Wed, Sep 18, 2013 at 12:52 PM, Sebastian Hesselbarth wrote: > On 09/18/2013 09:47 PM, Jason Cooper wrote: >> >> On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: >> ... >>> >>> Sebastian Hesselbarth (26): >>>ARM: nomadik: move mtu setup to clocksource init >>>clk: n

Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-18 Thread Stephen Warren
On 09/18/2013 01:52 PM, Sebastian Hesselbarth wrote: > On 09/18/2013 09:47 PM, Jason Cooper wrote: >> On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: >> ... >>> Sebastian Hesselbarth (26): >>>ARM: nomadik: move mtu setup to clocksource init ... >> >> How would you like to

Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-18 Thread Sebastian Hesselbarth
On 09/18/2013 09:47 PM, Jason Cooper wrote: On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: ... Sebastian Hesselbarth (26): ARM: nomadik: move mtu setup to clocksource init clk: nomadik: move src init out of nomadik_clk_init clk: nomadik: declare OF clock provider

Re: [PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-18 Thread Jason Cooper
Sebastian, On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: ... > Sebastian Hesselbarth (26): > ARM: nomadik: move mtu setup to clocksource init > clk: nomadik: move src init out of nomadik_clk_init > clk: nomadik: declare OF clock provider > clk: prima2: declare OF c

[PATCH 00/26] ARM: provide common arch init for DT clocks

2013-09-18 Thread Sebastian Hesselbarth
This is a patch set based on an RFC [1][2] sent earlier to provide a common arch/arm init for DT clock providers. Currently, the call to of_clk_init(NULL) to initialize DT clock providers is spread among several mach-dirs. Since most machs require DT clocks initialized before timers, no initcall ca