summaryrefslogtreecommitdiff
path: root/driver/temp_sensor
Commit message (Expand)AuthorAgeFilesLines
* Zephyr: Add PCT2075 devicetree supportDiana Z2022-01-211-0/+4
* PCT2075: Move headerDiana Z2022-01-182-71/+1
* SB TSI: Move headerDiana Z2022-01-182-47/+1
* config: change temp_sensor_power from config to gpioMichał Barnaś2022-01-107-23/+23
* TMP112: Prepare for zephyr useDiana Z2021-12-162-67/+5
* driver/temp_sensor: support thermal sensor pct2075Zick Wei2021-11-232-0/+161
* tree: Files should end with single newlineTom Hughes2021-10-184-4/+0
* tree: Make all host commands staticTom Hughes2021-10-151-3/+3
* zephyr: drivers: thermistors are device tree nodesAaron Massey2021-09-241-3/+4
* tmp112: Support reading TMP112 in millikelvinRob Barnes2021-08-252-13/+35
* TMP112: Make init externally availableDiana Z2021-06-072-1/+8
* TMP112: Handle unpowered i2c portsDiana Z2021-06-071-3/+23
* TMP112: Support multiple sensorsDiana Z2021-06-072-14/+39
* TMP112: Add more I2C addressesDiana Z2021-06-042-3/+6
* thermistor: update Steinhart-Hart equationsTomasz Michalec2021-05-201-37/+37
* drivers/temp_sensor: add thermistor resistance table docJett Rink2021-05-192-1/+110
* thermisor: move header to include dirDawid Niedzwiecki2021-04-225-154/+4
* COIL: Rename comments in SB-TSI driverDiana Z2021-01-272-2/+2
* amd_r19me4070: Set GPU temp to 0 when read failedPuthikorn Voravootivat2020-11-241-1/+6
* mushu: Bring up F75303 temp sensorPuthikorn Voravootivat2020-06-161-0/+4
* driver/temp_sensor: fix tmp432 compile issueZick Wei2020-05-281-0/+4
* Driver : Read GPU temperature in S0.loganliao2020-05-201-1/+7
* Mushu : Modify GPU slave address and Cmd protocol.loganliao2020-04-241-18/+21
* thermal: rename AMD AP I2C port nameZick Wei2020-04-171-1/+1
* Mushu : Add GPU temperature sensor driverloganliao2020-03-132-0/+96
* driver/temp_sensor: add support OTI502 temperature sensorDevin Lu2020-01-222-0/+94
* 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