aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ptp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-08-06ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionYangbo Lu1-2/+4
2018-08-05ptp_qoriq: support automatic configuration for ptp timerYangbo Lu1-3/+108
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-0/+1
2018-07-18ptp: fix missing break in switchGustavo A. R. Silva1-0/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-06-26ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu2-39/+67
2018-06-20ptp: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann2-3/+3
2018-05-28ptp_qoriq: move some definitions to header fileYangbo Lu1-131/+1
2018-05-28ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu3-7/+592
2018-04-27ptp_pch: use helpers function for converting between ns and timespecYueHaibing1-5/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-2/+2
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+4
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins1-1/+1
2017-11-08ptp_kvm: probe for kvm guest availabilityJoao Martins1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-22ptp: make ptp_clock_info constBhumika Goyal4-4/+4
2017-08-01ptp: introduce ptp auxiliary workerGrygorii Strashko2-0/+45
2017-07-06ptp: dte: Use LL suffix for 64-bit constantsGeert Uytterhoeven1-1/+1
2017-06-15ptp: Add a ptp clock driver for Broadcom DTEArun Parameswaran3-0/+370
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+7
2017-04-14time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani1-11/+7
2017-03-20PTP: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+220
2017-02-17ptp: create "pins" together with the rest of attributesDmitry Torokhov3-42/+24
2017-02-17ptp: use is_visible method to hide unused attributesDmitry Torokhov1-70/+55
2017-02-17ptp: use kcalloc when allocating arraysDmitry Torokhov1-3/+2
2017-02-17ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov1-2/+0
2017-02-16ptp_kvm: try to detect hypercall availabilityRadim Krčmář1-0/+7
2017-02-08PTP: add kvm PTP driverMarcelo Tosatti3-0/+213
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2016-11-16posix-timers: Make them configurableNicolas Pitre1-1/+1
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-4/+4
2016-11-09ptp: Introduce a high resolution frequency adjustment method.Richard Cochran1-1/+4
2016-10-31ptp: use permission-specific DEVICE_ATTR variantsJulia Lawall1-1/+1
2016-10-13drivers/ptp: Fix kernel memory disclosureVlad Tsyrklevich1-0/+1
2016-10-03ptp: Fix resource leak in case of errorChristophe Jaillet1-0/+1
2016-09-06ptp: ixp46x: remove NO_IRQ handlingArnd Bergmann1-7/+8
2016-05-29ptp: oops in ptp_ioctl()Dan Carpenter1-0/+1
2016-05-23ptp: use memdup_user().Muhammad Falak R Wani1-8/+3
2016-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+27
2016-03-03ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingChristopher S. Hall1-0/+27
2016-01-29ptp: ixp46x: use helpers for converting ns to timespecKefeng Wang1-5/+2
2015-03-31ptp: remove 32 bit get/set methods.Richard Cochran2-18/+5
2015-03-31ptp: pch: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2015-03-31ptp: ixp46x: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2015-03-31ptp: use the 64 bit get/set time methods for the posix clock.Richard Cochran1-2/+17
2015-03-31ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl.Richard Cochran1-4/+10
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1