mbox series

[0/4] clk: qcom: add PCIe clocks

Message ID 20241125-topic-pcie-clk-v1-0-4315d1e4e164@linaro.org
Headers show
Series clk: qcom: add PCIe clocks | expand

Message

Neil Armstrong Nov. 25, 2024, 8:34 a.m. UTC
Add the PCIe clocks for the SM8550, SM8650 and X1E80100
platforms to enable support for PCIe feature.

Depends on:
- https://lore.kernel.org/all/20241118-topic-x1e80100-clk-v1-0-8841e87ad81f@linaro.org/

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (4):
      clk: qcom: add clk_phy_mux_enable() for PCIe PIPE clock
      clk: qcom: sm8550: add support for PCIe clocks
      clk: qcom: sm8650: add support for PCIe clocks
      clk: qcom: x1e80100: add support for PCIe clocks

 drivers/clk/qcom/clock-qcom.c     | 19 ++++++++++++++
 drivers/clk/qcom/clock-qcom.h     |  2 ++
 drivers/clk/qcom/clock-sm8550.c   | 36 ++++++++++++++++++++++++++
 drivers/clk/qcom/clock-sm8650.c   | 36 ++++++++++++++++++++++++++
 drivers/clk/qcom/clock-x1e80100.c | 54 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 147 insertions(+)
---
base-commit: c7934881aa75d34aea2493322de0a417524ebf4a
change-id: 20241125-topic-pcie-clk-8e345d8ace7a

Best regards,

Comments

Caleb Connolly Jan. 22, 2025, 4:12 p.m. UTC | #1
On Mon, 25 Nov 2024 09:34:25 +0100, Neil Armstrong wrote:
> Add the PCIe clocks for the SM8550, SM8650 and X1E80100
> platforms to enable support for PCIe feature.
> 
> Depends on:
> - https://lore.kernel.org/all/20241118-topic-x1e80100-clk-v1-0-8841e87ad81f@linaro.org/
> 
> 
> [...]

Applied, thanks!

[1/4] clk: qcom: add clk_phy_mux_enable() for PCIe PIPE clock
      https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/5b359312e5f6
[2/4] clk: qcom: sm8550: add support for PCIe clocks
      https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/5310a13b56f7
[3/4] clk: qcom: sm8650: add support for PCIe clocks
      https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/bb77008c526f
[4/4] clk: qcom: x1e80100: add support for PCIe clocks
      https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/cd86b564c8b6

Best regards,