aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_clock.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-08ptp: Relocate lookup cookie to correct block.Gravatar Jonathan Lemon 1-1/+1
2021-07-05ptp: fix NULL pointer dereference in ptp_clock_registerGravatar Yangbo Lu 1-1/+1
2021-07-01ptp: add kernel API ptp_get_vclocks_index()Gravatar Yangbo Lu 1-1/+2
2021-07-01ptp: track available ptp vclocks informationGravatar Yangbo Lu 1-1/+14
2021-07-01ptp: support ptp physical/virtual clocks conversionGravatar Yangbo Lu 1-0/+26
2021-06-29ptp: Set lookup cookie when creating a PTP PPS source.Gravatar Jonathan Lemon 1-0/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-06-15ptp: improve max_adj check against unreasonable valuesGravatar Jakub Kicinski 1-3/+3
2021-05-10ptp: ptp_clock: make scaled_ppm_to_ppb static inlineGravatar Radu Pirea (NXP OSS) 1-21/+0
2020-05-25ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC dev...Gravatar Richard Cochran 1-2/+8
2020-05-02ptp: Add adjphase function to support phase offset control.Gravatar Vincent Cheng 1-0/+3
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Gravatar Richard Cochran 1-2/+15
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-2/+2
2020-01-14ptp: free ptp device pin descriptors properlyGravatar Vladis Dronov 1-2/+2
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-17/+14
2019-12-30ptp: introduce ptp_cancel_worker_syncGravatar Vladimir Oltean 1-0/+6
2019-12-30ptp: fix the race between the release of ptp_clock and cdevGravatar Vladis Dronov 1-17/+14
2019-06-13ptp: ptp_clock: Publish scaled_ppm_to_ppbGravatar Shalom Toledo 1-1/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 1-14/+1
2019-02-07timex: use __kernel_timex internallyGravatar Deepa Dinamani 1-1/+1
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2018-12-19ptp: fix an IS_ERR() vs NULL checkGravatar Dan Carpenter 1-1/+2
2018-11-23ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerGravatar YueHaibing 1-1/+4
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Gravatar Miroslav Lichvar 1-1/+4
2018-10-28ptp: drop redundant kasprintf() to create worker nameGravatar Rasmus Villemoes 1-5/+1
2017-08-01ptp: introduce ptp auxiliary workerGravatar Grygorii Strashko 1-0/+42
2017-04-14time: Change posix clocks ops interfaces to use timespec64Gravatar Deepa Dinamani 1-11/+7
2017-02-17ptp: create "pins" together with the rest of attributesGravatar Dmitry Torokhov 1-9/+11
2017-02-17ptp: do not explicitly set drvdata in ptp_clock_register()Gravatar Dmitry Torokhov 1-2/+0
2016-11-09ptp: Introduce a high resolution frequency adjustment method.Gravatar Richard Cochran 1-1/+4
2016-10-03ptp: Fix resource leak in case of errorGravatar Christophe Jaillet 1-0/+1
2015-03-31ptp: remove 32 bit get/set methods.Gravatar Richard Cochran 1-11/+4
2015-03-31ptp: use the 64 bit get/set time methods for the posix clock.Gravatar Richard Cochran 1-2/+17
2014-04-28ptp: validate the requested frequency adjustment.Gravatar Richard Cochran 1-1/+4
2014-03-21ptp: introduce programmable pins.Gravatar Richard Cochran 1-0/+23
2013-07-26PTP: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 1-1/+1
2013-04-12ptp: dynamic allocation of PHC char devicesGravatar Jiri Benc 1-25/+13
2012-09-22ptp: link the phc device to its parent deviceGravatar Richard Cochran 1-2/+3
2012-09-22ptp: provide the clock's adjusted frequencyGravatar Richard Cochran 1-2/+3
2012-09-22ptp: remember the adjusted frequencyGravatar Richard Cochran 1-0/+1
2012-09-07pps/ptp: Allow PHC devices to adjust PPS events for known delayGravatar Ben Hutchings 1-0/+5
2012-04-04ptp: Add a method for obtaining the device index.Gravatar Richard Cochran 1-0/+6
2012-03-17phc: Update author's email address.Gravatar Richard Cochran 1-1/+1
2011-12-06ptp: Fix clock_getres() implementationGravatar Thomas Gleixner 1-1/+3
2011-05-23ptp: Added a brand new class driver for ptp clocks.Gravatar Richard Cochran 1-0/+343