summaryrefslogtreecommitdiff
path: root/chip/lm4/peci.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-152/+0
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-1/+1
* Change PECI_TJMAX to a board config optionChromeOS Developer2013-12-131-13/+4
* lm4: Fix potential false over-temperature on entry to S0Alec Berg2013-12-091-1/+9
* Clean up hook priorties on LM4Randall Spangler2013-11-041-1/+1
* cleanup: Assorted TODO commentsRandall Spangler2013-10-311-4/+13
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-3/+3
* Completely new thermal/fan implementationBill Richardson2013-08-231-1/+1
* Use macros for C <-> K conversionsBill Richardson2013-08-071-1/+1
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-15/+2
* Switch temp sensor polling to use hooks instead of taskRandall Spangler2012-11-011-34/+32
* Hook functions no longer return valuesRandall Spangler2012-10-231-8/+3
* link: Temp sensors can return not-powered error codeRandall Spangler2012-10-111-1/+5
* link: Temp sensor read can return an error codeRandall Spangler2012-10-111-5/+6
* Initialize temperature reading buffer to sane valuesVic Yang2012-08-131-0/+5
* Lower PECI baud rate and increase poll frequencyVic Yang2012-07-031-12/+33
* Better help for console commandsRandall Spangler2012-05-251-1/+4
* Clean up debug commands to use less spaceRandall Spangler2012-05-211-3/+2
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-4/+3
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-1/+2
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-191-2/+7
* Support dynamically changing the system clockRandall Spangler2012-04-091-16/+26
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-0/+3
* Report error when PECI temperature read fails.Vic Yang2012-03-011-4/+2
* Temperature polling and temporal correctionVic Yang2012-02-181-2/+14
* Fix discovery and bds builds, which don't have temp sensor or peciRandall Spangler2012-02-131-3/+1
* Add PECI module and CPU temperature monitoringRandall Spangler2012-02-101-0/+106