summaryrefslogtreecommitdiff
path: root/common/temp_sensor.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-173/+0
* zephyr: drivers: thermistors are device tree nodesAaron Massey2021-09-241-0/+4
* zephyr: add shim thermal supportDawid Niedzwiecki2021-02-231-3/+0
* zephyr: add shim temperature sensorsDawid Niedzwiecki2021-02-171-0/+7
* thermal: Print temperature sensor values before shutting down APVijay Hiremath2021-02-081-2/+4
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-2/+2
* 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