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, Jan 17, 7:52 PM
Unknown Object (File)
Mon, Jan 13, 12:35 PM
Unknown Object (File)
Mon, Dec 30, 6:46 PM
Unknown Object (File)
Fri, Dec 27, 11:38 PM
Unknown Object (File)
Dec 12 2024, 2:22 AM
Unknown Object (File)
Dec 3 2024, 5:35 PM
Unknown Object (File)
Nov 10 2024, 10:53 AM
Unknown Object (File)
Nov 8 2024, 3:35 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