summaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-244-60/+4Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* pps: pps-gpio PPS ECHO implementationTom Burkart2019-05-151-3/+85
* pps: descriptor-based gpioTom Burkart2019-05-151-36/+31Star
* pps: using ERR_PTR instead of NULL while pps_register_source failsYueHaibing2018-11-274-7/+7
* pps: client: use new parport device modelSudip Mukherjee2018-03-141-3/+18
* 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-091-5/+2Star
* drivers: pps: Make PPS into a menuconfig to ease disablingVincent Legoll2017-05-181-4/+2Star
* pps: do not crash when failed to registerJiri Slaby2016-07-231-1/+1
* 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-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
* Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
* drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall2013-02-281-4/+2Star
* 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: Use pps_lookup_dev to reduce ldisc couplingGeorge Spelvin2013-02-131-6/+4Star
* 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 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-032-21/+0Star
* pps: change to new flag variablematt mooney2011-03-171-3/+1Star
* pps: claim parallel port exclusivelyAlexander Gordeev2011-01-261-1/+1
* pps ktimer: remove noisy messageRodolfo Giometti2011-01-261-2/+0Star
* pps: add parallel port PPS clientAlexander Gordeev2011-01-133-0/+266
* pps: timestamp is always passed to dcd_change()Alexander Gordeev2011-01-131-8/+0Star
* pps: convert printk/pr_* to dev_*Alexander Gordeev2011-01-132-2/+5
* pps: access pps device by direct pointerAlexander Gordeev2011-01-132-32/+39
* pps: unify timestamp gatheringAlexander Gordeev2011-01-132-19/+8Star
* pps: serial clients supportRodolfo Giometti2010-03-133-0/+162
* pps: LinuxPPS clients supportRodolfo Giometti2010-03-133-0/+150