Re: [PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-29 Thread Simon Horman
On Wed, Oct 30, 2013 at 01:13:40AM +0100, Laurent Pinchart wrote: > Hi Simon, > > On Wednesday 30 October 2013 09:10:19 Simon Horman wrote: > > On Tue, Oct 29, 2013 at 10:55:05AM +0100, Laurent Pinchart wrote: > > > On Tuesday 29 October 2013 14:55:35 Simon Horman wrote: > > > > On Mon, Oct 28, 20

Re: [PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-29 Thread Laurent Pinchart
Hi Simon, On Wednesday 30 October 2013 09:10:19 Simon Horman wrote: > On Tue, Oct 29, 2013 at 10:55:05AM +0100, Laurent Pinchart wrote: > > On Tuesday 29 October 2013 14:55:35 Simon Horman wrote: > > > On Mon, Oct 28, 2013 at 11:49:18PM +0100, Laurent Pinchart wrote: > > > > Prepare the clock at p

Re: [PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-29 Thread Simon Horman
On Tue, Oct 29, 2013 at 10:55:05AM +0100, Laurent Pinchart wrote: > Hi Simon, > > On Tuesday 29 October 2013 14:55:35 Simon Horman wrote: > > On Mon, Oct 28, 2013 at 11:49:18PM +0100, Laurent Pinchart wrote: > > > Prepare the clock at probe time, as there is no other appropriate place > > > in the

Re: [PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-29 Thread Laurent Pinchart
Hi Simon, On Tuesday 29 October 2013 14:55:35 Simon Horman wrote: > On Mon, Oct 28, 2013 at 11:49:18PM +0100, Laurent Pinchart wrote: > > Prepare the clock at probe time, as there is no other appropriate place > > in the driver where we're allowed to sleep. > > > > Cc: Daniel Lezcano > > Cc: lin

Re: [PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-28 Thread Simon Horman
On Mon, Oct 28, 2013 at 11:49:18PM +0100, Laurent Pinchart wrote: > Prepare the clock at probe time, as there is no other appropriate place > in the driver where we're allowed to sleep. > > Cc: Daniel Lezcano > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Laurent Pinchart Thanks Laurent,

[PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-28 Thread Laurent Pinchart
Prepare the clock at probe time, as there is no other appropriate place in the driver where we're allowed to sleep. Cc: Daniel Lezcano Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart --- drivers/clocksource/sh_cmt.c | 20 1 file changed, 16 insertions(+), 4