summaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpiopps.c
Commit message (Collapse)AuthorAgeFilesLines
* Add PNP_INFO to the gpiopps driver.Ian Lepore2019-08-131-0/+1
| | | | Notes: svn path=/head/; revision=350988
* Add a PPS driver that takes the timing pulse from a gpio pin. CurrentlyIan Lepore2016-05-261-0/+294
supports only ofw/fdt systems. Some day, hinted attachment for non-fdt systems should be possible too. Notes: svn path=/head/; revision=300811