summaryrefslogtreecommitdiff
path: root/common/temp_sensor.c
Commit message (Expand)AuthorAgeFilesLines
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-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
* separate dptf logic from existing thermal logic.Ravi Chandra Sadineni2016-07-301-0/+2
* Show the fan-cooling percentage for each active temp sensorBill Richardson2015-01-141-1/+10
* cleanup: Rename and move header filesRandall Spangler2013-10-231-11/+2
* Also test temp sensor read delegation in thermal testVic Yang2013-09-041-1/+1
* Completely new thermal/fan implementationBill Richardson2013-08-231-3/+2
* Use macros for C <-> K conversionsBill Richardson2013-08-071-1/+1
* Revert "Revert "Add thermal engine test""Vic Yang2013-05-171-1/+1
* Revert "Add thermal engine test"Vic Yang2013-05-161-1/+1
* Add thermal engine testVic Yang2013-05-151-1/+1
* Switch temp sensor polling to use hooks instead of taskRandall Spangler2012-11-011-29/+5
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-1/+1
* Clean up thermal modulesRandall Spangler2012-10-261-10/+32
* link: TMP006 S0 param is uncalibrated by defaultRandall Spangler2012-10-111-3/+14
* link: Added sensor-not-calibrated error for TMP006Randall Spangler2012-10-111-0/+3
* link: Temp sensors can return not-powered error codeRandall Spangler2012-10-111-22/+8
* link: Temp sensor read can return an error codeRandall Spangler2012-10-111-18/+12
* Initialize temperature reading buffer to sane valuesVic Yang2012-08-131-5/+23
* Support up to 24 thermal sensorsRandall Spangler2012-07-221-10/+25
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-121-0/+4
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-071-6/+5
* Lower PECI baud rate and increase poll frequencyVic Yang2012-07-031-6/+16
* Better help for console commandsRandall Spangler2012-05-251-1/+4
* Even more debug command cleanup to save spaceRandall Spangler2012-05-211-10/+4
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-4/+3
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-5/+5
* Clean up initsRandall Spangler2012-04-191-7/+0
* Change task messages to eventsRandall Spangler2012-04-061-2/+2
* Temp sensor report 0xfd on sensor unpowered.Vic Yang2012-03-141-8/+34
* Tidy output of temps commandRandall Spangler2012-03-131-3/+3
* Write temperature values to LPC mapped value space.Vic Yang2012-02-241-0/+19
* Temperature polling and temporal correctionVic Yang2012-02-181-217/+19
* Add fixed-point temp calculation as backup option.Vic Yang2012-02-161-0/+46
* Change TMP006 temperature calculation to use FP.Vic Yang2012-02-151-40/+30
* Change temperature sensor debug command behaviourVic Yang2012-02-141-4/+5
* Fix discovery and bds builds, which don't have temp sensor or peciRandall Spangler2012-02-131-2/+2
* Add tmp006 object temperature calculationVic Yang2012-02-081-1/+111
* Refactor temperature sensor code and add support of Link I2C temp sensor.Vic Yang2012-02-041-0/+142