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