summaryrefslogtreecommitdiff
path: root/common/thermal.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-345/+0
* 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
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-071-9/+4
* Disable thermal thresholds for TMP006 sensor near CPUVic Yang2012-06-221-1/+6
* Add option to adjust delay for indiviual temperature sensorVic Yang2012-06-081-4/+5
* Fix a typo in thermal engine temperature settingVic Yang2012-05-311-1/+1
* Better help for console commandsRandall Spangler2012-05-251-38/+28