aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ow
Commit message (Expand)AuthorAgeFilesLines
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-201-1/+1
* Add inline functions to convert between sbintime_t and decimal time units.Ian Lepore2017-07-291-2/+2
* 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
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* dev/ow: Tag an unreachable switch default.Pedro F. Giffuni2016-05-161-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Simply to appease gcc's warnings.Warner Losh2015-08-281-1/+1
* New 1-Wire bus implementation. 1-Wire controller is abstracted, thoughWarner Losh2015-08-279-0/+1836