summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* ptp: add QorIQ PTP support for DPAA2Yangbo Lu2019-06-151-1/+1
* ptp: ptp_clock: Publish scaled_ppm_to_ppbShalom Toledo2019-06-131-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-246-84/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ptp_qoriq: fix NULL access if ptp dt node missingClaudiu Manoil2019-05-091-0/+3
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-1/+1
|\
| * Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-1/+1
| |\
| | * timex: use __kernel_timex internallyDeepa Dinamani2019-02-071-1/+1
* | | ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King2019-02-191-3/+3
* | | ptp: add QorIQ PTP support for ENETCYangbo Lu2019-02-121-1/+1
* | | ptp_qoriq: fix register memory mapYangbo Lu2019-02-121-5/+6
* | | ptp_qoriq: add little enadian supportYangbo Lu2019-02-122-36/+45
* | | ptp_qoriq: convert to use ptp_qoriq_init/freeYangbo Lu2019-02-121-67/+77
* | | ptp_qoriq: make ptp operations globalYangbo Lu2019-02-121-11/+16
* | | ptp_qoriq: make structure/function names more consistentYangbo Lu2019-02-122-162/+162
* | | ptp: fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-251-8/+8
* | | ptp: add debugfs support for ptp_qoriqYangbo Lu2019-01-224-2/+108
* | | ptp_qoriq: support external trigger stamp FIFOYangbo Lu2019-01-221-14/+54
* | | ptp_qoriq: fix interrupt enabling and handlingYangbo Lu2019-01-221-31/+31
|/ /
* / ptp: check that rsv field is zero in struct ptp_sys_offset_extendedEugene Syromiatnikov2019-01-081-1/+2
|/
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-281-2/+2
|\
| * ptp: fix an IS_ERR() vs NULL checkDan Carpenter2018-12-191-1/+2
* | ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing2018-11-231-1/+4
* | ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar2018-11-092-2/+8
* | ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar2018-11-091-0/+33
* | ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar2018-11-091-1/+4
* | ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar2018-11-091-7/+7
|/
* ptp: drop redundant kasprintf() to create worker nameRasmus Villemoes2018-10-281-5/+1
* ptp: ptp_dte: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2
* ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-171-0/+4
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionYangbo Lu2018-08-061-2/+4
* | ptp_qoriq: support automatic configuration for ptp timerYangbo Lu2018-08-051-3/+108
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-0/+1
|\ \
| * | ptp: fix missing break in switchGustavo A. R. Silva2018-07-181-0/+1
| |/
* / ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu2018-06-262-39/+67
|/
* ptp: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann2018-06-202-3/+3
* ptp_qoriq: move some definitions to header fileYangbo Lu2018-05-281-131/+1
* ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu2018-05-283-7/+592
* ptp_pch: use helpers function for converting between ns and timespecYueHaibing2018-04-271-5/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-282-2/+2
* Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-161-1/+4
|\
| * x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2017-11-081-1/+1
| * ptp_kvm: probe for kvm guest availabilityJoao Martins2017-11-081-0/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* ptp: make ptp_clock_info constBhumika Goyal2017-08-224-4/+4