opnsense-src/sys/dev/extres/syscon
Michal Meloun 01d0f9c0e4 Refine locking inside of syscon driver.
In some cases, the syscon driver may be used by consumer requiring better
control about locking (ie. it may be used as registe file provider for clock
driver which needs locked access to multiple registers).
Add fine locking protocol methods together with bunch of helper functions
in syscon driver and implement this functionality in syscon_generic driver.

MFC after:	4 weeks
2020-09-25 16:44:01 +00:00
..
syscon.c Refine locking inside of syscon driver. 2020-09-25 16:44:01 +00:00
syscon.h Remove "All Rights Reserved" on files that I hold sole copyright on 2018-05-09 16:44:19 +00:00
syscon_generic.c Refine locking inside of syscon driver. 2020-09-25 16:44:01 +00:00
syscon_generic.h Correctly handle nodes compatible with "syscon", "simple-bus". 2020-09-25 13:52:31 +00:00
syscon_if.m Refine locking inside of syscon driver. 2020-09-25 16:44:01 +00:00
syscon_power.c Add syscon power and reset control device driver 2020-07-26 18:19:50 +00:00