Re: [PATCH V6] clk: qcom: Add spmi_pmic clock divider support

2017-11-21 Thread Tirupathi Reddy T
On 11/18/2017 5:26 AM, Stephen Boyd wrote: On 11/17, Tirupathi Reddy wrote: diff --git a/Documentation/devicetree/bindings/clock/clk-spmi-pmic-div.txt b/Documentation/devicetree/bindings/clock/clk-spmi-pmic-div.txt new file mode 100644 index 000..2cf2aba --- /dev/null +++ b/Documentation/d

Re: [PATCH V6] clk: qcom: Add spmi_pmic clock divider support

2017-11-21 Thread Tirupathi Reddy T
On 11/18/2017 1:52 AM, Rob Herring wrote: On Fri, Nov 17, 2017 at 03:18:47PM +0530, Tirupathi Reddy wrote: Clkdiv module provides a clock output on the PMIC with CXO as the source. This clock can be routed through PMIC GPIOs. Add a device driver to configure this clkdiv module. Signed-off-by:

Re: [PATCH V6] clk: qcom: Add spmi_pmic clock divider support

2017-11-17 Thread Stephen Boyd
On 11/17, Tirupathi Reddy wrote: > diff --git a/Documentation/devicetree/bindings/clock/clk-spmi-pmic-div.txt > b/Documentation/devicetree/bindings/clock/clk-spmi-pmic-div.txt > new file mode 100644 > index 000..2cf2aba > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/clk-spmi-p

Re: [PATCH V6] clk: qcom: Add spmi_pmic clock divider support

2017-11-17 Thread Rob Herring
On Fri, Nov 17, 2017 at 03:18:47PM +0530, Tirupathi Reddy wrote: > Clkdiv module provides a clock output on the PMIC with CXO as > the source. This clock can be routed through PMIC GPIOs. Add > a device driver to configure this clkdiv module. > > Signed-off-by: Tirupathi Reddy > Signed-off-by: St

[PATCH V6] clk: qcom: Add spmi_pmic clock divider support

2017-11-17 Thread Tirupathi Reddy
Clkdiv module provides a clock output on the PMIC with CXO as the source. This clock can be routed through PMIC GPIOs. Add a device driver to configure this clkdiv module. Signed-off-by: Tirupathi Reddy Signed-off-by: Stephen Boyd --- .../bindings/clock/clk-spmi-pmic-div.txt | 59 +++