Re: [PATCH] timer: vt8500: Convert vt8500 to use CLKSRC_OF

2013-01-15 Thread Olof Johansson
On Tue, Jan 15, 2013 at 07:50:49PM +1300, Tony Prisk wrote: > This patch converts arch-vt8500 to make use of CLKSRC_OF. Doing so > removes the need for include/linux/vt8500_timer.h as vt8500_timer_init > no longer needs to be visible outside vt8500_timer.c > > Signed-off-by: Tony Prisk > --- > Hi

Re: [PATCH] timer: vt8500: Convert vt8500 to use CLKSRC_OF

2013-01-15 Thread Stephen Warren
On 01/14/2013 11:50 PM, Tony Prisk wrote: > This patch converts arch-vt8500 to make use of CLKSRC_OF. Doing so > removes the need for include/linux/vt8500_timer.h as vt8500_timer_init > no longer needs to be visible outside vt8500_timer.c Reviewed-by: Stephen Warren -- To unsubscribe from this li

[PATCH] timer: vt8500: Convert vt8500 to use CLKSRC_OF

2013-01-14 Thread Tony Prisk
This patch converts arch-vt8500 to make use of CLKSRC_OF. Doing so removes the need for include/linux/vt8500_timer.h as vt8500_timer_init no longer needs to be visible outside vt8500_timer.c Signed-off-by: Tony Prisk --- Hi Olof, Here is the fix as requested by Stephen Warren, based on vt8500/ti