Re: [PATCH v3 3/3] clk: qcom: Introduce parent_map tables

2015-04-01 Thread Georgi Djakov
On 1.04.15 17:22, Hai Li wrote: > Hi Djakov, > > Georgi Djakov linaro.org> writes: > >> >> In the current parent mapping code, we can get duplicate or > inconsistent >> indexes, which leads to discrepancy between the number of elements in > the >> array and the number of parents. Until now, th

Re: [PATCH v3 3/3] clk: qcom: Introduce parent_map tables

2015-04-01 Thread Hai Li
Hi Djakov, Georgi Djakov linaro.org> writes: > > In the current parent mapping code, we can get duplicate or inconsistent > indexes, which leads to discrepancy between the number of elements in the > array and the number of parents. Until now, this was solved with some > reordering but this i

[PATCH v3 3/3] clk: qcom: Introduce parent_map tables

2015-03-20 Thread Georgi Djakov
In the current parent mapping code, we can get duplicate or inconsistent indexes, which leads to discrepancy between the number of elements in the array and the number of parents. Until now, this was solved with some reordering but this is not always possible. This patch introduces index tables th