This patch series adds support for Qualcomm Snapdragon SM7125 (atoll)
SoC released in 2020. The following components are supported:
- Clocks
- Pinctrl
- UFS
Most of the code for SM7125 is shared with SC7180, hence most commits
are labeled after SC7180.

Signed-off-by: Erikas Bitovtas <[email protected]>
---
Changes in v2:
- Picked up Reviewed-by: tags left by Casey and Neil.
- Link to v1: 
https://patch.msgid.link/[email protected]

To: Sumit Garg <[email protected]>
To: [email protected]
To: [email protected]
Cc: Tom Rini <[email protected]>
Cc: Lukasz Majewski <[email protected]>
Cc: Casey Connolly <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Luca Weiss <[email protected]>
Cc: Vitalii Skorkin <[email protected]>
Cc: Erikas Bitovtas <[email protected]>
Cc: Danila Tikhonov <[email protected]>
Cc: Biswapriyo Nath <[email protected]>
Cc: Jens Reidel <[email protected]>
Cc: Aswin Murugan <[email protected]>
Cc: David Wronek <[email protected]>
Cc: Johan Jonker <[email protected]>
Cc: Varadarajan Narayanan <[email protected]>

---
Vitalii Skorkin (4):
      clk: qcom: Add driver for SC7180 GCC
      pinctrl: qcom: add SC7180 pinctrl driver
      qcom_defconfig: Enable SC7180 GCC
      phy: qcom-qmp-ufs: Add SC7180 support

 configs/qcom_defconfig                |   1 +
 drivers/clk/qcom/Kconfig              |   8 +
 drivers/clk/qcom/Makefile             |   1 +
 drivers/clk/qcom/clock-sc7180.c       | 273 ++++++++++++++++++++++++++++++++++
 drivers/phy/qcom/phy-qcom-qmp-ufs.c   |   1 +
 drivers/pinctrl/qcom/Kconfig          |   7 +
 drivers/pinctrl/qcom/Makefile         |   1 +
 drivers/pinctrl/qcom/pinctrl-sc7180.c |  95 ++++++++++++
 8 files changed, 387 insertions(+)
---
base-commit: a18265f1ccb7a272721ed4286ed3b5a6182ff424
change-id: 20260621-sm7125-support-25130e2f4ed1

Best regards,
--  
Erikas Bitovtas <[email protected]>

Reply via email to