Message ID | 20250111-topic-x1e_fixups-v1-0-77dc39237c12@oss.qualcomm.com (mailing list archive) |
---|---|
Headers | show |
Series | Some X1 fixups for sleep | expand |
On Sat, 11 Jan 2025 17:54:17 +0100, Konrad Dybcio wrote: > Found some trivial things that need fixing, with patch 1 specifically > the GPU is once again functional without clk_ignore_unused. > > This series DOES NOT fix all the issues related to sleep, but solves > real bugs that prevent us from achieving it. > > > [...] Applied, thanks! [1/2] clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK commit: 50d09211f99bec0cda785c7aaa1d985d236e1dc4 Best regards,
On Sat, 11 Jan 2025 17:54:17 +0100, Konrad Dybcio wrote: > Found some trivial things that need fixing, with patch 1 specifically > the GPU is once again functional without clk_ignore_unused. > > This series DOES NOT fix all the issues related to sleep, but solves > real bugs that prevent us from achieving it. > > > [...] Applied, thanks! [2/2] arm64: dts: qcom: x1e80100: Set CPU interconnect paths as ACTIVE_ONLY commit: d11a787f391f76b6a64a070f2386f69f2c9c9010 Best regards,
Found some trivial things that need fixing, with patch 1 specifically the GPU is once again functional without clk_ignore_unused. This series DOES NOT fix all the issues related to sleep, but solves real bugs that prevent us from achieving it. Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> --- Konrad Dybcio (2): clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK arm64: dts: qcom: x1e80100: Set CPU interconnect paths as ACTIVE_ONLY arch/arm64/boot/dts/qcom/x1e80100.dtsi | 236 ++++++++++++++++----------------- drivers/clk/qcom/gcc-x1e80100.c | 30 ----- 2 files changed, 118 insertions(+), 148 deletions(-) --- base-commit: 2b88851f583d3c4e40bcd40cfe1965241ec229dd change-id: 20250111-topic-x1e_fixups-90f8381f918b Best regards,