aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ow
Commit message (Expand)AuthorAgeFilesLines
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-231-4/+2
* Define PNP info after defining driver modulesMark Johnston2021-01-211-2/+4
* ow: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-7/+3
* kernel: provide panicky version of __unreachableKyle Evans2020-05-131-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-5/+7
* Update owc_gpiobus (one-wire over gpio) to the modern gpio_pin interface.Ian Lepore2019-12-171-105/+88
* Be consistent about checking return value from bus_delayed_attach_children.Warner Losh2019-12-131-3/+1
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-131-1/+1
* Do not attach children of owc_gpiobus until interrupts are working.Ian Lepore2019-12-101-1/+1
* Regularize my copyright noticeWarner Losh2019-12-048-16/+8
* Remove redundant hw sysctl declaration. gcc CI complains, but clang doesn't.Warner Losh2019-10-301-1/+0
* ow(4): clean up stray white spaceAndriy Gapon2019-10-301-3/+3
* ow(4): protocol timings can now be changed as sysctl-s / tunablesAndriy Gapon2019-10-301-22/+126
* ow(4): increase regular mode recovery time, t_rec, to 15 usAndriy Gapon2019-10-301-1/+1
* owc_gpiobus: add missing space in r354077Andriy Gapon2019-10-251-1/+1
* owc_gpiobus_read_data: add recovery time to the read slotAndriy Gapon2019-10-251-1/+1
* owc_gpiobus_read_data: compare times in sbintime_t unitsAndriy Gapon2019-10-251-3/+3
* owc_gpiobus_read_data: disable preemption earlierAndriy Gapon2019-10-251-1/+2
* 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
* owc_gpiobus: small formatting cleanupAndriy Gapon2019-07-101-16/+15
* 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