<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/clk/qcom/Kconfig, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/clk/qcom/Kconfig?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/clk/qcom/Kconfig?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2022-09-28T03:25:57Z</updated>
<entry>
<title>clk: qcom: Add global clock controller driver for SM6375</title>
<updated>2022-09-28T03:25:57Z</updated>
<author>
<name>Konrad Dybcio</name>
<email>konrad.dybcio@somainline.org</email>
</author>
<published>2022-09-21T00:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=184fdd873d83bfcfdd25310ae3f2d7eb8dc5224a'/>
<id>urn:sha1:184fdd873d83bfcfdd25310ae3f2d7eb8dc5224a</id>
<content type='text'>
Add support for the global clock controller found on SM6375.

Signed-off-by: Konrad Dybcio &lt;konrad.dybcio@somainline.org&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20220921001303.56151-3-konrad.dybcio@somainline.org
</content>
</entry>
<entry>
<title>clk: qcom: Add SC8280XP GPU clock controller</title>
<updated>2022-09-27T17:07:30Z</updated>
<author>
<name>Bjorn Andersson</name>
<email>bjorn.andersson@linaro.org</email>
</author>
<published>2022-09-26T17:30:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=e55d937d8cf391c1fb9afad296948b3697ad96f7'/>
<id>urn:sha1:e55d937d8cf391c1fb9afad296948b3697ad96f7</id>
<content type='text'>
Add driver for the GPU clock controller in the Qualcomm SC8280XP
platform.

Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;
Reviewed-by: Konrad Dybcio &lt;konrad.dybcio@somainline.org&gt;
[bjorn: Included kernel.h and lower-cased hex numbers]
Signed-off-by: Bjorn Andersson &lt;quic_bjorande@quicinc.com&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20220926173025.4747-3-quic_bjorande@quicinc.com
</content>
</entry>
<entry>
<title>clk: qcom: Add support for Display Clock Controller on SM8450</title>
<updated>2022-09-27T03:17:14Z</updated>
<author>
<name>Dmitry Baryshkov</name>
<email>dmitry.baryshkov@linaro.org</email>
</author>
<published>2022-09-08T22:28:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=16fb89f92ec4412ac49ddca64944d5f72e063f69'/>
<id>urn:sha1:16fb89f92ec4412ac49ddca64944d5f72e063f69</id>
<content type='text'>
Add support for the dispcc on Qualcomm SM8450 platform.

Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20220908222850.3552050-4-dmitry.baryshkov@linaro.org
</content>
</entry>
<entry>
<title>clk: qcom: Add display clock controller driver for SM6115</title>
<updated>2022-09-27T03:17:13Z</updated>
<author>
<name>Adam Skladowski</name>
<email>a39.skl@gmail.com</email>
</author>
<published>2022-09-11T16:46:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9b518788631cf7bc2b10d3967fd2343d1c88d65c'/>
<id>urn:sha1:9b518788631cf7bc2b10d3967fd2343d1c88d65c</id>
<content type='text'>
Add support for the display clock controller found in SM6115/SM4250
based devices. This clock controller feeds the Multimedia Display
SubSystem (MDSS).
This driver is based upon one submitted for QCM2290.

Signed-off-by: Adam Skladowski &lt;a39.skl@gmail.com&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20220911164635.182973-3-a39.skl@gmail.com
</content>
</entry>
<entry>
<title>clk: qcom: Add driver for MSM8909 GCC</title>
<updated>2022-09-14T03:07:25Z</updated>
<author>
<name>Stephan Gerhold</name>
<email>stephan.gerhold@kernkonzept.com</email>
</author>
<published>2022-07-06T13:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=bf37a05744ebc6a488e3cfd3ec6d502d626740cc'/>
<id>urn:sha1:bf37a05744ebc6a488e3cfd3ec6d502d626740cc</id>
<content type='text'>
The Global Clock Controller (GCC) in the MSM8909 SoC provides clocks,
resets and power domains for the various hardware blocks in the SoC.
Add a driver for it to make it possible to enable additional
functionality for the SoC.

Work on this driver was originally started independently by Dominik,
I picked it up and added missing clocks/resets, as well as various
cleanup to bring it into shape for mainline.

Co-developed-by: Dominik Kobinski &lt;dominikkobinski314@gmail.com&gt;
Signed-off-by: Dominik Kobinski &lt;dominikkobinski314@gmail.com&gt;
Signed-off-by: Stephan Gerhold &lt;stephan.gerhold@kernkonzept.com&gt;
Reviewed-by: Konrad Dybcio &lt;konrad.dybcio@somainline.org&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20220706134132.3623415-3-stephan.gerhold@kernkonzept.com
</content>
</entry>
<entry>
<title>clk: qcom: gcc-sdm845: add sdm670 global clock data</title>
<updated>2022-09-14T02:20:34Z</updated>
<author>
<name>Richard Acayan</name>
<email>mailingradian@gmail.com</email>
</author>
<published>2022-09-14T01:39:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=ae66b1fe48e2dd91229f2b8f25295bce629382d0'/>
<id>urn:sha1:ae66b1fe48e2dd91229f2b8f25295bce629382d0</id>
<content type='text'>
The Snapdragon 670 adds and removes some clocks, adds new frequencies, and
adds a new GPLL (Global Phase-Locked Loop) in reference to SDM845, while
also removing some GDSCs. Despite these differences, there are many
similarities with SDM670. Add data for SDM670 in the driver for SDM845 to
reuse the most of the clock data.

