Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2014-01-06 Thread Simon Horman
On Mon, Dec 23, 2013 at 05:00:36PM +0900, Simon Horman wrote: > On Sun, Dec 22, 2013 at 10:41:03PM -0800, Mike Turquette wrote: > > Quoting Simon Horman (2013-12-01 18:25:51) > > > On Tue, Oct 29, 2013 at 01:42:41PM +0900, Simon Horman wrote: > > > > On Wed, Oct 09, 2013 at 07:39:18PM +0900, Simon

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-12-23 Thread Simon Horman
On Sun, Dec 22, 2013 at 10:41:03PM -0800, Mike Turquette wrote: > Quoting Simon Horman (2013-12-01 18:25:51) > > On Tue, Oct 29, 2013 at 01:42:41PM +0900, Simon Horman wrote: > > > On Wed, Oct 09, 2013 at 07:39:18PM +0900, Simon Horman wrote: > > > > On Wed, Oct 09, 2013 at 04:29:56PM +0900, Magnus

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-12-22 Thread Mike Turquette
Quoting Simon Horman (2013-12-01 18:25:51) > On Tue, Oct 29, 2013 at 01:42:41PM +0900, Simon Horman wrote: > > On Wed, Oct 09, 2013 at 07:39:18PM +0900, Simon Horman wrote: > > > On Wed, Oct 09, 2013 at 04:29:56PM +0900, Magnus Damm wrote: > > > > Hi Simon, > > > > > > > > On Wed, Oct 9, 2013 at 3

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-12-01 Thread Simon Horman
On Tue, Oct 29, 2013 at 01:42:41PM +0900, Simon Horman wrote: > On Wed, Oct 09, 2013 at 07:39:18PM +0900, Simon Horman wrote: > > On Wed, Oct 09, 2013 at 04:29:56PM +0900, Magnus Damm wrote: > > > Hi Simon, > > > > > > On Wed, Oct 9, 2013 at 3:54 PM, Simon Horman wrote: > > > > On Wed, Oct 09, 20

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-28 Thread Simon Horman
On Wed, Oct 09, 2013 at 07:39:18PM +0900, Simon Horman wrote: > On Wed, Oct 09, 2013 at 04:29:56PM +0900, Magnus Damm wrote: > > Hi Simon, > > > > On Wed, Oct 9, 2013 at 3:54 PM, Simon Horman wrote: > > > On Wed, Oct 09, 2013 at 01:59:46PM +0900, Magnus Damm wrote: > > >> Hi Simon, > > >> > > >>

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-09 Thread Simon Horman
On Wed, Oct 09, 2013 at 04:29:56PM +0900, Magnus Damm wrote: > Hi Simon, > > On Wed, Oct 9, 2013 at 3:54 PM, Simon Horman wrote: > > On Wed, Oct 09, 2013 at 01:59:46PM +0900, Magnus Damm wrote: > >> Hi Simon, > >> > >> On Wed, Oct 9, 2013 at 12:40 PM, Simon Horman wrote: > >> > On Tue, Oct 08, 2

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-09 Thread Magnus Damm
Hi Simon, On Wed, Oct 9, 2013 at 3:54 PM, Simon Horman wrote: > On Wed, Oct 09, 2013 at 01:59:46PM +0900, Magnus Damm wrote: >> Hi Simon, >> >> On Wed, Oct 9, 2013 at 12:40 PM, Simon Horman wrote: >> > On Tue, Oct 08, 2013 at 02:34:03PM +0900, takas...@ops.dti.ne.jp wrote: >> >> Use common clock

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-08 Thread Simon Horman
On Wed, Oct 09, 2013 at 01:59:46PM +0900, Magnus Damm wrote: > Hi Simon, > > On Wed, Oct 9, 2013 at 12:40 PM, Simon Horman wrote: > > On Tue, Oct 08, 2013 at 02:34:03PM +0900, takas...@ops.dti.ne.jp wrote: > >> Use common clock framework version of clock > >> drivers/clk/shmobile/clk-emev2.c > >

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-08 Thread Magnus Damm
Hi Simon, On Wed, Oct 9, 2013 at 12:40 PM, Simon Horman wrote: > On Tue, Oct 08, 2013 at 02:34:03PM +0900, takas...@ops.dti.ne.jp wrote: >> Use common clock framework version of clock >> drivers/clk/shmobile/clk-emev2.c >> instead of sh-clkfwk version >> arch/arm/mach-shmobile/clock-emev2.c >>

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-08 Thread Simon Horman
On Tue, Oct 08, 2013 at 02:34:03PM +0900, takas...@ops.dti.ne.jp wrote: > Use common clock framework version of clock > drivers/clk/shmobile/clk-emev2.c > instead of sh-clkfwk version > arch/arm/mach-shmobile/clock-emev2.c > when it is configured as a part of multi-platform. > > Signed-off-by: T

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-07 Thread Magnus Damm
On Tue, Oct 8, 2013 at 2:34 PM, wrote: > Use common clock framework version of clock > drivers/clk/shmobile/clk-emev2.c > instead of sh-clkfwk version > arch/arm/mach-shmobile/clock-emev2.c > when it is configured as a part of multi-platform. > > Signed-off-by: Takashi Yoshii > --- > arch/arm

[PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-07 Thread takasi-y
Use common clock framework version of clock drivers/clk/shmobile/clk-emev2.c instead of sh-clkfwk version arch/arm/mach-shmobile/clock-emev2.c when it is configured as a part of multi-platform. Signed-off-by: Takashi Yoshii --- arch/arm/mach-shmobile/board-kzm9d-reference.c | 5 ++--- 1 file c