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, May 10, 6:22 AM
Unknown Object (File)
Sun, May 5, 11:52 PM
Unknown Object (File)
Wed, May 1, 11:23 AM
Unknown Object (File)
Sun, Apr 28, 10:58 PM
Unknown Object (File)
Feb 19 2024, 3:33 PM
Unknown Object (File)
Feb 4 2024, 1:52 PM
Unknown Object (File)
Jan 6 2024, 12:17 AM
Unknown Object (File)
Dec 29 2023, 10:52 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