Advantages and disadvantages of this approach:
 + maintenance applies to both sdm670 and sdm845 by default
 + less duplicate code (clocks) means smaller distro/pre-built kernels
   with all drivers enabled
 - clocks for both SoC's must be compiled if the user wants clocks for one
   specific SoC (both or none)
 - additional testing needed for sdm845 devices

Link: https://android.googlesource.com/kernel/msm/+/443bd8d6e2cf54698234c752e6de97b4b8a528bd%5E%21/#F10
Signed-off-by: Richard Acayan &lt;mailingradian@gmail.com&gt;
Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20220914013922.198778-4-mailingradian@gmail.com
</content>
</entry>
<entry>
<title>clk: qcom: sm6115: Select QCOM_GDSC</title>
<updated>2022-09-13T21:20:37Z</updated>
<author>
<name>Dang Huynh</name>
<email>danct12@riseup.net</email>
</author>
<published>2022-09-10T17:02:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=50ee65dc512b9b5c4de354cf3b4dded34f46c571'/>
<id>urn:sha1:50ee65dc512b9b5c4de354cf3b4dded34f46c571</id>
<content type='text'>
While working on the Fxtec Pro1X device, this error shows up with
my own minimal configuration:

gcc-sm6115: probe of 1400000.clock-controller failed with error -38

The clock driver depends on CONFIG_QCOM_GDSC and after enabling
that, the driver probes successfully.

Signed-off-by: Dang Huynh &lt;danct12@riseup.net&gt;
Fixes: cbe63bfdc54f ("clk: qcom: Add Global Clock controller (GCC)
Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20220910170207.1592220-1-danct12@riseup.net
</content>
</entry>
<entry>
<title>clk: qcom: add support for SM8350 DISPCC</title>
<updated>2022-07-06T20:20:59Z</updated>
<author>
<name>Jonathan Marek</name>
<email>jonathan@marek.ca</email>
</author>
<published>2022-07-06T15:43:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=205737fe3345a41a57fbdb3fbd8409421d43e482'/>
<id>urn:sha1:205737fe3345a41a57fbdb3fbd8409421d43e482</id>
<content type='text'>
Add support to the SM8350 display clock controller by extending the SM8250
display clock controller, which is almost identical but has some minor
differences.

Signed-off-by: Jonathan Marek &lt;jonathan@marek.ca&gt;
Signed-off-by: Robert Foss &lt;robert.foss@linaro.org&gt;
Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Reviewed-by: Vinod Koul &lt;vkoul@kernel.org&gt;
Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;
Link: https://lore.kernel.org/r/20220706154337.2026269-5-robert.foss@linaro.org
</content>
</entry>
<entry>
<title>clk: qcom: add support for SM8350 GPUCC</title>
<updated>2022-07-06T20:20:59Z</updated>
<author>
<name>Robert Foss</name>
<email>robert.foss@linaro.org</email>
</author>
<published>2022-07-06T15:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=160758b05ab1679dae83c7facf312b60dd263308'/>
<id>urn:sha1:160758b05ab1679dae83c7facf312b60dd263308</id>
<content type='text'>
The GPUCC manages the clocks for the Adreno GPU found on the
sm8350 SoCs.

Signed-off-by: Robert Foss &lt;robert.foss@linaro.org&gt;
Signed-off-by: Jonathan Marek &lt;jonathan@marek.ca&gt;
Reviewed-by: Vinod Koul &lt;vkoul@kernel.org&gt;
Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;
Link: https://lore.kernel.org/r/20220706154337.2026269-3-robert.foss@linaro.org
</content>
</entry>
<entry>
<title>clk: qcom: add camera clock controller driver for SM8450 SoC</title>
<updated>2022-07-06T20:20:59Z</updated>
<author>
<name>Vladimir Zapolskiy</name>
<email>vladimir.zapolskiy@linaro.org</email>
</author>
<published>2022-07-01T06:27:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=6082037fe62eb17aa3029fd5524fe3b02223f48b'/>
<id>urn:sha1:6082037fe62eb17aa3029fd5524fe3b02223f48b</id>
<content type='text'>
Add  camera clock controller driver found on Qualcomm SM8450 SoC.

Reviewed-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;
Signed-off-by: Vladimir Zapolskiy &lt;vladimir.zapolskiy@linaro.org&gt;
Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;
Link: https://lore.kernel.org/r/20220701062744.2757931-1-vladimir.zapolskiy@linaro.org
</content>
</entry>
</feed>
