summaryrefslogtreecommitdiff
path: root/driver/temp_sensor
Commit message (Expand)AuthorAgeFilesLines
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-133-3/+3
* coil: remove unused driver codeMary Ruthven2021-01-0624-3616/+0
* driver: g753: add driver supportLu Zhang2019-10-252-0/+245
* printf: Convert %b to %pbEvan Green2019-10-054-16/+20
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-3/+3
* thermistor: update Steinhart-Hart equationsPaul Fagerburg2019-08-122-1/+53
* Remove __7b, __8b and __7bfDenis Brockus2019-07-2019-48/+48
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-1919-40/+62
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-3/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1910-10/+10
* thermistor: Add STEINHART-HART lookup table for NCP15WB473F03RCVijay Hiremath2019-04-262-1/+56
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-268-90/+90
* thermistor: Consolidate thermistor_get_temperature() functionsVijay Hiremath2019-03-091-52/+32
* temp_sensor: Guard thermistor readings by their power rail enable gpioScott Collyer2019-02-121-6/+33
* temp_sensor: Add (basic) support for TI TMP468 Temperature SensorMoritz Fischer2018-09-132-0/+225
* bip: Add charger temp sensorJustin TerAvest2018-07-302-0/+62
* F75303: Set fake temperatureTino Liu2018-07-261-0/+41
* f75303: Simplify f75303_get_val APIDaisuke Nojiri2018-07-232-30/+17
* f75303: Make get_temp return temperature in KelvinDaisuke Nojiri2018-07-191-6/+1
* thermistor: move thermistor tables into common codeJett Rink2018-06-153-54/+187
* Nami: Add remote temperture 2 reading functionElthan_Huang2018-02-272-4/+13
* Nami: Update for ALS and temperture sensorElmo_Lan2018-01-282-0/+96
* Add SB-TSI temp sensor driverAlec Thilenius2018-01-032-0/+86
* ec_driver: Add ADT7481 and TMP411 I2C sensorsScott Worley2017-12-284-0/+996
* Fizz: Modify thermal tableRyan Zhang2017-11-062-8/+55
* driver: temp_sensor: Add support for TI TMP112 sensorMoritz Fischer2016-12-302-0/+111
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-243-6/+4
* Correct interpolation algorithm of thermal values.Ravi Chandra Sadineni2016-08-172-19/+20
* thermistor: Add generic linear interpolation algorithmDavid Hendricks2016-08-012-0/+89
* COMMON: Add extend function for tmp432 ICRyan Zhang2016-05-182-0/+90
* temp sensor: add support for G782Kevin K Wong2016-04-034-286/+375
* driver/temp_sensor: Add support thermistor on EC's own ADCWonjoon Lee2015-09-112-0/+80
* temp_sensor: Separate ADC interface and thermistor mathsWonjoon Lee2015-09-113-88/+128
* driver/temp_sensor: Add power control API for TMP432Ben Lok2015-09-032-4/+83
* driver/temp_sensor: Add support for BD99992GWShawn Nematbakhsh2015-08-032-0/+350
* Driver: Add macros to conditionally compile the console commandsVijay Hiremath2015-07-293-0/+14
* cleanup: fix all the header guardsBill Richardson2015-06-182-6/+6
* samus: new algorithm for tmp006 object temperatureBill Richardson2014-10-222-207/+248
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* samus: Add host command to read raw tmp006 dataRandall Spangler2014-03-071-0/+22
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-192-29/+29
* Clean up g781 temp sensor function namesChromeOS Developer2013-12-091-35/+35
* Basic driver for tmp432 temperature sensorChromeOS Developer2013-12-072-0/+313
* cleanup: Rename and move header filesRandall Spangler2013-10-233-1/+103
* Move source files to driver/ and power/ subdirsRandall Spangler2013-10-232-0/+654