[PULL] Please pull qcom-main-20250714

Casey Connolly casey.connolly at linaro.org
Mon Jul 14 16:18:51 CEST 2025


Hi Tom,

A few fixes and additions for you:

* Fix unused access in ufetch
* Add missing clock for SM8650
* Port the Linux SPMI GPIO driver and port over SM8550 (other platforms should follow)

CI: https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/pipelines/27056

Kind regards,
// Casey (she/they)

The following changes since commit 344e1798059ba65769272be3145736685bb25a7e:

  lmb: add missing fallthrough in lmb_alloc_mem() (2025-07-09 10:39:37 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git tags/qcom-main-20250714

for you to fetch changes up to 07ddbb89c9cc42a366807813dcb28fbd3e9d198b:

  clk: qcom: sm8650: add usb3 noc clk (2025-07-14 15:35:24 +0200)

----------------------------------------------------------------
Andrew Goodbody (1):
      cmd: ufetch: Initialise size before first use

Balaji Selvanathan (1):
      watchdog: qcom-wdt: Drop read check on write-only WDT_EN register

Casey Connolly (1):
      qcom_defconfig: enable USB mass storage gadget

Neil Armstrong (2):
      gpio: qcom: add new driver for SPMI gpios
      gpio: qcom: move pm8550 gpio to new driver

Rui Miguel Silva (1):
      clk: qcom: sm8650: add usb3 noc clk

 cmd/ufetch.c                    |    2 +-
 configs/qcom_defconfig          |    1 +
 drivers/clk/qcom/clock-sm8650.c |    1 +
 drivers/gpio/Makefile           |    2 +-
 drivers/gpio/qcom_pmic_gpio.c   |   20 +-
 drivers/gpio/qcom_spmi_gpio.c   | 1035 +++++++++++++++++++++++++++++++++++++++
 drivers/watchdog/qcom-wdt.c     |    5 +-
 7 files changed, 1041 insertions(+), 25 deletions(-)
 create mode 100644 drivers/gpio/qcom_spmi_gpio.c


More information about the U-Boot mailing list