Hello Tom, Thank you for the feedback!
I don't know why but the issue I had has been gone now... Maybe it was some mistake, I'm so sorry. I'll post v2 patch, without touching `dm_spi_claim_bus`. Regards, kikuchan. On Thu, Jan 30, 2025 at 5:01 AM Tom Rini <[email protected]> wrote: > > On Tue, Jan 07, 2025 at 06:25:38PM +0900, Hironori KIKUCHI wrote: > > > Add support for SPI_3WIRE on soft_spi driver. > > > > Hironori KIKUCHI (2): > > spi: spi-uclass: Fix dm_spi_claim_bus() > > spi: soft_spi: Add support for SPI_3WIRE > > > > drivers/spi/soft_spi.c | 19 ++++++++++++++++--- > > drivers/spi/spi-uclass.c | 2 +- > > 2 files changed, 17 insertions(+), 4 deletions(-) > > This unfortunately breaks the existing tests: > https://source.denx.de/u-boot/u-boot/-/jobs/1008400 > > -- > Tom

