U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk/qcom: fixes and more SC7280 clocks
@ 2025-03-14 15:31 Caleb Connolly
  2025-03-14 15:31 ` [PATCH 1/3] clk/qcom: bubble up qcom_gate_clk_en() errors Caleb Connolly
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Caleb Connolly @ 2025-03-14 15:31 UTC (permalink / raw)
  To: Lukasz Majewski, Sean Anderson, Caleb Connolly, Neil Armstrong,
	Sumit Garg, Tom Rini
  Cc: u-boot-qcom, u-boot

Refactor qcom_gate_clk_en() so that it will actually report an error if
we try to enable a clock that isn't defined. This will help a lot during
bringup and ensure we don't miss any clocks.

Additionally, add a bunch of clocks for SC7280, preparing for i2c and
PCIe support, plus some debug data.

---
Caleb Connolly (3):
      clk/qcom: bubble up qcom_gate_clk_en() errors
      clk/qcom: sc7280: add some debug data
      clk/qcom: sc7280: add GENI, PCIe, and more USB clocks

 drivers/clk/qcom/clock-apq8016.c  |   3 +-
 drivers/clk/qcom/clock-qcm2290.c  |   4 +-
 drivers/clk/qcom/clock-qcom.h     |  12 +++-
 drivers/clk/qcom/clock-sa8775p.c  |   4 +-
 drivers/clk/qcom/clock-sc7280.c   | 124 +++++++++++++++++++++++++++++++++-----
 drivers/clk/qcom/clock-sdm845.c   |   4 +-
 drivers/clk/qcom/clock-sm6115.c   |   4 +-
 drivers/clk/qcom/clock-sm8150.c   |   4 +-
 drivers/clk/qcom/clock-sm8250.c   |   4 +-
 drivers/clk/qcom/clock-sm8550.c   |   4 +-
 drivers/clk/qcom/clock-sm8650.c   |   4 +-
 drivers/clk/qcom/clock-x1e80100.c |   4 +-
 12 files changed, 129 insertions(+), 46 deletions(-)
---
base-commit: 9805321dfdeb5225fe5c5e0721abf49c0875637e

Caleb Connolly <caleb.connolly@linaro.org>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-17 14:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-14 15:31 [PATCH 0/3] clk/qcom: fixes and more SC7280 clocks Caleb Connolly
2025-03-14 15:31 ` [PATCH 1/3] clk/qcom: bubble up qcom_gate_clk_en() errors Caleb Connolly
2025-03-17 14:01   ` Neil Armstrong
2025-03-14 15:31 ` [PATCH 2/3] clk/qcom: sc7280: add some debug data Caleb Connolly
2025-03-17 14:01   ` Neil Armstrong
2025-03-14 15:31 ` [PATCH 3/3] clk/qcom: sc7280: add GENI, PCIe, and more USB clocks Caleb Connolly
2025-03-17 14:03   ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox