aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscon
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* syscon_power: do reboot after shutdown_panic is executedAndriy Gapon2024-02-181-1/+3
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-106-0/+996
* Move syscon into extres frameworkKyle Evans2017-12-234-537/+0
* syscon: Introduce kobj and split out fdt bitsKyle Evans2017-12-234-9/+306
* Correct a typo in syscon driver 'modify' logicKyle Evans2017-12-111-1/+1
* Add generic 'syscon' driverKyle Evans2017-12-112-0/+240