Re: [PATCH v3 4/4] clk: qcom: camcc: Add camera clock controller driver for SC7180

2020-11-06 Thread Geert Uytterhoeven
On Thu, Nov 5, 2020 at 5:52 AM Stephen Boyd wrote: > Quoting Taniya Das (2020-10-16 11:43:35) > > Add support for the camera clock controller found on SC7180 based devices. > > This would allow camera drivers to probe and control their clocks. > > > > Signed-off-by: Taniya Das > > --- > >

Re: [PATCH v3 4/4] clk: qcom: camcc: Add camera clock controller driver for SC7180

2020-11-04 Thread Stephen Boyd
Quoting Taniya Das (2020-10-16 11:43:35) > Add support for the camera clock controller found on SC7180 based devices. > This would allow camera drivers to probe and control their clocks. > > Signed-off-by: Taniya Das > --- Applied to clk-next with some minor fixups.

[PATCH v3 4/4] clk: qcom: camcc: Add camera clock controller driver for SC7180

2020-10-16 Thread Taniya Das
Add support for the camera clock controller found on SC7180 based devices. This would allow camera drivers to probe and control their clocks. Signed-off-by: Taniya Das --- drivers/clk/qcom/Kconfig|9 + drivers/clk/qcom/Makefile |1 + drivers/clk/qcom/camcc-sc7180.c | 1736