Re: [PATCH v8 20/42] ARM: davinci: pass clock as parameter to davinci_timer_init()

2018-04-05 Thread Sekhar Nori
On Friday 16 March 2018 08:22 AM, David Lechner wrote: > This changes davinci_timer_init() so that we pass the clock as a > parameter instead of using clk_get(). This is done in preparation > for converting to the common clock framework. > > It removes the requirement that we have to have a clock

Re: [PATCH v8 20/42] ARM: davinci: pass clock as parameter to davinci_timer_init()

2018-04-05 Thread Sekhar Nori
On Friday 16 March 2018 08:22 AM, David Lechner wrote: > This changes davinci_timer_init() so that we pass the clock as a > parameter instead of using clk_get(). This is done in preparation > for converting to the common clock framework. > > It removes the requirement that we have to have a clock

[PATCH v8 20/42] ARM: davinci: pass clock as parameter to davinci_timer_init()

2018-03-15 Thread David Lechner
This changes davinci_timer_init() so that we pass the clock as a parameter instead of using clk_get(). This is done in preparation for converting to the common clock framework. It removes the requirement that we have to have a clock with con_id of "timer0", which will be good for DT bindings

[PATCH v8 20/42] ARM: davinci: pass clock as parameter to davinci_timer_init()

2018-03-15 Thread David Lechner
This changes davinci_timer_init() so that we pass the clock as a parameter instead of using clk_get(). This is done in preparation for converting to the common clock framework. It removes the requirement that we have to have a clock with con_id of "timer0", which will be good for DT bindings