summaryrefslogtreecommitdiff
path: root/common/throttle_ap.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* throttle_ap: Add option to gate PROCHOT based on suspendJacky_Wang2022-07-011-1/+1
* common/throttle_ap.c: Format with clang-formatJack Rosenthal2022-06-291-12/+9
* throttle_ap: Add option to gate PROCHOT based on C10Keith Short2022-04-281-12/+50
* gpio: cleanup header usage for chipset taskKeith Short2022-02-251-0/+1
* throttle_ap: convert throttle_mutex to use K_MUTEX_DEFINEJack Rosenthal2021-03-231-6/+1
* zephyr: Add support for CPU throttlingSimon Glass2021-01-221-1/+6
* eldrid: ignore PROCHOT when system offScott Chao2020-12-111-0/+10
* throttle_ap: Turn on fans during PROCHOT eventsKeith Short2020-06-111-2/+11
* Volteer: add monitoring for PROCHOT inputKeith Short2020-03-281-0/+50
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* console_channel.inc: Add more ifdef to reduce number of channelsNicolas Boichat2018-05-261-2/+2
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Kunimitsu: remove console commands for code sizeKyoung Kim2016-04-141-2/+2
* Add cprints() and ccprints()Vic Yang2014-05-211-2/+2
* Handle multiple independent sources and types of CPU throttlingBill Richardson2013-09-111-0/+96