summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/adt7481.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* tree: Remove non-standard %pb printf formatTom Hughes2022-07-121-6/+5
* driver/temp_sensor/adt7481.c: Format with clang-formatJack Rosenthal2022-06-291-26/+19
* config: change temp_sensor_power from config to gpioMichał Barnaś2022-01-101-4/+4
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* printf: Convert %b to %pbEvan Green2019-10-051-5/+6
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-2/+2
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-2/+4
* ec_driver: Add ADT7481 and TMP411 I2C sensorsScott Worley2017-12-281-0/+349