summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_thermal.c
AgeCommit message (Expand)Author
2024-07-01Don't crash if we can't read the temperature for a zone while polling it.Mark Kettenis
2024-06-27Implement an optional callback function for thermal sensors to set a tripMark Kettenis
2023-11-23expose the state of thermal zones as kstats.David Gwynne
2020-12-31Keep polling if a temperature sensor reading fails. This is neededMark Kettenis
2020-01-23Make thermal framework support in sxitemp(4) interrupt driven such thatMark Kettenis
2019-12-03Since device tree trip points might not be sorted, but our codePatrick Wildt
2019-08-28This code calls task_add(9) from a timeout, so create the taskq withMark Kettenis
2019-07-03Skip thermal zones without "trips" or "cooling-maps" nodes.Mark Kettenis
2019-07-03OF_finddevice(9) returns -1 if the node in question couldn't be found.Mark Kettenis
2019-07-02Add thermal zone handling code. This provides support for thermal zonesMark Kettenis