<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/clk/qcom/Makefile, branch v6.6.134</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v6.6.134</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v6.6.134'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2023-08-11T17:50:38+00:00</updated>
<entry>
<title>clk: qcom: Add Global Clock controller (GCC) driver for IPQ5018</title>
<updated>2023-08-11T17:50:38+00:00</updated>
<author>
<name>Sricharan Ramabadhran</name>
<email>quic_srichara@quicinc.com</email>
</author>
<published>2023-07-28T08:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e3fdbef1bab8e372981c8cc4d8febbaa76c490b0'/>
<id>urn:sha1:e3fdbef1bab8e372981c8cc4d8febbaa76c490b0</id>
<content type='text'>
Add support for the global clock controller found on IPQ5018
based devices.

Acked-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;
Co-developed-by: Varadarajan Narayanan &lt;quic_varada@quicinc.com&gt;
Signed-off-by: Varadarajan Narayanan &lt;quic_varada@quicinc.com&gt;
Co-developed-by: Gokul Sriram Palanisamy &lt;quic_gokulsri@quicinc.com&gt;
Signed-off-by: Gokul Sriram Palanisamy &lt;quic_gokulsri@quicinc.com&gt;
Signed-off-by: Sricharan Ramabadhran &lt;quic_srichara@quicinc.com&gt;
Link: https://lore.kernel.org/r/1690533192-22220-3-git-send-email-quic_srichara@quicinc.com
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
</content>
</entry>
<entry>
<title>clk: qcom: drop lcc-mdm9615 in favour of lcc-msm8960</title>
<updated>2023-07-31T21:25:16+00:00</updated>
<author>
<name>Dmitry Baryshkov</name>
<email>dmitry.baryshkov@linaro.org</email>
</author>
<published>2023-05-12T21:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bac4675a4d1b80cd69eef311c6c112a88e5845f5'/>
<id>urn:sha1:bac4675a4d1b80cd69eef311c6c112a88e5845f5</id>
<content type='text'>
The two LCC drivers, msm8960 and mdm9615 are almost the same. The only
difference is the platform clock: msm8960/apq8064 use pxo, while mdm9615
uses cxo. Drop the lcc-mdm9615 in favour of using lcc-msm8960 instead.

Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;
Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Link: https://lore.kernel.org/r/20230512211727.3445575-6-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
</content>
</entry>
<entry>
<title>clk: qcom: Add lpass clock controller driver for SC8280XP</title>
<updated>2023-06-13T18:14:04+00:00</updated>
<author>
<name>Srinivas Kandagatla</name>
<email>srinivas.kandagatla@linaro.org</email>
</author>
<published>2023-06-08T12:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a5c9c3ba243ab9a7695b7125d06758f43952b58b'/>
<id>urn:sha1:a5c9c3ba243ab9a7695b7125d06758f43952b58b</id>
<content type='text'>
Add support for the lpass clock controller found on SC8280XP based devices.
This would allow lpass peripheral loader drivers to control the clocks and
bring the subsystems out of reset.

Currently this patch only supports resets as the Q6DSP is in control of
LPASS IP which manages most of the clocks via Q6PRM service on GPR rpmsg
channel.

Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;
Reviewed-by: Johan Hovold &lt;johan+linaro@kernel.org&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20230608125315.11454-4-srinivas.kandagatla@linaro.org
</content>
</entry>
<entry>
<title>clk: qcom: gpucc-sm8550: Add support for graphics clock controller</title>
<updated>2023-05-27T01:24:05+00:00</updated>
<author>
<name>Jagadeesh Kona</name>
<email>quic_jkona@quicinc.com</email>
</author>
<published>2023-05-24T18:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bfae40744b337928b1e65bf40efd91e715a5d808'/>
<id>urn:sha1:bfae40744b337928b1e65bf40efd91e715a5d808</id>
<content type='text'>
Add support for gpucc driver on SM8550, which provides clocks for the
graphics subsystem.

Co-developed-by: Taniya Das &lt;quic_tdas@quicinc.com&gt;
Signed-off-by: Taniya Das &lt;quic_tdas@quicinc.com&gt;
Signed-off-by: Jagadeesh Kona &lt;quic_jkona@quicinc.com&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20230524181800.28717-3-quic_jkona@quicinc.com
</content>
</entry>
<entry>
<title>clk: qcom: Add support for SM8450 GPUCC</title>
<updated>2023-05-27T01:23:24+00:00</updated>
<author>
<name>Konrad Dybcio</name>
<email>konrad.dybcio@linaro.org</email>
</author>
<published>2023-05-17T16:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=728692d49edce3cdc77be92f3c79a6c56f81e531'/>
<id>urn:sha1:728692d49edce3cdc77be92f3c79a6c56f81e531</id>
<content type='text'>
The GPUCC manages the clocks for the Adreno GPU found on the
sm8450 SoCs.

