Re: [RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()

2015-10-05 Thread Tony Lindgren
* Felipe Balbi [150929 13:48]: > since now we can reuse __omap_sync32k_timer_init() > for OMAP3-like devices, we can safely remove > __omap_gptimer_init(). There are tons of boards out there that need to use the high frequency ocillator source with gptimer because of the

Re: [RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()

2015-10-05 Thread Tony Lindgren
* Felipe Balbi [151005 08:29]: > On Mon, Oct 05, 2015 at 04:01:45AM -0700, Tony Lindgren wrote: > > * Felipe Balbi [150929 13:48]: > > > since now we can reuse __omap_sync32k_timer_init() > > > for OMAP3-like devices, we can safely remove > > > __omap_gptimer_init().

Re: [RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()

2015-10-05 Thread Felipe Balbi
On Mon, Oct 05, 2015 at 09:02:25AM -0700, Tony Lindgren wrote: > * Felipe Balbi [151005 08:29]: > > On Mon, Oct 05, 2015 at 04:01:45AM -0700, Tony Lindgren wrote: > > > * Felipe Balbi [150929 13:48]: > > > > since now we can reuse __omap_sync32k_timer_init() > > > >

Re: [RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()

2015-10-05 Thread Felipe Balbi
On Mon, Oct 05, 2015 at 04:01:45AM -0700, Tony Lindgren wrote: > * Felipe Balbi [150929 13:48]: > > since now we can reuse __omap_sync32k_timer_init() > > for OMAP3-like devices, we can safely remove > > __omap_gptimer_init(). > > There are tons of boards out there that need to use

Re: [RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()

2015-10-05 Thread Tony Lindgren
* Felipe Balbi [151005 09:13]: > On Mon, Oct 05, 2015 at 09:02:25AM -0700, Tony Lindgren wrote: > > * Felipe Balbi [151005 08:29]: > > > On Mon, Oct 05, 2015 at 04:01:45AM -0700, Tony Lindgren wrote: > > > > * Felipe Balbi [150929 13:48]: > > > > >

[RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()

2015-09-29 Thread Felipe Balbi
since now we can reuse __omap_sync32k_timer_init() for OMAP3-like devices, we can safely remove __omap_gptimer_init(). Signed-off-by: Felipe Balbi --- arch/arm/mach-omap2/timer.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git