Re: [PATCH V3 1/2] clocksource: add common of_clksrc_init() function

2012-11-20 Thread Stephen Warren
On 11/20/2012 01:10 PM, Josh Cartwright wrote: > On Tue, Nov 20, 2012 at 12:20:05PM -0700, Stephen Warren wrote: >> From: Stephen Warren >> >> It is desirable to move all clocksource drivers to drivers/clocksource, >> yet each requires its own initialization function. We'd rather not >> pollute w

Re: [PATCH V3 1/2] clocksource: add common of_clksrc_init() function

2012-11-20 Thread Josh Cartwright
On Tue, Nov 20, 2012 at 12:20:05PM -0700, Stephen Warren wrote: > From: Stephen Warren > > It is desirable to move all clocksource drivers to drivers/clocksource, > yet each requires its own initialization function. We'd rather not > pollute with a header for each function. Instead, create a > s

Re: [PATCH V3 1/2] clocksource: add common of_clksrc_init() function

2012-11-20 Thread Stephen Warren
On 11/20/2012 12:31 PM, Thomas Petazzoni wrote: > Stephen, > > On Tue, 20 Nov 2012 12:20:05 -0700, Stephen Warren wrote: > >> It is desirable to move all clocksource drivers to drivers/clocksource, >> yet each requires its own initialization function. We'd rather not >> pollute with a header for

Re: [PATCH V3 1/2] clocksource: add common of_clksrc_init() function

2012-11-20 Thread Thomas Petazzoni
Stephen, On Tue, 20 Nov 2012 12:20:05 -0700, Stephen Warren wrote: > It is desirable to move all clocksource drivers to drivers/clocksource, > yet each requires its own initialization function. We'd rather not > pollute with a header for each function. Instead, create a > single of_clksrc_init()