summaryrefslogtreecommitdiff
path: root/chip/lm4/fan.c
Commit message (Expand)AuthorAgeFilesLines
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-051-1/+2
* pwm: Add PWM_CONFIG_DSLEEP config flagShawn Nematbakhsh2016-04-271-4/+1
* Samus: Handle fan startup in the EC, not the fan controllerBill Richardson2014-11-061-1/+1
* samus: change fan RPM values, enable fast-startBill Richardson2014-10-221-5/+16
* Add pwm support while in low-power idlestabilize-5712.8.BHenry Hsu2014-03-291-1/+9
* Provide multiple fan support within the EC itselfBill Richardson2013-11-021-1/+1
* Separate common fan behavior from implementationBill Richardson2013-10-301-256/+107
* Start separating LM4 pwm logic from fan logic.Bill Richardson2013-10-301-130/+42
* cleanup: Config definesRandall Spangler2013-10-161-2/+2
* Cleanup use of config.h macrosBill Richardson2013-10-041-7/+7
* cleanup: Remove unused fan channelsRandall Spangler2013-09-251-8/+9
* Fix thermal.c compilation if fans are not present.Randall Spangler2013-09-231-1/+1
* Refactor PWM moduleVic Yang2013-08-271-0/+411