aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps/kapi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-01ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann1-2/+2
2013-02-27pps: convert to idr_alloc()Tejun Heo1-1/+1
2011-11-02pps: default echo functionJames Nuss1-7/+13
2011-02-25pps: initialize ts_real properlyAlexander Gordeev1-1/+1
2011-01-13pps: add kernel consumer supportAlexander Gordeev1-0/+6
2011-01-13pps: simplify conditions a bitAlexander Gordeev1-4/+2
2011-01-13pps: use BUG_ON for kernel API safety checksAlexander Gordeev1-4/+2
2011-01-13pps: move idr stuff to pps.cAlexander Gordeev1-53/+3
2011-01-13pps: convert printk/pr_* to dev_*Alexander Gordeev1-7/+8
2011-01-13pps: access pps device by direct pointerAlexander Gordeev1-96/+28
2011-01-13pps: unify timestamp gatheringAlexander Gordeev1-7/+12
2011-01-13pps: fix race in PPS_FETCH handlerAlexander Gordeev1-2/+2
2011-01-13pps: trivial fixesAlexander Gordeev1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-12pps: events reporting fix upRodolfo Giometti1-5/+15
2009-06-18LinuxPPS: core supportRodolfo Giometti1-0/+329