summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-223-0/+220
|\
| * ptp_kvm: try to detect hypercall availabilityRadim Krčmář2017-02-161-0/+7
| * PTP: add kvm PTP driverMarcelo Tosatti2017-02-083-0/+213
* | ptp: create "pins" together with the rest of attributesDmitry Torokhov2017-02-173-42/+24
* | ptp: use is_visible method to hide unused attributesDmitry Torokhov2017-02-171-70/+55
* | ptp: use kcalloc when allocating arraysDmitry Torokhov2017-02-171-3/+2
* | ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov2017-02-171-2/+0
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-5/+5
|\
| * posix-timers: Make them configurableNicolas Pitre2016-11-161-1/+1
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-4/+4
* | ptp: Introduce a high resolution frequency adjustment method.Richard Cochran2016-11-091-1/+4
* | ptp: use permission-specific DEVICE_ATTR variantsJulia Lawall2016-10-311-1/+1
|/
* 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