Signed-off-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20230517-topic-waipio-gpucc-v1-4-4f40e282af1d@linaro.org
</content>
</entry>
<entry>
<title>clk: qcom: Add GCC driver support for SDX75</title>
<updated>2023-05-25T04:47:17+00:00</updated>
<author>
<name>Imran Shaik</name>
<email>quic_imrashai@quicinc.com</email>
</author>
<published>2023-05-12T12:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=108cdc09b2dea5110533bba495b6953ca9c7c2a9'/>
<id>urn:sha1:108cdc09b2dea5110533bba495b6953ca9c7c2a9</id>
<content type='text'>
Add Global Clock Controller (GCC) support for SDX75 platform.

Signed-off-by: Imran Shaik &lt;quic_imrashai@quicinc.com&gt;
Signed-off-by: Taniya Das &lt;quic_tdas@quicinc.com&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20230512122347.1219-6-quic_tdas@quicinc.com
</content>
</entry>
<entry>
<title>clk: qcom: videocc-sm8550: Add video clock controller driver for SM8550</title>
<updated>2023-05-25T04:47:16+00:00</updated>
<author>
<name>Jagadeesh Kona</name>
<email>quic_jkona@quicinc.com</email>
</author>
<published>2023-05-24T14:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f53153a37969c185d51e388ad51a23807e2605a1'/>
<id>urn:sha1:f53153a37969c185d51e388ad51a23807e2605a1</id>
<content type='text'>
Add support for the video clock controller for video clients to be able
to request for videocc clocks on SM8550 platform.

Co-developed-by: Taniya Das &lt;quic_tdas@quicinc.com&gt;
Signed-off-by: Taniya Das &lt;quic_tdas@quicinc.com&gt;
Signed-off-by: Jagadeesh Kona &lt;quic_jkona@quicinc.com&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20230524145203.13153-4-quic_jkona@quicinc.com
</content>
</entry>
<entry>
<title>clk: qcom: videocc-sm8450: Add video clock controller driver for SM8450</title>
<updated>2023-05-25T04:47:16+00:00</updated>
<author>
<name>Taniya Das</name>
<email>quic_tdas@quicinc.com</email>
</author>
<published>2023-05-24T14:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=441fe711be3842552e32fe884bd9f47f170892cb'/>
<id>urn:sha1:441fe711be3842552e32fe884bd9f47f170892cb</id>
<content type='text'>
Add support for the video clock controller driver for peripheral clock
clients to be able to request for video cc clocks.

Signed-off-by: Taniya Das &lt;quic_tdas@quicinc.com&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20230524140656.7076-3-quic_tdas@quicinc.com
</content>
</entry>
<entry>
<title>clk: qcom: Introduce SM8350 VIDEOCC</title>
<updated>2023-05-25T04:47:16+00:00</updated>
<author>
<name>Konrad Dybcio</name>
<email>konrad.dybcio@linaro.org</email>
</author>
<published>2023-04-20T17:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=fd0b5b106fcab4b1127c72eb818e0e24f0447fc7'/>
<id>urn:sha1:fd0b5b106fcab4b1127c72eb818e0e24f0447fc7</id>
<content type='text'>
Add support for the Video Clock Controller found on the SM8350 SoC.

Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;
Signed-off-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20230413-topic-lahaina_vidcc-v4-2-86c714a66a81@linaro.org
</content>
</entry>
<entry>
<title>clk: qcom: add the GPUCC driver for sa8775p</title>
<updated>2023-04-14T03:36:09+00:00</updated>
<author>
<name>Shazad Hussain</name>
<email>quic_shazhuss@quicinc.com</email>
</author>
<published>2023-04-11T12:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0afa16afc36d0e462c7f815b0131d2e9013849ac'/>
<id>urn:sha1:0afa16afc36d0e462c7f815b0131d2e9013849ac</id>
<content type='text'>
Add the clock driver for the Qualcomm Graphics Clock control module.

Signed-off-by: Shazad Hussain &lt;quic_shazhuss@quicinc.com&gt;
[Bartosz: make ready for upstream]
Co-developed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;
Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;
Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;
Link: https://lore.kernel.org/r/20230411125910.401075-3-brgl@bgdev.pl
</content>
</entry>
</feed>
