Re: [PATCH v1] clk: qcom: Add support for regmap clock dividers

2014-10-03 Thread Georgi Djakov
On 10/02/2014 09:11 PM, Stephen Boyd wrote: On 09/30/14 10:20, Georgi Djakov wrote: This patch expands the regmap support to allow registration of clock dividers. It just prepares for the introduction of a clkdiv driver, that will be in a separate patch. Such dividers are found in the

Re: [PATCH v1] clk: qcom: Add support for regmap clock dividers

2014-10-03 Thread Stephen Boyd
On 10/03/14 08:13, Georgi Djakov wrote: On 10/02/2014 09:11 PM, Stephen Boyd wrote: On 09/30/14 10:20, Georgi Djakov wrote: +unsigned long parent_rate) +{ +struct clk_regmap *rclk = to_clk_regmap(hw); +struct clkdiv_regmap *clkdiv =

Re: [PATCH v1] clk: qcom: Add support for regmap clock dividers

2014-10-02 Thread Stephen Boyd
On 09/30/14 10:20, Georgi Djakov wrote: This patch expands the regmap support to allow registration of clock dividers. It just prepares for the introduction of a clkdiv driver, that will be in a separate patch. Such dividers are found in the Qualcomm PMIC chips such as PM8941, PMA8084 and

Re: [PATCH v1] clk: qcom: Add support for regmap clock dividers

2014-10-02 Thread Kumar Gala
On Oct 2, 2014, at 1:11 PM, Stephen Boyd sb...@codeaurora.org wrote: On 09/30/14 10:20, Georgi Djakov wrote: This patch expands the regmap support to allow registration of clock dividers. It just prepares for the introduction of a clkdiv driver, that will be in a separate patch. Such

Re: [PATCH v1] clk: qcom: Add support for regmap clock dividers

2014-10-02 Thread Stephen Boyd
On 10/02/14 12:51, Kumar Gala wrote: On Oct 2, 2014, at 1:11 PM, Stephen Boyd sb...@codeaurora.org wrote: On 09/30/14 10:20, Georgi Djakov wrote: This patch expands the regmap support to allow registration of clock dividers. It just prepares for the introduction of a clkdiv driver, that will

[PATCH v1] clk: qcom: Add support for regmap clock dividers

2014-09-30 Thread Georgi Djakov
This patch expands the regmap support to allow registration of clock dividers. It just prepares for the introduction of a clkdiv driver, that will be in a separate patch. Such dividers are found in the Qualcomm PMIC chips such as PM8941, PMA8084 and others. Signed-off-by: Georgi Djakov