summaryrefslogtreecommitdiff
path: root/include/fan.h
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Add support for board override of fan duty adjustment logicKornel Dulęba2023-04-211-23/+69
* fan: Rewrite and test the most common custom fan_percent_to_rpm.Richard Yeh2022-12-131-5/+59
* ec: IWYU Add some missing includesJeremy Bettis2022-11-141-0/+2
* zephyr: add fan rpm deviation to shimZick Wei2022-11-081-0/+3
* tree: Remove chip/mec1322 and referencesTom Hughes2022-10-171-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* include/fan.h: Format with clang-formatJack Rosenthal2022-06-291-5/+4
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-1/+1
* Zephyr: Add CONFIG_FANS to config_chip.h scopeDiana Z2022-05-021-1/+1
* zephyr: fan: rename named-fans to cros-ec,fansFabio Baltieri2022-04-221-3/+3
* zephyr: add shim fanDawid Niedzwiecki2021-03-081-0/+17
* jinlon: add dual fan control by ecDevin Lu2020-01-311-0/+2
* ec-fans: Make fans configuration const by default.Andrew McRae2019-11-021-0/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* Fan: Allow fan count to be set dynamicallyDaisuke Nojiri2018-11-191-0/+4
* NPCX/fan: Update rpm_actual in duty modeTino Liu2018-07-041-1/+17
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-03-061-7/+17
* Samus: Handle fan startup in the EC, not the fan controllerBill Richardson2014-11-061-0/+2
* samus: change fan RPM values, enable fast-startBill Richardson2014-10-221-5/+5
* Provide multiple fan support within the EC itselfBill Richardson2013-11-021-2/+4
* Separate fan_t from pwm_tBill Richardson2013-10-301-2/+22
* Add more descriptive comments to include/fan.hBill Richardson2013-10-301-1/+13
* Separate common fan behavior from implementationBill Richardson2013-10-301-2/+30
* cleanup: remove obsolete declaration from headerBill Richardson2013-10-231-5/+0
* Completely new thermal/fan implementationBill Richardson2013-08-231-0/+34