Hi Aswin, Varadaraja,

Since we're expecting to do some more cleanup after adding all these dragonwing platforms, would you be up for adding MAINTAINERS entries for them? This way you'll actually get emails when there are changes affecting them.

My suggestion would be to add a MAINTAINERS file inside board/qualcomm with something like the following:

QUALCOMM DRAGONWING QCS615
M:      Aswin Murugan <aswin.muru...@oss.qualcomm.com>
R:      Varadarajan Narayanan <quic_var...@quicinc.com>
S:      Maintained
F:      arch/arm/dts/qcs615-ride-u-boot.dtsi
F:      configs/qcom_qcs615_defconfig
F:      drivers/clk/qcom/clock-qcs615.c

And repeat for each platform, set the maintainers and reviewers entries as you see fit.

I'll invite folks with an interest in other platforms to do the same.

Thanks and regards,

On 5/21/25 05:53, Aswin Murugan wrote:
These patches introduce the initial support code needed
for the Qualcomm QCS615 SoC IQ6 based Platform.

Please see [1] for SoC related details

Thanks
Aswin

1 - 
https://docs.qualcomm.com/bundle/publicresource/87-83838-1_REV_A_Qualcomm_IQ6_Series_Product_Brief.pdf

Signed-off-by: Aswin Murugan <aswin.muru...@oss.qualcomm.com>
---
Changes in v2:
- Replaced the "1" with BIT(0) in drivers/clk/qcom/clock-qcs615.c
- Link to v1: 
https://lore.kernel.org/u-boot/20250513110213.330495-1-aswin.muru...@oss.qualcomm.com/
---

Aswin Murugan (5):
   dts: qcs615-ride-u-boot.dtsi: Add memory entry to bootup
   phy: qcom: Enable QMP UFS PHY driver for QCS615
   clk/qcom: qcs615: Add GCC clock driver for QCS615
   qcom_defconfig: Enable QCS615 clock driver
   configs: add qcs615_defconfig

  arch/arm/dts/qcs615-ride-u-boot.dtsi |  14 +++
  configs/qcom_defconfig               |   1 +
  configs/qcom_qcs615_defconfig        |  22 ++++
  drivers/clk/qcom/Kconfig             |   8 ++
  drivers/clk/qcom/Makefile            |   1 +
  drivers/clk/qcom/clock-qcs615.c      | 163 +++++++++++++++++++++++++++
  drivers/phy/qcom/phy-qcom-qmp-ufs.c  | 127 +++++++++++++++++++++
  7 files changed, 336 insertions(+)
  create mode 100644 arch/arm/dts/qcs615-ride-u-boot.dtsi
  create mode 100644 configs/qcom_qcs615_defconfig
  create mode 100644 drivers/clk/qcom/clock-qcs615.c


--
Casey (she/they)

Reply via email to