Page MenuHomeFreeBSD

bcm2835/spi: Support SPI_FLAG_KEEP_CS
ClosedPublic

Authored by jhibbits on Nov 14 2023, 6:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 29, 8:22 AM
Unknown Object (File)
Fri, Mar 27, 5:35 PM
Unknown Object (File)
Wed, Mar 25, 6:57 AM
Unknown Object (File)
Sun, Mar 15, 9:54 PM
Unknown Object (File)
Sat, Mar 14, 1:15 PM
Unknown Object (File)
Fri, Mar 13, 11:19 PM
Unknown Object (File)
Sat, Mar 7, 8:43 PM
Unknown Object (File)
Sat, Mar 7, 2:33 AM
Subscribers

Details

Summary

3c08673438 brought in SPI_FLAG_KEEP_CS to keep the SPI chip select held
post-transfer completion. Add this support to bcm2835 SPI for SPI
devices that need it. As part of this, the owner thread needed carried
through so that no other thread can take over the SPI bus until the
owner releases the chip select.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable