Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-20 Thread Simon Horman
On Wed, Jun 19, 2013 at 02:58:01PM +0200, Laurent Pinchart wrote: > Hi Simon, > > On Wednesday 19 June 2013 21:31:23 Simon Horman wrote: > > On Tue, Jun 18, 2013 at 10:27:44PM +0900, Magnus Damm wrote: > > > On Tue, Jun 18, 2013 at 9:30 PM, Laurent Pinchart wrote: > > > > On Tuesday 18 June 2013 2

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-19 Thread Laurent Pinchart
Hi Simon, On Wednesday 19 June 2013 21:31:23 Simon Horman wrote: > On Tue, Jun 18, 2013 at 10:27:44PM +0900, Magnus Damm wrote: > > On Tue, Jun 18, 2013 at 9:30 PM, Laurent Pinchart wrote: > > > On Tuesday 18 June 2013 20:54:47 Magnus Damm wrote: > > >> On Tue, Jun 18, 2013 at 7:35 PM, Laurent Pin

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-19 Thread Simon Horman
On Tue, Jun 18, 2013 at 10:27:44PM +0900, Magnus Damm wrote: > Hi Laurent, > > On Tue, Jun 18, 2013 at 9:30 PM, Laurent Pinchart > wrote: > > Hi Magnus, > > > > On Tuesday 18 June 2013 20:54:47 Magnus Damm wrote: > >> On Tue, Jun 18, 2013 at 7:35 PM, Laurent Pinchart wrote: > >> > On Tuesday 18 J

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-18 Thread Magnus Damm
Hi Laurent, On Tue, Jun 18, 2013 at 9:30 PM, Laurent Pinchart wrote: > Hi Magnus, > > On Tuesday 18 June 2013 20:54:47 Magnus Damm wrote: >> On Tue, Jun 18, 2013 at 7:35 PM, Laurent Pinchart wrote: >> > On Tuesday 18 June 2013 14:39:38 Magnus Damm wrote: >> >> On Tue, Jun 18, 2013 at 3:37 AM, Lau

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-18 Thread Laurent Pinchart
Hi Magnus, On Tuesday 18 June 2013 20:54:47 Magnus Damm wrote: > On Tue, Jun 18, 2013 at 7:35 PM, Laurent Pinchart wrote: > > On Tuesday 18 June 2013 14:39:38 Magnus Damm wrote: > >> On Tue, Jun 18, 2013 at 3:37 AM, Laurent Pinchart wrote: > >> > On Monday 17 June 2013 15:40:52 Magnus Damm wrote:

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-18 Thread Magnus Damm
Hi Laurent, On Tue, Jun 18, 2013 at 7:35 PM, Laurent Pinchart wrote: > Hi Magnus, > > On Tuesday 18 June 2013 14:39:38 Magnus Damm wrote: >> On Tue, Jun 18, 2013 at 3:37 AM, Laurent Pinchart wrote: >> > On Monday 17 June 2013 15:40:52 Magnus Damm wrote: >> >> From: Magnus Damm >> >> >> >> Add su

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-18 Thread Laurent Pinchart
Hi Magnus, On Tuesday 18 June 2013 14:39:38 Magnus Damm wrote: > On Tue, Jun 18, 2013 at 3:37 AM, Laurent Pinchart wrote: > > On Monday 17 June 2013 15:40:52 Magnus Damm wrote: > >> From: Magnus Damm > >> > >> Add support for CMT hardware with 32-bit control and counter > >> registers, as found

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-17 Thread Magnus Damm
Hi Laurent, On Tue, Jun 18, 2013 at 3:37 AM, Laurent Pinchart wrote: > Hi Magnus, > > Thanks for the patch. > > On Monday 17 June 2013 15:40:52 Magnus Damm wrote: >> From: Magnus Damm >> >> Add support for CMT hardware with 32-bit control and counter >> registers, as found on r8a73a4 and r8a7790

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-17 Thread Laurent Pinchart
Hi Magnus, Thanks for the patch. On Monday 17 June 2013 15:40:52 Magnus Damm wrote: > From: Magnus Damm > > Add support for CMT hardware with 32-bit control and counter > registers, as found on r8a73a4 and r8a7790. To use the CMT > with 32-bit hardware a second I/O memory resource needs to > po

[PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-16 Thread Magnus Damm
From: Magnus Damm Add support for CMT hardware with 32-bit control and counter registers, as found on r8a73a4 and r8a7790. To use the CMT with 32-bit hardware a second I/O memory resource needs to point out the CMSTR register and it needs to be 32 bit wide. Signed-off-by: Magnus Damm --- Test