Hi Tom, This is a (very) late PR for master with a few UFS fixes and changes.
Thanks, Neil The following changes since commit 437ea9f8be5afaebe2d8cbab6242f1182857f21e: Gitlab: Fix TEST_PY_TEST_SPEC for qemu-x86_64 in sjg-lab (2026-02-26 09:06:33 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-ufs.git tags/u-boot-ufs-20260304 for you to fetch changes up to 47905f28468e3524cb5f775f52928cdcc568815a: drivers: ufs: remove unused ufs_post_bind() declaration (2026-03-02 15:20:02 +0100) ---------------------------------------------------------------- A few fixes/missing changes for UFS: - remove unused ufs_post_bind() declaration - Disable UTP command timeout in slow mode - Missing MediaTek UFS PHY Driver to be used with the UFS driver ---------------------------------------------------------------- Igor Belwon (1): phy: Add MediaTek UFS PHY Driver Julien Stephan (1): drivers: ufs: remove unused ufs_post_bind() declaration Padmarao Begari (1): ufs: Disable UTP command timeout in slow mode drivers/phy/Kconfig | 10 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-mtk-ufs.c | 190 ++++++++++++++++++++++++++++++++++++ drivers/ufs/cdns-platform.c | 1 - drivers/ufs/ufs-amd-versal2.c | 1 - drivers/ufs/ufs-pci.c | 1 - drivers/ufs/ufs-qcom.c | 1 - drivers/ufs/ufs-renesas-rcar-gen5.c | 1 - drivers/ufs/ufs-renesas.c | 1 - drivers/ufs/ufs-rockchip.c | 1 - drivers/ufs/ufs-uclass.c | 12 ++- drivers/ufs/ufshcd-dwc.c | 1 - include/ufs.h | 9 -- 13 files changed, 208 insertions(+), 22 deletions(-) create mode 100644 drivers/phy/phy-mtk-ufs.c

