<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in clock-qcom.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>ed9b177e198fdd4423c69ace34e6d362717d25a1 - clk: qcom: move PAS clock group to its own compilation unit</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/optee_os/core/drivers/clk/qcom/clock-qcom.c#ed9b177e198fdd4423c69ace34e6d362717d25a1</link>
        <description>clk: qcom: move PAS clock group to its own compilation unitPAS clock configuration is conditionally compiled and platform-specific;keeping it in the same file as the core clock setup adds unnecessarycoupling and complicates maintenance.No functional change.Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez@oss.qualcomm.com&gt;Reviewed-by: Sumit Garg &lt;sumit.garg@oss.qualcomm.com&gt;

            List of files:
            /optee_os/core/drivers/clk/qcom/clock-qcom.c</description>
        <pubDate>Tue, 14 Apr 2026 09:40:54 +0000</pubDate>
        <dc:creator>Jorge Ramirez-Ortiz &lt;jorge.ramirez@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>3fff682db353e498d04ce24d0d4a1f1a6d42e9c3 - pta: qcom_pas: Add support for ADSP</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/optee_os/core/drivers/clk/qcom/clock-qcom.c#3fff682db353e498d04ce24d0d4a1f1a6d42e9c3</link>
        <description>pta: qcom_pas: Add support for ADSPAdd Peripheral Authentication Service (PAS) support for theAudio DSP (ADSP), enabling loading of the ADSP firmware image.Authentication not done yet.Initial validation used https://github.com/qualcomm/fastrpc.git(all tests pass)Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez@oss.qualcomm.com&gt;Reviewed-by: Sumit Garg &lt;sumit.garg@oss.qualcomm.com&gt;

            List of files:
            /optee_os/core/drivers/clk/qcom/clock-qcom.c</description>
        <pubDate>Mon, 16 Feb 2026 17:32:33 +0000</pubDate>
        <dc:creator>Jorge Ramirez-Ortiz &lt;jorge.ramirez@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>594035b1ea9000909b973ffa6aeb842e2fdc9aa3 - pta: qcom_pas: Add support for CDSP</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/optee_os/core/drivers/clk/qcom/clock-qcom.c#594035b1ea9000909b973ffa6aeb842e2fdc9aa3</link>
        <description>pta: qcom_pas: Add support for CDSPAdd Peripheral Authentication Service (PAS) support for theCompute DSP (CDSP), enabling loading of the CDSP firmware image.Authentication not done yet.Initial validation used https://github.com/qualcomm/fastrpc.git(all tests pass)Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez@oss.qualcomm.com&gt;Reviewed-by: Sumit Garg &lt;sumit.garg@oss.qualcomm.com&gt;

            List of files:
            /optee_os/core/drivers/clk/qcom/clock-qcom.c</description>
        <pubDate>Mon, 16 Feb 2026 17:16:23 +0000</pubDate>
        <dc:creator>Jorge Ramirez-Ortiz &lt;jorge.ramirez@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>4be57ec2e1ca2e33fbba89cdde8961b108b93447 - plat: qcom: kodiak: move clock definitions to platform header</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/optee_os/core/drivers/clk/qcom/clock-qcom.c#4be57ec2e1ca2e33fbba89cdde8961b108b93447</link>
        <description>plat: qcom: kodiak: move clock definitions to platform headerMove Kodiak-specific GCC clock register offsets out of the genericclock-qcom driver into a platform header.Introduce clock_group_qcom.h under platform/kodiak to hold the clockregister offsets required by the driver and update the build system sothe platform include path is visible to the clock driver.Also move the GCC MMIO mapping from plat-qcom/main.c into the clockdriver. This keeps the mapping local to the driver that consumes theregisters and avoids exposing platform clock registers globally duringplatform initialization.This change is a preparation step to support additional Qualcommplatforms while keeping the common clock driver platform-agnostic.No functional change intended.Signed-off-by: Jorge Ramirez-Ortiz &lt;jorge.ramirez@oss.qualcomm.com&gt;Reviewed-by: Sumit Garg &lt;sumit.garg@oss.qualcomm.com&gt;

            List of files:
            /optee_os/core/drivers/clk/qcom/clock-qcom.c</description>
        <pubDate>Fri, 13 Mar 2026 19:41:55 +0000</pubDate>
        <dc:creator>Jorge Ramirez-Ortiz &lt;jorge.ramirez@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>8444b75f31c61aedf5e61cfc21604f85712a89fb - clk: Add initial clock framework for Qualcomm platforms</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/optee_os/core/drivers/clk/qcom/clock-qcom.c#8444b75f31c61aedf5e61cfc21604f85712a89fb</link>
        <description>clk: Add initial clock framework for Qualcomm platformsAdd clock framework for Qualcomm platforms. Currently the support isadded for clocks related to WPSS subsystem on Kodiak SoC.Co-developed-by: Casey Connolly &lt;casey.connolly@linaro.org&gt;Signed-off-by: Casey Connolly &lt;casey.connolly@linaro.org&gt;Signed-off-by: Sumit Garg &lt;sumit.garg@oss.qualcomm.com&gt;Reviewed-by: Jorge Ramirez-Ortiz &lt;jorge.rammirez@oss.qualcomm.com&gt;

            List of files:
            /optee_os/core/drivers/clk/qcom/clock-qcom.c</description>
        <pubDate>Thu, 05 Feb 2026 11:11:33 +0000</pubDate>
        <dc:creator>Sumit Garg &lt;sumit.garg@oss.qualcomm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
