Re: [PATCH v2] clk: qcom: Fix parent_map translations

2015-04-08 Thread Stephen Boyd
On 04/08/15 01:38, Nicolas Dechesne wrote: > On Tue, Apr 7, 2015 at 4:14 PM, Georgi Djakov > wrote: >> When we introduced the parent_map tables, we missed to update some >> of the functions where mapping is translated. Fix this. >> >> Signed-off-by: Georgi Djakov >> --- >> >> Changes since v1:

Re: [PATCH v2] clk: qcom: Fix parent_map translations

2015-04-08 Thread Nicolas Dechesne
On Tue, Apr 7, 2015 at 4:14 PM, Georgi Djakov wrote: > When we introduced the parent_map tables, we missed to update some > of the functions where mapping is translated. Fix this. > > Signed-off-by: Georgi Djakov > --- > > Changes since v1: > * Pass parent map to _freq_tbl_determine_rate()

Re: [PATCH v2] clk: qcom: Fix parent_map translations

2015-04-08 Thread Nicolas Dechesne
On Tue, Apr 7, 2015 at 4:14 PM, Georgi Djakov georgi.dja...@linaro.org wrote: When we introduced the parent_map tables, we missed to update some of the functions where mapping is translated. Fix this. Signed-off-by: Georgi Djakov georgi.dja...@linaro.org --- Changes since v1: * Pass

Re: [PATCH v2] clk: qcom: Fix parent_map translations

2015-04-08 Thread Stephen Boyd
On 04/08/15 01:38, Nicolas Dechesne wrote: On Tue, Apr 7, 2015 at 4:14 PM, Georgi Djakov georgi.dja...@linaro.org wrote: When we introduced the parent_map tables, we missed to update some of the functions where mapping is translated. Fix this. Signed-off-by: Georgi Djakov

[PATCH v2] clk: qcom: Fix parent_map translations

2015-04-07 Thread Georgi Djakov
When we introduced the parent_map tables, we missed to update some of the functions where mapping is translated. Fix this. Signed-off-by: Georgi Djakov --- Changes since v1: * Pass parent map to _freq_tbl_determine_rate() drivers/clk/qcom/clk-rcg.c | 26 --

[PATCH v2] clk: qcom: Fix parent_map translations

2015-04-07 Thread Georgi Djakov
When we introduced the parent_map tables, we missed to update some of the functions where mapping is translated. Fix this. Signed-off-by: Georgi Djakov georgi.dja...@linaro.org --- Changes since v1: * Pass parent map to _freq_tbl_determine_rate() drivers/clk/qcom/clk-rcg.c | 26