aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpiopps.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Make device_busy/unbusy work w/o Giant heldWarner Losh2021-11-301-7/+2
* Revert "Make device_busy/unbusy work w/o Giant held"Warner Losh2021-11-301-2/+7
* Make device_busy/unbusy work w/o Giant heldWarner Losh2021-11-301-7/+2
* Fix a common typo in source code commentsGordon Bergling2021-08-291-1/+1
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-231-1/+1
* Define PNP info after defining driver modulesMark Johnston2021-01-211-1/+1
* Add PNP_INFO to the gpiopps driver.Ian Lepore2019-08-131-0/+1
* Add a PPS driver that takes the timing pulse from a gpio pin. CurrentlyIan Lepore2016-05-261-0/+294