summaryrefslogtreecommitdiff
path: root/common/thermal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug that 'ectool thermalget' silently failsVic Yang2012-05-211-3/+7
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-3/+3
* Change polarity of PROCHOT signal to match EVTRandall Spangler2012-05-141-2/+2
* Allow console commands abbreviationVadim Bendebury2012-05-141-2/+2
* Use open drain reset signals, and clean up signals to 5VALW-powered devicesRandall Spangler2012-05-101-2/+1
* Adjust fan speed control thresholdsVic Yang2012-05-101-3/+3
* Make CPU_PROCHOTn high-Z (input) unless we're driving it low.Randall Spangler2012-05-081-1/+2
* Assert PROCHOT when overheated and lower fan control thresholdVic Yang2012-05-031-5/+12
* Adjust thermal engine thresholdsVic Yang2012-04-261-7/+4
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-28/+31
* Change task messages to eventsRandall Spangler2012-04-061-2/+2