History log of /optee_os/core/drivers/clk/qcom/sub.mk (Results 1 – 3 of 3)
Revision Date Author Comments
# ed9b177e 14-Apr-2026 Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>

clk: qcom: move PAS clock group to its own compilation unit

PAS clock configuration is conditionally compiled and platform-specific;
keeping it in the same file as the core clock setup adds unnecess

clk: qcom: move PAS clock group to its own compilation unit

PAS clock configuration is conditionally compiled and platform-specific;
keeping it in the same file as the core clock setup adds unnecessary
coupling and complicates maintenance.

No functional change.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>

show more ...


# 4be57ec2 13-Mar-2026 Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>

plat: qcom: kodiak: move clock definitions to platform header

Move Kodiak-specific GCC clock register offsets out of the generic
clock-qcom driver into a platform header.

Introduce clock_group_qcom

plat: qcom: kodiak: move clock definitions to platform header

Move Kodiak-specific GCC clock register offsets out of the generic
clock-qcom driver into a platform header.

Introduce clock_group_qcom.h under platform/kodiak to hold the clock
register offsets required by the driver and update the build system so
the platform include path is visible to the clock driver.

Also move the GCC MMIO mapping from plat-qcom/main.c into the clock
driver. This keeps the mapping local to the driver that consumes the
registers and avoids exposing platform clock registers globally during
platform initialization.

This change is a preparation step to support additional Qualcomm
platforms while keeping the common clock driver platform-agnostic.

No functional change intended.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>

show more ...


# 8444b75f 05-Feb-2026 Sumit Garg <sumit.garg@oss.qualcomm.com>

clk: Add initial clock framework for Qualcomm platforms

Add clock framework for Qualcomm platforms. Currently the support is
added for clocks related to WPSS subsystem on Kodiak SoC.

Co-developed-b

clk: Add initial clock framework for Qualcomm platforms

Add clock framework for Qualcomm platforms. Currently the support is
added for clocks related to WPSS subsystem on Kodiak SoC.

Co-developed-by: Casey Connolly <casey.connolly@linaro.org>
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
Signed-off-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Reviewed-by: Jorge Ramirez-Ortiz <jorge.rammirez@oss.qualcomm.com>

show more ...