aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-23pps: do not crash when failed to registerJiri Slaby1-1/+1
2014-10-20pps: clients: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-13drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-11drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03pps-gpio: add device-tree binding and supportJan Luebbe1-54/+73
2013-07-03drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe1-17/+1
2013-07-03drivers/pps/clients/pps-gpio.c: convert to devm_* helpersJan Luebbe1-21/+7
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2013-02-27drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall1-4/+2
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin1-4/+7
2013-02-13pps: Don't crash the machine when exiting will doGeorge Spelvin1-1/+10
2013-02-13pps: Use pps_lookup_dev to reduce ldisc couplingGeorge Spelvin1-6/+4
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2011-11-02pps gpio client: add missing dependencyHeiko Carstens1-1/+1
2011-11-02pps: new client driver using GPIOJames Nuss3-0/+237
2011-11-02pps: default echo functionJames Nuss2-21/+0
2011-03-17pps: change to new flag variablematt mooney1-3/+1
2011-01-26pps: claim parallel port exclusivelyAlexander Gordeev1-1/+1
2011-01-26pps ktimer: remove noisy messageRodolfo Giometti1-2/+0
2011-01-13pps: add parallel port PPS clientAlexander Gordeev3-0/+266
2011-01-13pps: timestamp is always passed to dcd_change()Alexander Gordeev1-8/+0
2011-01-13pps: convert printk/pr_* to dev_*Alexander Gordeev2-2/+5
2011-01-13pps: access pps device by direct pointerAlexander Gordeev2-32/+39
2011-01-13pps: unify timestamp gatheringAlexander Gordeev2-19/+8
2010-03-12pps: serial clients supportRodolfo Giometti3-0/+162
2010-03-12pps: LinuxPPS clients supportRodolfo Giometti3-0/+150