aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ow
Commit message (Expand)AuthorAgeFilesLines
* MFC r361011: kernel: provide panicky version of __unreachableKyle Evans2020-05-211-1/+1
* MFC r355598, r355727, r355735, r355858Ian Lepore2019-12-221-107/+88
* MFC r354205: Remove redundant hw sysctl declaration.Andriy Gapon2019-11-201-1/+0
* MFC r354183: ow(4): clean up stray white spaceAndriy Gapon2019-11-201-3/+3
* MFC r354181: ow(4): protocol timings can now be changed as sysctl-s / tunablesAndriy Gapon2019-11-201-22/+126
* MFC r354180: ow(4): increase regular mode recovery time, t_rec, to 15 usAndriy Gapon2019-11-201-1/+1
* MFC r354077,r354078: owc_gpiobus_read_data: add recovery time to the read slotAndriy Gapon2019-11-081-1/+1
* MFC r354076: owc_gpiobus_read_data: compare times in sbintime_t unitsAndriy Gapon2019-11-081-3/+3
* MFC r354069: owc_gpiobus_read_data: disable preemption earlierAndriy Gapon2019-11-081-1/+2
* MFC r354067,r354068: ow_temp: drop the lock around a call that can sleepAndriy Gapon2019-11-051-2/+4
* MFC r349883: owc_gpiobus: small formatting cleanupAndriy Gapon2019-08-121-16/+15
* MFC r349428,r349433: owc_gpiobus: clean / fix up the driver module thingsAndriy Gapon2019-07-161-2/+4
* [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