Re: [PATCH 02/10] clocksource: dw_apb_timer_of: add clock-handling

2013-06-03 Thread Heiko Stübner
Am Montag, 3. Juni 2013, 05:22:19 schrieb Baruch Siach: > Hi Heiko, > > On Mon, Jun 03, 2013 at 12:56:37AM +0200, Heiko Stübner wrote: > > Add the possibility to get the clock-frequency from a timer clock instead > > of specifying it as dt property. Additionally also add the possibility > > to als

Re: [PATCH 02/10] clocksource: dw_apb_timer_of: add clock-handling

2013-06-02 Thread Baruch Siach
Hi Heiko, On Mon, Jun 03, 2013 at 12:56:37AM +0200, Heiko Stübner wrote: > Add the possibility to get the clock-frequency from a timer clock instead > of specifying it as dt property. Additionally also add the possibility > to also define a controlling periphal clock for the timer block. > > The

[PATCH 02/10] clocksource: dw_apb_timer_of: add clock-handling

2013-06-02 Thread Heiko Stübner
Add the possibility to get the clock-frequency from a timer clock instead of specifying it as dt property. Additionally also add the possibility to also define a controlling periphal clock for the timer block. The clock-frequency property is kept to act as fallback if no clocks are specified. Sig