summaryrefslogtreecommitdiff
path: root/common/thermal.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* common/thermal.c: Format with clang-formatJack Rosenthal2022-07-011-13/+6
* config: change temp_sensor_power from config to gpioMichał Barnaś2022-01-101-2/+2
* thermal: Don't check fan off/max with custom fan control.Devin Lu2021-10-251-15/+20
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* dedede/metaknight: delay thermal sensor read in the first timeYu-An Chen2021-03-081-0/+15
* zephyr: add shim thermal supportDawid Niedzwiecki2021-02-231-0/+4
* thermal: Print temperature sensor values before shutting down APVijay Hiremath2021-02-081-0/+7
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* jinlon: add dual fan control by ecDevin Lu2020-01-311-5/+25
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* thermal: Don't send thermal warning while in G3Scott Collyer2019-03-111-1/+8
* Fan: Allow fan count to be set dynamicallyDaisuke Nojiri2018-11-191-1/+1
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-1/+1
* Fizz: Modify thermal tableRyan Zhang2017-11-061-3/+7
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* separate dptf logic from existing thermal logic.Ravi Chandra Sadineni2016-07-301-129/+0
* Fan: Allow fan at max speed during the boot time.Kyoung Kim2015-12-031-2/+8
* Show the fan-cooling percentage for each active temp sensorBill Richardson2015-01-141-4/+4
* Add cprints() and ccprints()Vic Yang2014-05-211-11/+11
* thermal: dptf: Don't clear threshold condition on setDuncan Laurie2014-01-101-1/+3
* Let AP read sensor IDs when DPTF thermal thresholds crossedBill Richardson2013-12-161-5/+18
* Implement DPTF thermal thresholdsBill Richardson2013-12-131-1/+101
* Add stubs for DPTF thermal thresholdsBill Richardson2013-12-131-0/+13
* Clean up hook priorties on LM4Randall Spangler2013-11-041-1/+1
* Provide multiple fan support within the EC itselfBill Richardson2013-11-021-2/+7
* Rename CONFIG_FAN to CONFIG_FANSBill Richardson2013-10-301-1/+1
* Separate common fan behavior from implementationBill Richardson2013-10-301-1/+1
* cleanup: Thermal commentsRandall Spangler2013-10-221-3/+11
* Fix thermal.c compilation if fans are not present.Randall Spangler2013-09-231-0/+2
* Handle multiple independent sources and types of CPU throttlingBill Richardson2013-09-111-4/+5
* Completely new thermal/fan implementationBill Richardson2013-08-231-292/+172
* Revert "Revert "Add thermal engine test""Vic Yang2013-05-171-6/+7
* Revert "Add thermal engine test"Vic Yang2013-05-161-7/+6
* Add thermal engine testVic Yang2013-05-151-6/+7
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-261-1/+1
* Move reset/overheat/shutdown funcs to chipset interfaceRandall Spangler2012-11-011-6/+17
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-1/+1
* Clean up thermal modulesRandall Spangler2012-10-261-32/+78
* Hook functions no longer return valuesRandall Spangler2012-10-231-2/+1
* link:re-enable fan RPM controller when neededRandall Spangler2012-10-151-0/+5
* link: thermal controls ignore case temp by defaultRandall Spangler2012-10-151-9/+6
* link: EC reclaims fan control on AP shutdownRandall Spangler2012-10-111-18/+17
* link: Temp sensors can return not-powered error codeRandall Spangler2012-10-111-4/+6
* link: Temp sensor read can return an error codeRandall Spangler2012-10-111-4/+3
* Add host events for shutdown due to thermal or batteryRandall Spangler2012-08-071-0/+1
* link: update fan policyVincent Palatin2012-07-191-5/+7
* Print console messages for overtemp and shutdownDuncan Laurie2012-07-161-0/+2