Hi Tom, CI for this pull request is available here: https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip/-/pipelines/1115
The following changes since commit 41541f47a3af93d76d63c2d6d1f1c859fa3dd61a: global_data: Only include driver model fields when DM is enabled (2026-08-17 18:46:29 -0600) are available in the Git repository at: https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-2027.01-20260828 for you to fetch changes up to ed58bafd0b24e15b734c624bdaf00b876e5d32e6: spi: rockchip: skip the unused FIFO direction on a one-wire device (2026-08-24 10:53:00 +0200) ---------------------------------------------------------------- - Fixed possible SPI hangs when only PICO is routed (TX-only), - Added support for ROC-RK3399-PC-PLUS (via roc-pc-rk3399_defconfig) ---------------------------------------------------------------- Cole Munz (2): spi: Handle spi-{tx, rx}-bus-width 0 as SPI_NO_TX/SPI_NO_RX spi: rockchip: skip the unused FIFO direction on a one-wire device Fabio Estevam (4): mtd: spi-nor-ids: Add XMC XM25QH128C rockchip: rk3399: Remove ROC-PC regulator overrides rockchip: rk3399: Add ROC-PC-PLUS board detection rockchip: roc-pc-rk3399: Enable redundant environment arch/arm/dts/rk3399-roc-pc-u-boot.dtsi | 28 +++++-------------- board/firefly/roc-pc-rk3399/roc-pc-rk3399.c | 42 +++++++++++++++++++++++++++++ configs/roc-pc-rk3399_defconfig | 5 ++++ doc/board/rockchip/rockchip.rst | 2 +- drivers/mtd/spi/spi-nor-ids.c | 1 + drivers/spi/rk_spi.c | 33 ++++++++++++++++++----- drivers/spi/spi-uclass.c | 16 +++++++++++ include/spi.h | 2 ++ test/dm/spi.c | 39 +++++++++++++++++++++++++++ 9 files changed, 138 insertions(+), 30 deletions(-)
