summaryrefslogtreecommitdiff
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* ptp: Remove unneeded conversion to boolJason Yan2020-04-211-2/+2
* ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-302-2/+24
* ptp: add VMware virtual PTP clock driverVivek Thampi2020-03-053-0/+157
* ptp: Add a ptp clock driver for IDT 82P33 SMU.Min Li2020-02-244-0/+1192
* ptp_qoriq: drop the code of alarmYangbo Lu2020-02-161-28/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-2/+2
|\
| * ptp: free ptp device pin descriptors properlyVladis Dronov2020-01-141-2/+2
* | ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann2020-01-123-344/+1
* | ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng2020-01-072-64/+15
* | ptp: ptp_clockmatrix: constify copied structureJulia Lawall2020-01-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-312-18/+15
|\ \ | |/
| * ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-302-18/+15
* | ptp: introduce ptp_cancel_worker_syncVladimir Oltean2019-12-301-0/+6
* | ptp: Add a driver for InES time stamping IP core.Richard Cochran2019-12-253-0/+863
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\ \ | |/
| * ptp: clockmatrix: add I2C dependencyArnd Bergmann2019-12-131-1/+1
* | ptp_qoriq: export extts_clean_up() functionYangbo Lu2019-12-161-2/+2
* | ptp_qoriq: check valid status before reading extts fifoYangbo Lu2019-12-161-3/+8
|/
* 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