summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/syscon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If we are compatible with "simple-mfd", attempt to attach child nodes.kettenis2018-03-171-11/+16
* Print the name of the device tree node like we do for simplebus(4).kettenis2017-10-091-1/+8
* Add support for being a regmap provider in syscon(4). So far the driverpatrick2017-09-191-22/+47
* Add syscon(4), a driver that provides reboot/poweroff functionality throughkettenis2017-03-091-0/+119