All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Introduce support for QCS8300 SoC based IQ8 Series Platform
@ 2025-05-08 11:19 Balaji Selvanathan
  2025-05-08 11:19 ` [PATCH v1 1/6] dt-bindings: power: rpmpd: Add QCS8300 Power Domain Indexes Balaji Selvanathan
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Balaji Selvanathan @ 2025-05-08 11:19 UTC (permalink / raw)
  To: trini, casey.connolly, neil.armstrong, sumit.garg, lukma, seanga2,
	balaji.selvanathan, ilias.apalodimas, me, sjg, quic_varada,
	sughosh.ganu, lehmanju, bhupesh.linux, u-boot, u-boot-qcom

These patches introduce the initial support code needed
for the QTI QCS8300 SoC based IQ8 Series Platform.

Please see [1] for SoC related details

Thanks
Balaji

1 - https://docs.qualcomm.com/bundle/publicresource/87-83839-1_REV_A_Qualcomm_IQ8_Series_Product_Brief________.pdf

Balaji Selvanathan (6):
  dt-bindings: power: rpmpd: Add QCS8300 Power Domain Indexes
  dts: qcs8300-ride-u-boot.dtsi: Add memory entry to bootup
  clk/qcom: qcs8300: Add GCC clock driver for QCS8300
  phy: qcom: Enable QMP UFS PHY driver for QCS8300
  qcom_defconfig: Enable QCS8300 clock driver
  configs: add qcs8300_defconfig

 arch/arm/dts/qcs8300-ride-u-boot.dtsi         |  19 +++
 configs/qcom_defconfig                        |   1 +
 configs/qcs8300_defconfig                     |  21 +++
 drivers/clk/qcom/Kconfig                      |   8 +
 drivers/clk/qcom/Makefile                     |   1 +
 drivers/clk/qcom/clock-qcs8300.c              | 146 ++++++++++++++++++
 drivers/phy/qcom/phy-qcom-qmp-ufs.c           |   1 +
 .../include/dt-bindings/power/qcom-rpmpd.h    |  19 +++
 8 files changed, 216 insertions(+)
 create mode 100644 arch/arm/dts/qcs8300-ride-u-boot.dtsi
 create mode 100644 configs/qcs8300_defconfig
 create mode 100644 drivers/clk/qcom/clock-qcs8300.c

-- 
2.34.1


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

end of thread, other threads:[~2025-05-12  7:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-08 11:19 [PATCH v1 0/6] Introduce support for QCS8300 SoC based IQ8 Series Platform Balaji Selvanathan
2025-05-08 11:19 ` [PATCH v1 1/6] dt-bindings: power: rpmpd: Add QCS8300 Power Domain Indexes Balaji Selvanathan
2025-05-12  7:08   ` Sumit Garg
2025-05-08 11:19 ` [PATCH v1 2/6] dts: qcs8300-ride-u-boot.dtsi: Add memory entry to bootup Balaji Selvanathan
2025-05-09 11:10   ` Casey Connolly
2025-05-08 11:19 ` [PATCH v1 3/6] clk/qcom: qcs8300: Add GCC clock driver for QCS8300 Balaji Selvanathan
2025-05-09 11:07   ` Casey Connolly
2025-05-08 11:19 ` [PATCH v1 4/6] phy: qcom: Enable QMP UFS PHY " Balaji Selvanathan
2025-05-09 11:07   ` Casey Connolly
2025-05-08 11:19 ` [PATCH v1 5/6] qcom_defconfig: Enable QCS8300 clock driver Balaji Selvanathan
2025-05-09 11:08   ` Casey Connolly
2025-05-08 11:19 ` [PATCH v1 6/6] configs: add qcs8300_defconfig Balaji Selvanathan
2025-05-09 11:09   ` Casey Connolly
2025-05-09 15:28   ` Casey Connolly
2025-05-09 11:04 ` [PATCH v1 0/6] Introduce support for QCS8300 SoC based IQ8 Series Platform Casey Connolly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.