Re: [PATCHv4] arm: omap2: timer: always define omap4_local_timer_init

2015-09-30 Thread Lokesh Vutla
Hi Felipe, On Tuesday 29 September 2015 09:45 PM, Felipe Balbi wrote: > omap4_local_timer_init() can be used by other > platforms as is. At least AM437x wants to use > it. Instead of making omap4-only and providing > a stub for builds without OMAP4, we can just > make sure that function is always

Re: [PATCHv4] arm: omap2: timer: always define omap4_local_timer_init

2015-09-30 Thread Lokesh Vutla
On Wednesday 30 September 2015 01:11 PM, Lokesh Vutla wrote: > Hi Felipe, > > On Tuesday 29 September 2015 09:45 PM, Felipe Balbi wrote: >> omap4_local_timer_init() can be used by other >> platforms as is. At least AM437x wants to use >> it. Instead of making omap4-only and providing >> a stub

Re: [PATCHv4] arm: omap2: timer: always define omap4_local_timer_init

2015-09-29 Thread Nishanth Menon
On 09/29/2015 11:15 AM, Felipe Balbi wrote: > omap4_local_timer_init() can be used by other > platforms as is. At least AM437x wants to use > it. Instead of making omap4-only and providing > a stub for builds without OMAP4, we can just > make sure that function is always available > for all SoCs

[PATCHv4] arm: omap2: timer: always define omap4_local_timer_init

2015-09-29 Thread Felipe Balbi
omap4_local_timer_init() can be used by other platforms as is. At least AM437x wants to use it. Instead of making omap4-only and providing a stub for builds without OMAP4, we can just make sure that function is always available for all SoCs that need it. Reported-by: Nishanth Menon