aboutsummaryrefslogtreecommitdiff
path: root/drivers/pps/kapi.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-01ntp/pps: use y2038 safe types in pps_event_timeGravatar Arnd Bergmann 1-2/+2
2013-02-27pps: convert to idr_alloc()Gravatar Tejun Heo 1-1/+1
2011-11-02pps: default echo functionGravatar James Nuss 1-7/+13
2011-02-25pps: initialize ts_real properlyGravatar Alexander Gordeev 1-1/+1
2011-01-13pps: add kernel consumer supportGravatar Alexander Gordeev 1-0/+6
2011-01-13pps: simplify conditions a bitGravatar Alexander Gordeev 1-4/+2
2011-01-13pps: use BUG_ON for kernel API safety checksGravatar Alexander Gordeev 1-4/+2
2011-01-13pps: move idr stuff to pps.cGravatar Alexander Gordeev 1-53/+3
2011-01-13pps: convert printk/pr_* to dev_*Gravatar Alexander Gordeev 1-7/+8
2011-01-13pps: access pps device by direct pointerGravatar Alexander Gordeev 1-96/+28
2011-01-13pps: unify timestamp gatheringGravatar Alexander Gordeev 1-7/+12
2011-01-13pps: fix race in PPS_FETCH handlerGravatar Alexander Gordeev 1-2/+2
2011-01-13pps: trivial fixesGravatar Alexander Gordeev 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-12pps: events reporting fix upGravatar Rodolfo Giometti 1-5/+15
2009-06-18LinuxPPS: core supportGravatar Rodolfo Giometti 1-0/+329