[GIT PULL] Please pull u-boot-ufs-20260313

Neil Armstrong neil.armstrong at linaro.org
Fri Mar 13 12:11:23 CET 2026


Hi Tom,

This is small set of UFS changes for next release, UFS SPL support + reset
support for Rockchip platforms, and a small callbacks ops cleanup for a future
mediatek UFS driver.

Thanks,
Neil

The following changes since commit c0ca147ac6228949a6d6497531c9f2f4a0dc6c67:

   Merge tag 'u-boot-imx-next-20260228' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next (2026-03-02 13:44:46 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-ufs.git tags/u-boot-ufs-20260313

for you to fetch changes up to 67d8731d4aad25be00e27eeef3602c519619405e:

   ufs: rockchip: Add device reset support (2026-03-12 09:30:44 +0100)

----------------------------------------------------------------
- ufs_hba_ops callbacks cleanup
- Rockchip UFS reset support
- UFS support in SPL

----------------------------------------------------------------
Alexey Charkov (2):
       spl: Make UFS available for SPL builds
       ufs: rockchip: Add device reset support

Julien Stephan (3):
       drivers: ufs: handle return values of ufs_hba_ops callbacks
       drivers: ufs: add helper for phy_initialization callback
       drivers: ufs: fix typo in struct ufs_dev_cmd kernel-doc

  MAINTAINERS                |  1 +
  arch/arm/include/asm/spl.h |  1 +
  common/spl/Kconfig         | 30 ++++++++++++++++++++++++++++
  common/spl/Makefile        |  1 +
  common/spl/spl_ufs.c       | 49 ++++++++++++++++++++++++++++++++++++++++++++++
  drivers/Makefile           |  1 +
  drivers/scsi/Makefile      |  3 +++
  drivers/ufs/Kconfig        |  4 ++++
  drivers/ufs/ufs-rockchip.c | 31 +++++++++++++++++++++++------
  drivers/ufs/ufs-rockchip.h |  1 +
  drivers/ufs/ufs-uclass.c   | 36 ++++++++++++++++++++++++----------
  drivers/ufs/ufs.h          | 10 +++++++++-
  lib/Makefile               |  1 +
  13 files changed, 152 insertions(+), 17 deletions(-)
  create mode 100644 common/spl/spl_ufs.c


More information about the U-Boot mailing list