summaryrefslogtreecommitdiff
path: root/chip/lm4/peci.c
Commit message (Expand)AuthorAgeFilesLines
* 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