summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/sxitemp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run the sxitemp(4) at IPL_SOFTCLOCK instead of IPL_VM. Prevents "panic:dtucker2020-07-151-2/+2
* Make thermal framework support in sxitemp(4) interrupt driven such thatkettenis2020-01-231-11/+66
* Use information from nvmem (provided by sxisid(4)) to calibrate thekettenis2020-01-231-2/+30
* Register sxitemp(4) as a thermal sensor with the thermal zone support code.kettenis2019-09-211-1/+31
* Add Allwinner A64 support.kettenis2018-05-271-2/+33
* Add support for the Allwinner H3 SoC.kettenis2018-05-271-19/+43
* Add Allwinner R40/V40 support.kettenis2017-12-311-6/+28
* Add sxitemp(4), a driver for the temperature sensors on the Allwinner H5 SoC.kettenis2017-12-311-0/+162