summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)Author
2021-10-17ptp_pch: Load module automatically if ID matchesAndy Shevchenko
2020-05-20ptp: free ptp device pin descriptors properlyVladis Dronov
2020-05-20ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-05-20ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing
2020-05-20ptp: create "pins" together with the rest of attributesDmitry Torokhov
2020-05-20ptp: use is_visible method to hide unused attributesDmitry Torokhov
2020-05-20ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov
2019-02-20ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar
2018-11-10ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-07-25ptp: fix missing break in switchGustavo A. R. Silva
2018-03-24time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani
2015-03-31ptp: remove 32 bit get/set methods.Richard Cochran
2015-03-31ptp: pch: convert to the 64 bit get/set time methods.Richard Cochran
2015-03-31ptp: ixp46x: convert to the 64 bit get/set time methods.Richard Cochran
2015-03-31ptp: use the 64 bit get/set time methods for the posix clock.Richard Cochran
2015-03-31ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl.Richard Cochran
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-01ptp: Allow reassigning calibration pin functionStefan Sørensen
2014-06-17ptp: ptp_pch depends on x86_32Jean Delvare
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-12ptp: fix kconfig dependency warningsRandy Dunlap
2014-04-28ptp: validate the requested frequency adjustment.Richard Cochran
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran
2014-03-21ptp: expose the programmable pins via sysfsRichard Cochran
2014-03-21ptp: introduce programmable pins.Richard Cochran
2014-01-15ptp_pch: Add dependency on HAS_IOMEMRichard Weinberger
2013-09-27ptp: switch to use gpiolibLinus Walleij
2013-07-26PTP: convert class code to use dev_groupsGreg Kroah-Hartman
2013-06-24build some drivers only when compile-testingJiri Slaby
2013-05-25ptp_pch: fix error handling in pch_probe()Wei Yongjun
2013-04-12ptp: dynamic allocation of PHC char devicesJiri Benc
2013-03-27ptp_pch: eliminate a number of sparse warningsSahara
2013-03-26ptp_pch: fix typo in module parameter descriptionJiri Benc
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-11-28ptp: remove use of __devexitBill Pemberton
2012-11-28ptp: remove use of __devinitBill Pemberton
2012-11-26ptp: reduce stack usage when measuring the system time offsetRichard Cochran
2012-11-26ptp: reduce stack usage when reading external time stampsRichard Cochran
2012-11-17pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings
2012-11-01ptp: add an ioctl to compare PHC time with system timeRichard Cochran
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings
2012-11-01ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings
2012-11-01pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran
2012-09-22ptp: provide the clock's adjusted frequencyRichard Cochran
2012-09-22ptp: remember the adjusted frequencyRichard Cochran
2012-09-07pps/ptp: Allow PHC devices to adjust PPS events for known delayBen Hutchings
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller