aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscon/syscon.c
Commit message (Expand)AuthorAgeFilesLines
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-101-0/+313
* Move syscon into extres frameworkKyle Evans2017-12-231-185/+0
* syscon: Introduce kobj and split out fdt bitsKyle Evans2017-12-231-1/+1
* Correct a typo in syscon driver 'modify' logicKyle Evans2017-12-111-1/+1
* Add generic 'syscon' driverKyle Evans2017-12-111-0/+185