summaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-244-60/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* pps: pps-gpio PPS ECHO implementationTom Burkart2019-05-141-3/+85
* pps: descriptor-based gpioTom Burkart2019-05-141-36/+31
* 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-211-2/+2
* drivers/pps: use surrounding "if PPS" to remove numerous dependency checksRobert P. J. Day2017-09-081-5/+2
* drivers: pps: Make PPS into a menuconfig to ease disablingVincent Legoll2017-05-181-4/+2
* 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/+0
* 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-111-1/+0
* pps-gpio: add device-tree binding and supportJan Luebbe2013-07-031-54/+73
* drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe2013-07-031-17/+1
* drivers/pps/clients/pps-gpio.c: convert to devm_* helpersJan Luebbe2013-07-031-21/+7
* Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
* drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall2013-02-271-4/+2
* 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/+4
* tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+1
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* pps gpio client: add missing dependencyHeiko Carstens2011-11-021-1/+1
* pps: new client driver using GPIOJames Nuss2011-11-023-0/+237
* pps: default echo functionJames Nuss2011-11-022-21/+0
* pps: change to new flag variablematt mooney2011-03-171-3/+1
* pps: claim parallel port exclusivelyAlexander Gordeev2011-01-261-1/+1
* pps ktimer: remove noisy messageRodolfo Giometti2011-01-261-2/+0
* pps: add parallel port PPS clientAlexander Gordeev2011-01-133-0/+266
* pps: timestamp is always passed to dcd_change()Alexander Gordeev2011-01-131-8/+0
* 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/+8
* pps: serial clients supportRodolfo Giometti2010-03-123-0/+162
* pps: LinuxPPS clients supportRodolfo Giometti2010-03-123-0/+150