Re: [PATCH v3 1/3] clk: mvebu: fix setting unwanted flags in CP110 gate clock

2016-09-23 Thread Stephen Boyd
On 09/21, Marcin Wojtas wrote: > Armada CP110 system controller comprises 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 v3 1/3] clk: mvebu: fix setting unwanted flags in CP110 gate clock

2016-09-23 Thread Stephen Boyd
On 09/21, Marcin Wojtas wrote: > Armada CP110 system controller comprises 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

[PATCH v3 1/3] clk: mvebu: fix setting unwanted flags in CP110 gate clock

2016-09-21 Thread Marcin Wojtas
Armada CP110 system controller comprises 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 resetting all fields of clk_init_data

[PATCH v3 1/3] clk: mvebu: fix setting unwanted flags in CP110 gate clock

2016-09-21 Thread Marcin Wojtas
Armada CP110 system controller comprises 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 resetting all fields of clk_init_data