aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+5
2016-11-16posix-timers: Make them configurableGravatar Nicolas Pitre 1-1/+1
2016-11-16ptp_clock: Allow for it to be optionalGravatar Nicolas Pitre 1-4/+4
2016-11-09ptp: Introduce a high resolution frequency adjustment method.Gravatar Richard Cochran 1-1/+4
2016-10-31ptp: use permission-specific DEVICE_ATTR variantsGravatar Julia Lawall 1-1/+1
2016-10-13drivers/ptp: Fix kernel memory disclosureGravatar Vlad Tsyrklevich 1-0/+1
2016-10-03ptp: Fix resource leak in case of errorGravatar Christophe Jaillet 1-0/+1
2016-09-06ptp: ixp46x: remove NO_IRQ handlingGravatar Arnd Bergmann 1-7/+8
2016-05-29ptp: oops in ptp_ioctl()Gravatar Dan Carpenter 1-0/+1
2016-05-23ptp: use memdup_user().Gravatar Muhammad Falak R Wani 1-8/+3
2016-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+27
2016-03-03ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingGravatar Christopher S. Hall 1-0/+27
2016-01-29ptp: ixp46x: use helpers for converting ns to timespecGravatar Kefeng Wang 1-5/+2
2015-03-31ptp: remove 32 bit get/set methods.Gravatar Richard Cochran 2-18/+5
2015-03-31ptp: pch: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 1-4/+4
2015-03-31ptp: ixp46x: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 1-4/+4
2015-03-31ptp: use the 64 bit get/set time methods for the posix clock.Gravatar Richard Cochran 1-2/+17
2015-03-31ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl.Gravatar Richard Cochran 1-4/+10
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-07-01ptp: Allow reassigning calibration pin functionGravatar Stefan Sørensen 1-7/+2
2014-06-17ptp: ptp_pch depends on x86_32Gravatar Jean Delvare 1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2014-05-12ptp: fix kconfig dependency warningsGravatar Randy Dunlap 1-1/+2
2014-04-28ptp: validate the requested frequency adjustment.Gravatar Richard Cochran 1-1/+4
2014-04-01net: ptp: move PTP classifier in its own fileGravatar Daniel Borkmann 1-0/+1
2014-03-21ptp: drivers: set the number of programmable pins.Gravatar Richard Cochran 2-0/+2
2014-03-21ptp: expose the programmable pins via sysfsGravatar Richard Cochran 2-0/+118
2014-03-21ptp: introduce programmable pins.Gravatar Richard Cochran 3-1/+155
2014-01-15ptp_pch: Add dependency on HAS_IOMEMGravatar Richard Weinberger 1-0/+1
2013-09-27ptp: switch to use gpiolibGravatar Linus Walleij 1-1/+8
2013-07-26PTP: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 3-24/+31
2013-06-24build some drivers only when compile-testingGravatar Jiri Slaby 1-0/+1
2013-05-25ptp_pch: fix error handling in pch_probe()Gravatar Wei Yongjun 1-3/+5
2013-04-12ptp: dynamic allocation of PHC char devicesGravatar Jiri Benc 1-25/+13
2013-03-27ptp_pch: eliminate a number of sparse warningsGravatar Sahara 1-13/+14
2013-03-26ptp_pch: fix typo in module parameter descriptionGravatar Jiri Benc 1-1/+1
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-16/+64
2012-11-28ptp: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28ptp: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-26ptp: reduce stack usage when measuring the system time offsetGravatar Richard Cochran 1-7/+14
2012-11-26ptp: reduce stack usage when reading external time stampsGravatar Richard Cochran 1-5/+17
2012-11-17pch_gbe, ptp_pch: Fix the dependency direction between these driversGravatar Ben Hutchings 1-2/+0
2012-11-01ptp: add an ioctl to compare PHC time with system timeGravatar Richard Cochran 1-0/+32
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversGravatar Ben Hutchings 1-5/+8
2012-11-01ptp: Make PTP_1588_CLOCK select rather than depend on PPSGravatar Ben Hutchings 1-4/+1
2012-11-01pps, ptp: Remove dependencies on EXPERIMENTALGravatar Ben Hutchings 1-1/+0
2012-09-22ptp: link the phc device to its parent deviceGravatar Richard Cochran 3-4/+5
2012-09-22ptp: provide the clock's adjusted frequencyGravatar Richard Cochran 1-2/+3
2012-09-22ptp: remember the adjusted frequencyGravatar Richard Cochran 2-0/+2
2012-09-07pps/ptp: Allow PHC devices to adjust PPS events for known delayGravatar Ben Hutchings 1-0/+5