aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ow
Commit message (Expand)AuthorAgeFilesLines
* fix up r349428, fix a typo made during "fdt" removalAndriy Gapon2019-06-261-1/+1
* owc_gpiobus: clean / fix up the driver module thingsAndriy Gapon2019-06-261-2/+4
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* Fix panic message when we can't create thread for one wire temperatureWarner Losh2018-12-201-1/+1
* [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