Re: [PATCH v5] clk: qcom: Add display clock controller driver for SDM845

2018-08-01 Thread Stephen Boyd
Quoting Taniya Das (2018-07-23 03:54:35) > Add support for the display clock controller found on SDM845 > based devices. This would allow display drivers to probe and > control their clocks. > > Signed-off-by: Taniya Das > --- Applied to clk-next with removal of the rate cache flag.

Re: [PATCH v5] clk: qcom: Add display clock controller driver for SDM845

2018-07-27 Thread Taniya Das
On 7/27/2018 3:35 AM, Stephen Boyd wrote: Quoting Taniya Das (2018-07-23 03:54:35) Add support for the display clock controller found on SDM845 based devices. This would allow display drivers to probe and control their clocks. Signed-off-by: Taniya Das --- This is fine to merge as long as

Re: [PATCH v5] clk: qcom: Add display clock controller driver for SDM845

2018-07-26 Thread Stephen Boyd
Quoting Taniya Das (2018-07-23 03:54:35) > Add support for the display clock controller found on SDM845 > based devices. This would allow display drivers to probe and > control their clocks. > > Signed-off-by: Taniya Das > --- This is fine to merge as long as you're ok with removing the no rate

[PATCH v5] clk: qcom: Add display clock controller driver for SDM845

2018-07-23 Thread Taniya Das
Add support for the display clock controller found on SDM845 based devices. This would allow display drivers to probe and control their clocks. Signed-off-by: Taniya Das --- drivers/clk/qcom/Kconfig | 10 + drivers/clk/qcom/Makefile| 1 + drivers/clk/qcom/dispcc-sdm845.c | 687