]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a PPS driver that takes the timing pulse from a gpio pin. Currently
authorian <ian@FreeBSD.org>
Thu, 26 May 2016 23:56:12 +0000 (23:56 +0000)
committerian <ian@FreeBSD.org>
Thu, 26 May 2016 23:56:12 +0000 (23:56 +0000)
commit9b3e507c26c40deb07dcbf97d429edbd15ca86ab
treee0061df50514492088c4b7782f2266bcdbd7b1c6
parentae0b7d188da46e05731493b7190dd45391d67d4e
Add a PPS driver that takes the timing pulse from a gpio pin.  Currently
supports only ofw/fdt systems.  Some day, hinted attachment for non-fdt
systems should be possible too.
sys/conf/files
sys/dev/gpio/gpiopps.c [new file with mode: 0644]
sys/gnu/dts/arm/imx6qdl-wandboard.dtsi
sys/modules/Makefile
sys/modules/gpio/Makefile
sys/modules/gpio/gpiopps/Makefile [new file with mode: 0644]