Re: [PATCH v3 02/10] spi: bcm63xx-hsspi: Fix multi-bit mode setting

2023-06-11 Thread Jagan Teki
On Thu, Jun 8, 2023 at 5:08 AM William Zhang wrote: > > Currently the driver always sets the controller to dual data bit mode > for both tx and rx data in the profile mode control register even for > single data bit transfer. Luckily the opcode is set correctly according > to SPI transfer data bit

[PATCH v3 02/10] spi: bcm63xx-hsspi: Fix multi-bit mode setting

2023-06-07 Thread William Zhang
Currently the driver always sets the controller to dual data bit mode for both tx and rx data in the profile mode control register even for single data bit transfer. Luckily the opcode is set correctly according to SPI transfer data bit width so it does not actually cause issues. This change fixes