aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_clock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+2
2018-12-19ptp: fix an IS_ERR() vs NULL checkDan Carpenter1-1/+2
2018-11-23ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing1-1/+4
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar1-1/+4
2018-10-28ptp: drop redundant kasprintf() to create worker nameRasmus Villemoes1-5/+1
2017-08-01ptp: introduce ptp auxiliary workerGrygorii Strashko1-0/+42
2017-04-14time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani1-11/+7
2017-02-17ptp: create "pins" together with the rest of attributesDmitry Torokhov1-9/+11
2017-02-17ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov1-2/+0
2016-11-09ptp: Introduce a high resolution frequency adjustment method.Richard Cochran1-1/+4
2016-10-03ptp: Fix resource leak in case of errorChristophe Jaillet1-0/+1
2015-03-31ptp: remove 32 bit get/set methods.Richard Cochran1-11/+4
2015-03-31ptp: use the 64 bit get/set time methods for the posix clock.Richard Cochran1-2/+17
2014-04-28ptp: validate the requested frequency adjustment.Richard Cochran1-1/+4
2014-03-21ptp: introduce programmable pins.Richard Cochran1-0/+23
2013-07-26PTP: convert class code to use dev_groupsGreg Kroah-Hartman1-1/+1
2013-04-12ptp: dynamic allocation of PHC char devicesJiri Benc1-25/+13
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran1-2/+3
2012-09-22ptp: provide the clock's adjusted frequencyRichard Cochran1-2/+3
2012-09-22ptp: remember the adjusted frequencyRichard Cochran1-0/+1
2012-09-07pps/ptp: Allow PHC devices to adjust PPS events for known delayBen Hutchings1-0/+5
2012-04-04ptp: Add a method for obtaining the device index.Richard Cochran1-0/+6
2012-03-17phc: Update author's email address.Richard Cochran1-1/+1
2011-12-06ptp: Fix clock_getres() implementationThomas Gleixner1-1/+3
2011-05-23ptp: Added a brand new class driver for ptp clocks.Richard Cochran1-0/+343