You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this driver. It's been really useful.
I looked at the stock transfer_one_message implementation from the kernel's [spi.c], and it explicitly handles xfer->cs_change which the this driver currently doesn't. cs_change is meant to tell the SPI driver to momentarily toggle the CS mid-message, since some chips require that to "commit" a command.
The text was updated successfully, but these errors were encountered:
LouisLambda
changed the title
Issues with CS handling and multi-part transactions
support xfer->cs_change in multi-part SPI messages
May 2, 2023
Hi, thanks for this driver. It's been really useful.
I looked at the stock
transfer_one_message
implementation from the kernel's [spi.c], and it explicitly handlesxfer->cs_change
which the this driver currently doesn't.cs_change
is meant to tell the SPI driver to momentarily toggle the CS mid-message, since some chips require that to "commit" a command.The text was updated successfully, but these errors were encountered: