Re: [PATCH] clk: add helper to set flags for clk-provider

2013-04-08 Thread Sebastian Hesselbarth
On 04/08/2013 05:59 AM, Mike Turquette wrote: Quoting Sebastian Hesselbarth (2013-04-04 22:22:12) Clock providers are not allowed to mess with struct clk internals directly but using helpers provided by clk-provider.h. This patch adds a helper to allow to set flags of a clock after

Re: [PATCH] clk: add helper to set flags for clk-provider

2013-04-08 Thread Sebastian Hesselbarth
On 04/08/2013 05:59 AM, Mike Turquette wrote: Quoting Sebastian Hesselbarth (2013-04-04 22:22:12) Clock providers are not allowed to mess with struct clk internals directly but using helpers provided by clk-provider.h. This patch adds a helper to allow to set flags of a clock after

Re: [PATCH] clk: add helper to set flags for clk-provider

2013-04-07 Thread Mike Turquette
Quoting Sebastian Hesselbarth (2013-04-04 22:22:12) > Clock providers are not allowed to mess with struct clk internals directly > but using helpers provided by clk-provider.h. This patch adds a helper to > allow to set flags of a clock after registration. This is useful, if clock > flags change

Re: [PATCH] clk: add helper to set flags for clk-provider

2013-04-07 Thread Mike Turquette
Quoting Sebastian Hesselbarth (2013-04-04 22:22:12) Clock providers are not allowed to mess with struct clk internals directly but using helpers provided by clk-provider.h. This patch adds a helper to allow to set flags of a clock after registration. This is useful, if clock flags change

[PATCH] clk: add helper to set flags for clk-provider

2013-04-04 Thread Sebastian Hesselbarth
Clock providers are not allowed to mess with struct clk internals directly but using helpers provided by clk-provider.h. This patch adds a helper to allow to set flags of a clock after registration. This is useful, if clock flags change during runtime, e.g. ability to set parent clock after mux

[PATCH] clk: add helper to set flags for clk-provider

2013-04-04 Thread Sebastian Hesselbarth
Clock providers are not allowed to mess with struct clk internals directly but using helpers provided by clk-provider.h. This patch adds a helper to allow to set flags of a clock after registration. This is useful, if clock flags change during runtime, e.g. ability to set parent clock after mux