Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-30 Thread Marcin Wojtas
Hi Thomas, 2016-08-30 15:10 GMT+02:00 Thomas Petazzoni : > Hello, > > On Tue, 23 Aug 2016 08:26:48 +0200, Marcin Wojtas wrote: > >> diff --git a/drivers/clk/mvebu/cp110-system-controller.c >> b/drivers/clk/mvebu/cp110-system-controller.c >> index

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-30 Thread Marcin Wojtas
Hi Thomas, 2016-08-30 15:10 GMT+02:00 Thomas Petazzoni : > Hello, > > On Tue, 23 Aug 2016 08:26:48 +0200, Marcin Wojtas wrote: > >> diff --git a/drivers/clk/mvebu/cp110-system-controller.c >> b/drivers/clk/mvebu/cp110-system-controller.c >> index 7fa42d6..0835e1d 100644 >> ---

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-30 Thread Thomas Petazzoni
Hello, On Tue, 23 Aug 2016 08:26:48 +0200, Marcin Wojtas wrote: > diff --git a/drivers/clk/mvebu/cp110-system-controller.c > b/drivers/clk/mvebu/cp110-system-controller.c > index 7fa42d6..0835e1d 100644 > --- a/drivers/clk/mvebu/cp110-system-controller.c > +++

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-30 Thread Thomas Petazzoni
Hello, On Tue, 23 Aug 2016 08:26:48 +0200, Marcin Wojtas wrote: > diff --git a/drivers/clk/mvebu/cp110-system-controller.c > b/drivers/clk/mvebu/cp110-system-controller.c > index 7fa42d6..0835e1d 100644 > --- a/drivers/clk/mvebu/cp110-system-controller.c > +++

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-24 Thread Stephen Boyd
On 08/23, Marcin Wojtas wrote: > Armada CP110 system controller comprise its own routine responsble > for registering gate clocks. Among others 'flags' field in > struct clk_init_data was not set, using a random values, which > may cause an unpredicted behavior. > > This patch fixes the problem

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-24 Thread Stephen Boyd
On 08/23, Marcin Wojtas wrote: > Armada CP110 system controller comprise its own routine responsble > for registering gate clocks. Among others 'flags' field in > struct clk_init_data was not set, using a random values, which > may cause an unpredicted behavior. > > This patch fixes the problem

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-24 Thread Marcin Wojtas
HI Andrew, 2016-08-23 16:16 GMT+02:00 Andrew Lunn : > On Tue, Aug 23, 2016 at 08:26:48AM +0200, Marcin Wojtas wrote: >> Armada CP110 system controller comprise its own routine responsble >> for registering gate clocks. Among others 'flags' field in >> struct clk_init_data was not

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-24 Thread Marcin Wojtas
HI Andrew, 2016-08-23 16:16 GMT+02:00 Andrew Lunn : > On Tue, Aug 23, 2016 at 08:26:48AM +0200, Marcin Wojtas wrote: >> Armada CP110 system controller comprise its own routine responsble >> for registering gate clocks. Among others 'flags' field in >> struct clk_init_data was not set, using a

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-23 Thread Andrew Lunn
On Tue, Aug 23, 2016 at 08:26:48AM +0200, Marcin Wojtas wrote: > Armada CP110 system controller comprise its own routine responsble > for registering gate clocks. Among others 'flags' field in > struct clk_init_data was not set, using a random values, which > may cause an unpredicted behavior. >

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-23 Thread Andrew Lunn
On Tue, Aug 23, 2016 at 08:26:48AM +0200, Marcin Wojtas wrote: > Armada CP110 system controller comprise its own routine responsble > for registering gate clocks. Among others 'flags' field in > struct clk_init_data was not set, using a random values, which > may cause an unpredicted behavior. >

[PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-23 Thread Marcin Wojtas
Armada CP110 system controller comprise its own routine responsble for registering gate clocks. Among others 'flags' field in struct clk_init_data was not set, using a random values, which may cause an unpredicted behavior. This patch fixes the problem by setting CLK_IS_BASIC flag for all gated

[PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-23 Thread Marcin Wojtas
Armada CP110 system controller comprise its own routine responsble for registering gate clocks. Among others 'flags' field in struct clk_init_data was not set, using a random values, which may cause an unpredicted behavior. This patch fixes the problem by setting CLK_IS_BASIC flag for all gated