summaryrefslogtreecommitdiffstats
path: root/drivers/pps
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-2410-148/+10Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-216-0/+6
* pps: pps-gpio PPS ECHO implementationTom Burkart2019-05-151-3/+85
* pps: descriptor-based gpioTom Burkart2019-05-151-36/+31Star
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-2/+2
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-211-2/+2
* | pps: using ERR_PTR instead of NULL while pps_register_source failsYueHaibing2018-11-275-9/+10
|/
* pps: generator: use new parport device modelSudip Mukherjee2018-03-141-3/+9
* pps: client: use new parport device modelSudip Mukherjee2018-03-141-3/+18
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* pps: parport: use timespec64 instead of timespecArnd Bergmann2018-02-071-20/+20
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-2/+2
* drivers/pps: use surrounding "if PPS" to remove numerous dependency checksRobert P. J. Day2017-09-093-9/+8Star
* drivers: pps: Make PPS into a menuconfig to ease disablingVincent Legoll2017-05-183-14/+7Star
* 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: kc: fix non-tickless system config dependencyMaciej S. Szmigiero2016-10-121-1/+1
* pps: do not crash when failed to registerJiri Slaby2016-07-231-1/+1
* ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann2015-10-012-5/+3Star
* ntp/pps: use timespec64 for hardpps()Arnd Bergmann2015-10-011-1/+3
* pps: clients: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptrSachin Kamat2013-11-131-1/+1
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+1
* drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-121-1/+0Star
* PPS: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-202-21/+36
* pps-gpio: add device-tree binding and supportJan Luebbe2013-07-041-54/+73
* drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe2013-07-041-17/+1Star
* drivers/pps/clients/pps-gpio.c: convert to devm_* helpersJan Luebbe2013-07-041-21/+7Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-0/+1
|\
| * Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
* | pps: pps_kc_hardpps_lock can be staticFengguang Wu2013-05-011-3/+3
* | pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli2013-05-011-2/+4
|/
* drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall2013-02-281-4/+2Star
* pps: convert to idr_alloc()Tejun Heo2013-02-282-23/+15Star
* pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-131-4/+7
* pps: Don't crash the machine when exiting will doGeorge Spelvin2013-02-131-1/+10
* pps: Fix a use-after free bug when unregistering a source.George Spelvin2013-02-131-4/+10
* pps: Use pps_lookup_dev to reduce ldisc couplingGeorge Spelvin2013-02-131-6/+4Star
* pps: Add pps_lookup_dev() functionGeorge Spelvin2013-02-131-0/+33
* tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-1/+1
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2012-11-011-1/+0Star
* 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 gpio client: add missing dependencyHeiko Carstens2011-11-031-1/+1
* pps: new client driver using GPIOJames Nuss2011-11-033-0/+237
* pps: default echo functionJames Nuss2011-11-033-28/+13Star