Re: [PATCH v2 6/6] test: dm: spi: Add testcase for spi_claim_bus()

2020-12-23 Thread Simon Glass
Add testcase for spi_claim_bus(), which checks that sandbox spi bus speed/mode settings are updated correctly when multiple slaves use the bus consecutively. The following configurations are used for the two spi slaves involved: * different max_hz / different modes * different max_hz / same

[PATCH v2 6/6] test: dm: spi: Add testcase for spi_claim_bus()

2020-12-14 Thread Ovidiu Panait
Add testcase for spi_claim_bus(), which checks that sandbox spi bus speed/mode settings are updated correctly when multiple slaves use the bus consecutively. The following configurations are used for the two spi slaves involved: * different max_hz / different modes * different max_hz / same