| #
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 ...
|
| #
3fff682d |
| 16-Feb-2026 |
Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com> |
pta: qcom_pas: Add support for ADSP
Add Peripheral Authentication Service (PAS) support for the Audio DSP (ADSP), enabling loading of the ADSP firmware image.
Authentication not done yet.
Initial
pta: qcom_pas: Add support for ADSP
Add Peripheral Authentication Service (PAS) support for the Audio 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 <jorge.ramirez@oss.qualcomm.com> Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
show more ...
|
| #
594035b1 |
| 16-Feb-2026 |
Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com> |
pta: qcom_pas: Add support for CDSP
Add Peripheral Authentication Service (PAS) support for the Compute DSP (CDSP), enabling loading of the CDSP firmware image.
Authentication not done yet.
Initia
pta: qcom_pas: Add support for CDSP
Add Peripheral Authentication Service (PAS) support for the Compute 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 <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 ...
|