summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* ptp: free ptp device pin descriptors properlyVladis Dronov2020-01-141-2/+2
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-302-18/+15
* ptp: clockmatrix: add I2C dependencyArnd Bergmann2019-12-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-5/+15
|\
| * ptp: Introduce strict checking of external time stamp options.Richard Cochran2019-11-151-0/+2
| * ptp: Validate requests to enable time stamping of external signals.Richard Cochran2019-11-151-5/+13
* | ptp: ptp_clockmatrix: Fix build errorYueHaibing2019-11-121-1/+1
* | ptp: ptp_clockmatrix: Fix missing unlock on error in idtcm_probe()Wei Yongjun2019-11-061-1/+3
* | ptp: Add a ptp clock driver for IDT ClockMatrix.Vincent Cheng2019-11-035-0/+2201
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-2/+2
|\|
| * ptp: fix typo of "mechanism" in Kconfig help textAntonio Borneo2019-10-071-2/+2
* | ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-101-3/+1
|/
* ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean2019-10-021-1/+2
* ptp: correctly disable flags on old ioctlsJacob Keller2019-09-271-2/+2
* PTP: introduce new versions of IOCTLsFelipe Balbi2019-09-131-0/+63
* ptp: ptp_dte: remove redundant dev_err messageDing Xiang2019-07-251-4/+1
* 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