aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ow/ow_temp.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ow: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* ow: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* ow_temp: better scopes for the lockAndriy Gapon2019-10-251-3/+3
* ow_temp: drop the lock around a call that can sleepAndriy Gapon2019-10-251-0/+2
* Fix panic message when we can't create thread for one wire temperatureWarner Losh2018-12-201-1/+1
* ow_temp: Update the temperature visible via the sysctl atomically, ratherGavin Atkinson2016-12-221-6/+6
* ow_temp: Correct typo in commentGavin Atkinson2016-12-211-1/+1
* New 1-Wire bus implementation. 1-Wire controller is abstracted, thoughWarner Losh2015-08-271-0/+285