summaryrefslogtreecommitdiffstats
path: root/drivers/pps
Commit message (Expand)AuthorAgeFilesLines
* pps: kc: fix non-tickless system config dependencyMaciej S. Szmigiero2016-10-111-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/+3
* ntp/pps: use timespec64 for hardpps()Arnd Bergmann2015-10-011-1/+3
* 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: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-192-21/+36
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+1
|\
| * Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
* | pps: pps_kc_hardpps_lock can be staticFengguang Wu2013-04-301-3/+3
* | pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli2013-04-301-2/+4
|/
* drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall2013-02-271-4/+2
* pps: convert to idr_alloc()Tejun Heo2013-02-272-23/+15
* 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/+4
* pps: Add pps_lookup_dev() functionGeorge Spelvin2013-02-131-0/+33
* 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, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2012-11-011-1/+0
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-061-1/+1
* pps: return PTR_ERR on error in device_createEmil Goode2012-07-301-1/+3
* pps: class_create() returns an ERR_PTR, not NULLDan Carpenter2012-03-051-2/+2
* 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-023-28/+13
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* pps: remove unreachable codeAlexander Gordeev2011-03-221-5/+0
* pps: change to new flag variablematt mooney2011-03-171-3/+1
* pps: make pps_gen_parport depend on BROKENThomas Gleixner2011-03-041-1/+1
* pps: initialize ts_real properlyAlexander Gordeev2011-02-251-1/+1
* pps: claim parallel port exclusivelyAlexander Gordeev2011-01-262-2/+2
* pps ktimer: remove noisy messageRodolfo Giometti2011-01-261-2/+0
* pps: add parallel port PPS signal generatorAlexander Gordeev2011-01-132-7/+10
* pps: add parallel port PPS signal generatorAlexander Gordeev2011-01-135-1/+304
* pps: add parallel port PPS clientAlexander Gordeev2011-01-133-0/+266
* pps: add kernel consumer supportAlexander Gordeev2011-01-135-1/+212
* ntp: add hardpps implementationAlexander Gordeev2011-01-131-0/+9
* pps: timestamp is always passed to dcd_change()Alexander Gordeev2011-01-131-8/+0
* pps: simplify conditions a bitAlexander Gordeev2011-01-131-4/+2
* pps: use BUG_ON for kernel API safety checksAlexander Gordeev2011-01-131-4/+2
* 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-132-54/+52
* pps: convert printk/pr_* to dev_*Alexander Gordeev2011-01-134-21/+26