summaryrefslogtreecommitdiff
path: root/driver/temp_sensor
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-1229-29/+29
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-017-11/+11
* util: remove unused includesYuval Peress2022-08-052-0/+2
* tree: Remove non-standard %pb printf formatTom Hughes2022-07-125-24/+19
* driver/temp_sensor/tmp411.h: Format with clang-formatJack Rosenthal2022-07-011-66/+66
* driver/temp_sensor/oti502.c: Format with clang-formatJack Rosenthal2022-07-011-4/+4
* driver/temp_sensor/adt7481.h: Format with clang-formatJack Rosenthal2022-07-011-94/+92
* driver/temp_sensor/sb_tsi.c: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* driver/temp_sensor/ec_adc.h: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* driver/temp_sensor/amd_r19me4070.c: Format with clang-formatJack Rosenthal2022-07-011-8/+8
* driver/temp_sensor/thermistor_ncp15wb.c: Format with clang-formatJack Rosenthal2022-07-011-21/+23
* driver/temp_sensor/tmp411.c: Format with clang-formatJack Rosenthal2022-07-011-19/+13
* driver/temp_sensor/thermistor.c: Format with clang-formatJack Rosenthal2022-07-011-69/+69
* driver/temp_sensor/f75303.c: Format with clang-formatJack Rosenthal2022-07-011-6/+4
* driver/temp_sensor/g753.c: Format with clang-formatJack Rosenthal2022-07-011-12/+9
* driver/temp_sensor/tmp112.c: Format with clang-formatJack Rosenthal2022-06-301-5/+4
* driver/temp_sensor/bd99992gw.c: Format with clang-formatJack Rosenthal2022-06-301-20/+20
* driver/temp_sensor/tmp468.c: Format with clang-formatJack Rosenthal2022-06-301-8/+8
* driver/temp_sensor/g78x.h: Format with clang-formatJack Rosenthal2022-06-291-96/+96
* driver/temp_sensor/oti502.h: Format with clang-formatJack Rosenthal2022-06-291-4/+4
* driver/temp_sensor/adt7481.c: Format with clang-formatJack Rosenthal2022-06-291-26/+19
* driver/temp_sensor/tmp432.h: Format with clang-formatJack Rosenthal2022-06-291-69/+69
* driver/temp_sensor/tmp006.c: Format with clang-formatJack Rosenthal2022-06-291-57/+41
* driver/temp_sensor/f75303.h: Format with clang-formatJack Rosenthal2022-06-291-6/+6
* driver/temp_sensor/g753.h: Format with clang-formatJack Rosenthal2022-06-291-24/+23
* driver/temp_sensor/ec_adc.c: Format with clang-formatJack Rosenthal2022-06-281-8/+8
* driver/temp_sensor/amd_r19me4070.h: Format with clang-formatJack Rosenthal2022-06-281-1/+1
* driver/temp_sensor/bd99992gw.h: Format with clang-formatJack Rosenthal2022-06-281-51/+51
* driver/temp_sensor/g78x.c: Format with clang-formatJack Rosenthal2022-06-281-19/+13
* driver/temp_sensor/tmp006.h: Format with clang-formatJack Rosenthal2022-06-281-6/+6
* driver/temp_sensor/tmp468.h: Format with clang-formatJack Rosenthal2022-06-281-68/+67
* driver/temp_sensor/tmp432.c: Format with clang-formatJack Rosenthal2022-06-281-29/+21
* driver/temp_sensor/pct2075.c: Format with clang-formatJack Rosenthal2022-06-281-4/+4
* Replace power_get_state calls with chipset_in_statePeter Marheine2022-06-031-1/+1
* 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