Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-07 Thread Amit Nischal
On 2018-05-05 08:44, Stephen Boyd wrote: Quoting Amit Nischal (2018-05-04 03:45:12) On 2018-05-02 12:53, Stephen Boyd wrote: > Quoting Amit Nischal (2018-04-30 09:20:10) >> + >> +static struct clk_branch gcc_disp_gpll0_clk_src = { >> + .halt_reg = 0x52004, >> + .halt_check =

Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-07 Thread Amit Nischal
On 2018-05-05 08:44, Stephen Boyd wrote: Quoting Amit Nischal (2018-05-04 03:45:12) On 2018-05-02 12:53, Stephen Boyd wrote: > Quoting Amit Nischal (2018-04-30 09:20:10) >> + >> +static struct clk_branch gcc_disp_gpll0_clk_src = { >> + .halt_reg = 0x52004, >> + .halt_check =

Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-04 Thread Stephen Boyd
Quoting Amit Nischal (2018-05-04 03:45:12) > On 2018-05-02 12:53, Stephen Boyd wrote: > > Quoting Amit Nischal (2018-04-30 09:20:10) > >> + > >> +static struct clk_branch gcc_disp_gpll0_clk_src = { > >> + .halt_reg = 0x52004, > >> + .halt_check = BRANCH_HALT_DELAY, > > > > What about

Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-04 Thread Stephen Boyd
Quoting Amit Nischal (2018-05-04 03:45:12) > On 2018-05-02 12:53, Stephen Boyd wrote: > > Quoting Amit Nischal (2018-04-30 09:20:10) > >> + > >> +static struct clk_branch gcc_disp_gpll0_clk_src = { > >> + .halt_reg = 0x52004, > >> + .halt_check = BRANCH_HALT_DELAY, > > > > What about

Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-04 Thread Amit Nischal
On 2018-05-02 12:53, Stephen Boyd wrote: Quoting Amit Nischal (2018-04-30 09:20:10) --- .../devicetree/bindings/clock/qcom,gcc.txt |1 + drivers/clk/qcom/Kconfig | 10 +- drivers/clk/qcom/Makefile |1 +

Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-04 Thread Amit Nischal
On 2018-05-02 12:53, Stephen Boyd wrote: Quoting Amit Nischal (2018-04-30 09:20:10) --- .../devicetree/bindings/clock/qcom,gcc.txt |1 + drivers/clk/qcom/Kconfig | 10 +- drivers/clk/qcom/Makefile |1 +

Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-02 Thread Stephen Boyd
Quoting Amit Nischal (2018-04-30 09:20:10) > --- > .../devicetree/bindings/clock/qcom,gcc.txt |1 + > drivers/clk/qcom/Kconfig | 10 +- > drivers/clk/qcom/Makefile |1 + > drivers/clk/qcom/gcc-sdm845.c |

Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-02 Thread Stephen Boyd
Quoting Amit Nischal (2018-04-30 09:20:10) > --- > .../devicetree/bindings/clock/qcom,gcc.txt |1 + > drivers/clk/qcom/Kconfig | 10 +- > drivers/clk/qcom/Makefile |1 + > drivers/clk/qcom/gcc-sdm845.c |

Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-01 Thread Rob Herring
On Mon, Apr 30, 2018 at 09:50:10PM +0530, Amit Nischal wrote: > From: Taniya Das > > Add support for the global clock controller found on SDM845 > based devices. This should allow most non-multimedia device > drivers to probe and control their clocks. > > Signed-off-by:

Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-05-01 Thread Rob Herring
On Mon, Apr 30, 2018 at 09:50:10PM +0530, Amit Nischal wrote: > From: Taniya Das > > Add support for the global clock controller found on SDM845 > based devices. This should allow most non-multimedia device > drivers to probe and control their clocks. > > Signed-off-by: Taniya Das >

[PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-04-30 Thread Amit Nischal
From: Taniya Das Add support for the global clock controller found on SDM845 based devices. This should allow most non-multimedia device drivers to probe and control their clocks. Signed-off-by: Taniya Das Signed-off-by: Amit Nischal

[PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

2018-04-30 Thread Amit Nischal
From: Taniya Das Add support for the global clock controller found on SDM845 based devices. This should allow most non-multimedia device drivers to probe and control their clocks. Signed-off-by: Taniya Das Signed-off-by: Amit Nischal --- .../devicetree/bindings/clock/qcom,gcc.txt |