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)
Fri, Jul 3, 10:37 AM
Unknown Object (File)
Fri, Jun 26, 9:43 PM
Unknown Object (File)
Mon, Jun 15, 7:00 PM
Unknown Object (File)
Mon, Jun 15, 5:42 PM
Unknown Object (File)
Mon, Jun 15, 5:42 PM
Unknown Object (File)
May 20 2026, 8:37 AM
Unknown Object (File)
May 17 2026, 4:01 PM
Unknown Object (File)
May 14 2026, 7:00 PM
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