]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: gcc: Add global clock controller driver for SM8250
authorTaniya Das <tdas@codeaurora.org>
Mon, 24 Feb 2020 04:50:03 +0000 (10:20 +0530)
committerStephen Boyd <sboyd@kernel.org>
Mon, 9 Mar 2020 22:14:57 +0000 (15:14 -0700)
commit936844579bc2bafbe62adcb7c54d116966c33739
tree67e5e75dedbfe03689a05dfb225938a69aa72b88
parent53c45edecb1bc0506f913cf626440b1107619dc0
clk: qcom: gcc: Add global clock controller driver for SM8250

Add the clocks supported in global clock controller, which clock the
peripherals like BLSPs, SDCC, USB, MDSS etc. Register all the clocks
to the clock framework for the clients to be able to request for them.

Signed-off-by: Taniya Das <tdas@codeaurora.org>
Signed-off-by: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lkml.kernel.org/r/20200224045003.3783838-6-vkoul@kernel.org
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/gcc-sm8250.c [new file with mode: 0644]