summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* ptp: replace snprintf with sysfs_emitYang Guang2022-04-201-2/+2
* ptp_pch: Load module automatically if ID matchesAndy Shevchenko2021-10-171-0/+1
* ptp: free ptp device pin descriptors properlyVladis Dronov2020-05-201-2/+2
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-05-202-18/+15
* ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing2020-05-201-1/+4
* ptp: create "pins" together with the rest of attributesDmitry Torokhov2020-05-203-42/+24
* ptp: use is_visible method to hide unused attributesDmitry Torokhov2020-05-201-70/+55
* ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov2020-05-201-2/+0
* ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar2019-02-121-1/+4
* ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-11-101-0/+4
* ptp: fix missing break in switchGustavo A. R. Silva2018-07-251-0/+1
* time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2018-03-241-11/+7
* drivers/ptp: Fix kernel memory disclosureVlad Tsyrklevich2016-10-131-0/+1
* ptp: Fix resource leak in case of errorChristophe Jaillet2016-10-031-0/+1
* ptp: ixp46x: remove NO_IRQ handlingArnd Bergmann2016-09-061-7/+8
* ptp: oops in ptp_ioctl()Dan Carpenter2016-05-291-0/+1
* ptp: use memdup_user().Muhammad Falak R Wani2016-05-231-8/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-0/+27
|\
| * ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingChristopher S. Hall2016-03-031-0/+27
* | ptp: ixp46x: use helpers for converting ns to timespecKefeng Wang2016-01-291-5/+2
|/
* ptp: remove 32 bit get/set methods.Richard Cochran2015-03-312-18/+5
* ptp: pch: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-4/+4
* ptp: ixp46x: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-4/+4
* ptp: use the 64 bit get/set time methods for the posix clock.Richard Cochran2015-03-311-2/+17
* ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl.Richard Cochran2015-03-311-4/+10
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ptp: Allow reassigning calibration pin functionStefan Sørensen2014-07-011-7/+2
* ptp: ptp_pch depends on x86_32Jean Delvare2014-06-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-1/+2
|\
| * ptp: fix kconfig dependency warningsRandy Dunlap2014-05-121-1/+2
* | ptp: validate the requested frequency adjustment.Richard Cochran2014-04-281-1/+4
|/
* net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-011-0/+1
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-212-0/+2
* ptp: expose the programmable pins via sysfsRichard Cochran2014-03-212-0/+118
* ptp: introduce programmable pins.Richard Cochran2014-03-213-1/+155
* ptp_pch: Add dependency on HAS_IOMEMRichard Weinberger2014-01-151-0/+1
* ptp: switch to use gpiolibLinus Walleij2013-09-271-1/+8
* PTP: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-263-24/+31
* build some drivers only when compile-testingJiri Slaby2013-06-241-0/+1
* ptp_pch: fix error handling in pch_probe()Wei Yongjun2013-05-251-3/+5
* ptp: dynamic allocation of PHC char devicesJiri Benc2013-04-121-25/+13
* ptp_pch: eliminate a number of sparse warningsSahara2013-03-271-13/+14
* ptp_pch: fix typo in module parameter descriptionJiri Benc2013-03-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-122-16/+64
|\
| * ptp: reduce stack usage when measuring the system time offsetRichard Cochran2012-11-261-7/+14
| * ptp: reduce stack usage when reading external time stampsRichard Cochran2012-11-261-5/+17
| * pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings2012-11-171-2/+0
| * ptp: add an ioctl to compare PHC time with system timeRichard Cochran2012-11-011-0/+32
| * ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-011-5/+8
| * ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings2012-11-011-4/+1