Re: [RFC/PATCH-v4.2-rc6 4/5] arm: omap2: timer: simplify omap4_local_timer_init()

2015-08-12 Thread Felipe Balbi
On Wed, Aug 12, 2015 at 12:14:24AM -0700, Tony Lindgren wrote: > * Felipe Balbi [150810 14:44]: > > all users of omap4_local_timer_init() are already > > DT-only, so we can remove the check for having > > DTB or not. > > > > While at that, fix a typo in comment. > > We already have d1dabab2841d

Re: [RFC/PATCH-v4.2-rc6 4/5] arm: omap2: timer: simplify omap4_local_timer_init()

2015-08-12 Thread Tony Lindgren
* Felipe Balbi [150810 14:44]: > all users of omap4_local_timer_init() are already > DT-only, so we can remove the check for having > DTB or not. > > While at that, fix a typo in comment. We already have d1dabab2841d ("ARM: OMAP2+: Clean up omap4_local_timer_init") in Linux next reviewed-by you

[RFC/PATCH-v4.2-rc6 4/5] arm: omap2: timer: simplify omap4_local_timer_init()

2015-08-10 Thread Felipe Balbi
all users of omap4_local_timer_init() are already DT-only, so we can remove the check for having DTB or not. While at that, fix a typo in comment. Signed-off-by: Felipe Balbi --- arch/arm/mach-omap2/timer.c | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/ar