summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw/ofw_thermal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Keep polling if a temperature sensor reading fails. This is neededkettenis2020-12-311-3/+3
* Make thermal framework support in sxitemp(4) interrupt driven such thatkettenis2020-01-231-1/+19
* Since device tree trip points might not be sorted, but our codepatrick2019-12-031-4/+19
* This code calls task_add(9) from a timeout, so create the taskq withkettenis2019-08-281-2/+2
* Skip thermal zones without "trips" or "cooling-maps" nodes.kettenis2019-07-031-1/+6
* OF_finddevice(9) returns -1 if the node in question couldn't be found.kettenis2019-07-031-2/+2
* Add thermal zone handling code. This provides support for thermal zoneskettenis2019-07-021-0/+444