Re: [PATCH v2 1/5] clk: qcom: Add support for read-only rcg2 ops

2015-06-05 Thread Stephen Boyd
On 06/05, Georgi Djakov wrote: > Some root clock generators can be controlled by other processors. In this > case modifying them is not recommended. By using the read-only operations, > the child clocks will be able to get information about their parent - like > rate etc. > > Suggested-by: Stephen

[PATCH v2 1/5] clk: qcom: Add support for read-only rcg2 ops

2015-06-05 Thread Georgi Djakov
Some root clock generators can be controlled by other processors. In this case modifying them is not recommended. By using the read-only operations, the child clocks will be able to get information about their parent - like rate etc. Suggested-by: Stephen Boyd Signed-off-by: Georgi Djakov --- d