aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/aw_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: Move nvmem code in dev/nvmemEmmanuel Vadot2024-01-101-1/+1
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* arm allwinner: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-4/+1
* allwinner: aw_thermal: Cope with DTS changesEmmanuel Vadot2020-04-141-7/+7
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (13 of many)Pawel Biernacki2020-02-241-1/+1
* Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot2019-12-031-1/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* arm: allwinner: Add pnp info to aw_thermal and compile it as module tooEmmanuel Vadot2019-04-251-0/+2
* aw_thermal: Add nvmem and H5 supportEmmanuel Vadot2018-08-061-65/+168
* aw_sid: Add nvmem interfaceEmmanuel Vadot2018-08-061-10/+20
* On H3, initialize alarm and shutdown trip points and do temperatureJared McNeill2016-11-191-17/+60
* Fix H3 temperature reporting. The formula in for V1.0 of the H3 datasheetJared McNeill2016-10-301-2/+2
* Defer cpufreq updates from intr handler to the taskqueue_thread queue.Jared McNeill2016-10-241-1/+14
* Throttle CPU frequency when hot temperature threshold has been reached toJared McNeill2016-10-231-25/+166
* Add support for the Allwinner H3 Thermal Sensor Controller. The H3 embedsJared McNeill2016-09-051-11/+47
* Add support for Allwinner A64 thermal sensors.Jared McNeill2016-09-031-48/+200
* Add Allwinner A83T thermal sensor controller support.Jared McNeill2016-05-151-0/+232