public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] Add clk and pinctrl drivers for SM6125 SoC
@ 2026-02-04 16:10 Biswapriyo Nath
  2026-02-04 16:10 ` [PATCH RFC 1/3] clk/qcom: Add SM6125 clock driver Biswapriyo Nath
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Biswapriyo Nath @ 2026-02-04 16:10 UTC (permalink / raw)
  To: Sumit Garg, u-boot, u-boot-qcom
  Cc: Tom Rini, Lukasz Majewski, Casey Connolly, Neil Armstrong,
	Bryan Brattlof, Peng Fan, Leo Yu-Chi Liang, Quentin Schulz,
	Aswin Murugan, ~postmarketos/upstreaming, Biswapriyo Nath

This is still RFC because micro SD card does not work with u-boot but it
works in Linux. I do not know how to troubleshoot the issue. Any pointers
would be really helpful.

Changes:
- Add sm6125 clock driver.
- Enable sm6125 clock driver in qcom_defconfig.
- Add sm6125 pinctrl driver.

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
---
Biswapriyo Nath (3):
      clk/qcom: Add SM6125 clock driver
      qcom_defconfig: Enable SM6125 clock driver
      drivers: pinctrl: Add Qualcomm SM6125 TLMM driver

 configs/qcom_defconfig                |   1 +
 drivers/clk/qcom/Kconfig              |   8 ++
 drivers/clk/qcom/Makefile             |   1 +
 drivers/clk/qcom/clock-sm6125.c       | 260 ++++++++++++++++++++++++++++++++++
 drivers/pinctrl/qcom/Kconfig          |   8 ++
 drivers/pinctrl/qcom/Makefile         |   1 +
 drivers/pinctrl/qcom/pinctrl-sm6125.c | 147 +++++++++++++++++++
 7 files changed, 426 insertions(+)
---
base-commit: a8d982e1f1726254ef27bbdf362f98954ee3feb7
change-id: 20260204-sm6125-clk-pinctrl-dc673c8148e5

Best regards,
-- 
Biswapriyo Nath <nathbappai@gmail.com>


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

end of thread, other threads:[~2026-02-10 16:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 16:10 [PATCH RFC 0/3] Add clk and pinctrl drivers for SM6125 SoC Biswapriyo Nath
2026-02-04 16:10 ` [PATCH RFC 1/3] clk/qcom: Add SM6125 clock driver Biswapriyo Nath
2026-02-09 19:50   ` Casey Connolly
2026-02-04 16:10 ` [PATCH RFC 2/3] qcom_defconfig: Enable " Biswapriyo Nath
2026-02-09 19:51   ` Casey Connolly
2026-02-04 16:10 ` [PATCH RFC 3/3] drivers: pinctrl: Add Qualcomm SM6125 TLMM driver Biswapriyo Nath
2026-02-09 19:51   ` Casey Connolly
2026-02-07  9:28 ` [PATCH RFC 0/3] Add clk and pinctrl drivers for SM6125 SoC Biswapriyo Nath
2026-02-10  5:26   ` Sumit Garg
2026-02-10 15:34     ` Biswapriyo Nath
2026-02-10 12:42   ` Alexey Minnekhanov
2026-02-10 15:57     ` Biswapriyo Nath
2026-02-09 19:56 ` Casey Connolly

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