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