Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-27 Thread Carlo Caione
On 16/06/16 23:27, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DECLARE

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-27 Thread Chen-Yu Tsai
On Fri, Jun 17, 2016 at 5:27 AM, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOU

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Heiko Stübner
Am Donnerstag, 16. Juni 2016, 23:27:22 schrieb Daniel Lezcano: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET =>

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Sylvain Lemieux
On Thu, 2016-06-16 at 23:27 +0200, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET => CLOCKS

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Liviu Dudau
On Thu, Jun 16, 2016 at 11:27:22PM +0200, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET =>

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Patrice Chotard
On 06/16/2016 11:27 PM, Daniel Lezcano wrote: All the clocksource drivers's init function are now converted to return an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the clksrc-of table. Let's convert back the names: - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DECLARE

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Ray Jui
Hi Daniel, On 6/16/2016 2:27 PM, Daniel Lezcano wrote: All the clocksource drivers's init function are now converted to return an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the clksrc-of table. Let's convert back the names: - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DE

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Neil Armstrong
On 06/16/2016 11:27 PM, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DE

RE: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Noam Camus
>From: Daniel Lezcano [mailto:daniel.lezc...@linaro.org] >Sent: Friday, June 17, 2016 12:27 AM >All the clocksource drivers's init function are now converted to return an >error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the clksrc-of >table. >Let's convert back the names: > - C

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-17 Thread Santosh Shilimkar
On 6/16/2016 2:27 PM, Daniel Lezcano wrote: All the clocksource drivers's init function are now converted to return an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the clksrc-of table. Let's convert back the names: - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DECLARE - clk

[PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-17 Thread Daniel Lezcano
All the clocksource drivers's init function are now converted to return an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the clksrc-of table. Let's convert back the names: - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DECLARE - clksrc-of-ret => clksrc-of Signed-o

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-17 Thread Krzysztof Kozlowski
On 06/16/2016 11:27 PM, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DE

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-17 Thread Matthias Brugger
On 16/06/16 23:27, Daniel Lezcano wrote: All the clocksource drivers's init function are now converted to return an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the clksrc-of table. Let's convert back the names: - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DECLARE - cl