aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/tmp461.c
Commit message (Expand)AuthorAgeFilesLines
* iicbus: Move i2c sensors drivers into new sensor subdirectoryEmmanuel Vadot2023-10-031-310/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* TMP461: Add support for ADT7461 sensorMateusz Kozyra2022-09-091-35/+156
* iicbus: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* tmp461_signed_extend32 is unused, remove itWarner Losh2022-04-051-1/+0
* TMP461: Add thermal sensor driverHubert Mazur2021-12-021-0/+194