[PATCH v2 0/2] Remove apss_dbg clock from IPQ5424 gcc driver

Manikanta Mylavarapu posted 2 patches 1 year ago
drivers/clk/qcom/gcc-ipq5424.c               | 19 -------------------
include/dt-bindings/clock/qcom,ipq5424-gcc.h |  1 -
2 files changed, 20 deletions(-)
[PATCH v2 0/2] Remove apss_dbg clock from IPQ5424 gcc driver
Posted by Manikanta Mylavarapu 1 year ago
The gcc_apss_dbg clk is access protected by trust zone, and accessing
it results in a kernel crash. Therefore remove the gcc_apss_dbg_clk
from gcc driver and dt-bindings.

Changes in V2:
	- Fixed all review comments from Krzysztof Kozlowski.
	- Patches were re-ordered to ensure each patch is bisectable.
	- Detailed change logs are added to the respective patches.

V1 can be found at:
https://lore.kernel.org/linux-arm-msm/20241205064037.1960323-1-quic_mmanikan@quicinc.com/

Manikanta Mylavarapu (2):
  clk: qcom: ipq5424: remove apss_dbg clock
  dt-bindings: clock: qcom: gcc-ipq5424: remove apss_dbg clock macro

 drivers/clk/qcom/gcc-ipq5424.c               | 19 -------------------
 include/dt-bindings/clock/qcom,ipq5424-gcc.h |  1 -
 2 files changed, 20 deletions(-)


base-commit: e25c8d66f6786300b680866c0e0139981273feba
-- 
2.34.1
Re: [PATCH v2 0/2] Remove apss_dbg clock from IPQ5424 gcc driver
Posted by Bjorn Andersson 11 months, 2 weeks ago
On Tue, 17 Dec 2024 17:09:07 +0530, Manikanta Mylavarapu wrote:
> The gcc_apss_dbg clk is access protected by trust zone, and accessing
> it results in a kernel crash. Therefore remove the gcc_apss_dbg_clk
> from gcc driver and dt-bindings.
> 
> Changes in V2:
> 	- Fixed all review comments from Krzysztof Kozlowski.
> 	- Patches were re-ordered to ensure each patch is bisectable.
> 	- Detailed change logs are added to the respective patches.
> 
> [...]

Applied, thanks!

[1/2] clk: qcom: ipq5424: remove apss_dbg clock
      commit: 5051b61d769ecc02b218499c35bee4cc1c38b7dc
[2/2] dt-bindings: clock: qcom: gcc-ipq5424: remove apss_dbg clock macro
      commit: 46e6075287e68e1d3d0ea8ecda610064636e0854

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>