summaryrefslogtreecommitdiffstats
path: root/drivers/pps/pps.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* pps: fix padding issue with PPS_FETCH for ioctl_compatMatt Ranostay2017-03-171-31/+79
* pps: add ioctl_compat function to correct ioctl definitionsMatt Ranostay2017-03-171-0/+13
* PPS: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-191-1/+1
* pps: convert to idr_alloc()Tejun Heo2013-02-271-22/+14
* pps: Fix a use-after free bug when unregistering a source.George Spelvin2013-02-131-4/+10
* pps: Add pps_lookup_dev() functionGeorge Spelvin2013-02-131-0/+33
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-061-1/+1
* pps: return PTR_ERR on error in device_createEmil Goode2012-07-301-1/+3
* pps: class_create() returns an ERR_PTR, not NULLDan Carpenter2012-03-051-2/+2
* pps: add kernel consumer supportAlexander Gordeev2011-01-131-1/+37
* pps: make idr lock a mutex and protect idr_pre_getAlexander Gordeev2011-01-131-8/+11
* pps: move idr stuff to pps.cAlexander Gordeev2011-01-131-1/+49
* pps: convert printk/pr_* to dev_*Alexander Gordeev2011-01-131-12/+13
* pps: access pps device by direct pointerAlexander Gordeev2011-01-131-16/+6
* pps: fix race in PPS_FETCH handlerAlexander Gordeev2011-01-131-3/+7
* pps: declare variables where they are used in switchAlexander Gordeev2011-01-131-4/+6
* pps: locking scheme fix up for PPS_GETPARAMSRodolfo Giometti2009-11-121-3/+8
* pps: fix incorrect verdict checkJoonwoo Park2009-08-261-1/+1
* LinuxPPS: core supportRodolfo Giometti2009-06-181-0/+312
OpenPOWER on IntegriCloud