summaryrefslogtreecommitdiffstats
path: root/drivers/pps/pps.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctlMiroslav Lichvar2019-07-171-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-15/+1Star
* 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-201-1/+1
* pps: convert to idr_alloc()Tejun Heo2013-02-281-22/+14Star
* 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-051-1/+1
* pps: return PTR_ERR on error in device_createEmil Goode2012-07-311-1/+3
* pps: class_create() returns an ERR_PTR, not NULLDan Carpenter2012-03-061-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/+6Star
* 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-271-1/+1
* LinuxPPS: core supportRodolfo Giometti2009-06-181-0/+312