summaryrefslogtreecommitdiff
path: root/common/fan.c
Commit message (Expand)AuthorAgeFilesLines
* Fan: Restore thermal control after sysjumpDaisuke Nojiri2018-08-101-16/+27
* fan: Enable fan control on AP startup not on shutdown/suspendDaisuke Nojiri2018-07-171-12/+28
* fan: Don't enable or disable thermal control on resumeDaisuke Nojiri2018-07-061-5/+4
* Nami: Set fan speed to CONFIG_FAN_INIT_SPEED on resumeDaisuke Nojiri2018-06-221-1/+3
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-03-061-43/+43
* Fizz: Modify thermal tableRyan Zhang2017-11-061-0/+4
* Fizz: enable fanGaggery Tsai2017-10-171-1/+4
* [fan] Add CONFIG_FAN_SPEED option to override EC fan speedChris Ching2017-10-131-2/+4
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-8/+4
* Fan: enable fan after system resumeKeith Tzeng2016-03-301-1/+1
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-041-2/+0
* fan: Disable fan when duty / RPM is set to zeroKyoung Kim2015-11-191-9/+9
* acpi: Ensure continuity of memmap data with a read cacheShawn Nematbakhsh2015-07-281-3/+0
* ACPI: Support accessing memmap data over ACPI CMD / DATA portsstabilize-6915.BShawn Nematbakhsh2015-03-251-2/+8
* samus: Only update fan speeds every N secondsBill Richardson2015-02-181-0/+12
* Remove frequent fan-change updates from EC consoleBill Richardson2014-11-141-10/+0
* Samus: Handle fan startup in the EC, not the fan controllerBill Richardson2014-11-061-3/+22
* ectool: hostcmd support to set fans auto control individuallyMohammed Habibulla2014-10-071-4/+14
* ectool: Add hostcmd support to set fan duty cycle for each fan separatelyMohammed Habibulla2014-10-071-5/+15
* ectool: Add host command support to set fan RPM for each fan separatelyMohammed Habibulla2014-10-031-9/+24
* auron/peppy: fix setting fan max speed by rpm instead of duty cycleMohammed Habibulla2014-09-121-1/+1
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* Host command to set fan RPM enables fanRandall Spangler2014-02-211-0/+3
* Fix bug in Samus DPTF fan controlBill Richardson2013-12-101-8/+13
* Add DPTF interface for fan dutyBill Richardson2013-11-211-0/+30
* Pad jump tags to 4 bytes inside the system moduleRandall Spangler2013-11-051-1/+0
* Clean up hook priorties on LM4Randall Spangler2013-11-041-1/+1
* Provide multiple fan support within the EC itselfBill Richardson2013-11-021-92/+185
* Separate fan_t from pwm_tBill Richardson2013-10-301-16/+28
* Separate common fan behavior from implementationBill Richardson2013-10-301-0/+337