Page MenuHomeFreeBSD

gpioloed: no need for locking in this driver
Needs ReviewPublic

Authored by avg on Jul 19 2021, 7:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 2:25 AM
Unknown Object (File)
Jan 16 2024, 9:45 PM
Unknown Object (File)
Dec 22 2023, 11:13 PM
Unknown Object (File)
Jun 30 2023, 4:31 PM
Unknown Object (File)
May 8 2023, 3:30 PM
Unknown Object (File)
Apr 26 2023, 4:12 AM
Unknown Object (File)
Apr 8 2023, 10:44 AM
Subscribers

Details

Reviewers
gonzo
adrian
loos
Summary

GPIO controller drivers should already have internal locking to correctly
work with hardware and internal states.
Additionally, led(9) also has locking around calls to led_state().
Finally, gpioled does not have any internal state of its own that needs
concurrency protection.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40521
Build 37410: arc lint + arc unit