summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2020-03-06ptp: add VMware virtual PTP clock driverVivek Thampi3-0/+157
2020-02-25ptp: Add a ptp clock driver for IDT 82P33 SMU.Min Li4-0/+1192
2020-02-17ptp_qoriq: drop the code of alarmYangbo Lu1-28/+1
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-01-14ptp: free ptp device pin descriptors properlyVladis Dronov1-2/+2
2020-01-12ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann3-344/+1
2020-01-08ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng2-64/+15
2020-01-03ptp: ptp_clockmatrix: constify copied structureJulia Lawall1-1/+1
2020-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-18/+15
2019-12-31ptp: introduce ptp_cancel_worker_syncVladimir Oltean1-0/+6
2019-12-31ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2-18/+15
2019-12-26ptp: Add a driver for InES time stamping IP core.Richard Cochran3-0/+863
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-17ptp_qoriq: export extts_clean_up() functionYangbo Lu1-2/+2
2019-12-17ptp_qoriq: check valid status before reading extts fifoYangbo Lu1-3/+8
2019-12-14ptp: clockmatrix: add I2C dependencyArnd Bergmann1-1/+1
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+15
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-0/+2
2019-11-15ptp: Validate requests to enable time stamping of external signals.Richard Cochran1-5/+13
2019-11-12ptp: ptp_clockmatrix: Fix build errorYueHaibing1-1/+1
2019-11-07ptp: ptp_clockmatrix: Fix missing unlock on error in idtcm_probe()Wei Yongjun1-1/+3
2019-11-04ptp: Add a ptp clock driver for IDT ClockMatrix.Vincent Cheng5-0/+2201
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-11ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-07ptp: fix typo of "mechanism" in Kconfig help textAntonio Borneo1-2/+2
2019-10-02ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean1-1/+2
2019-09-27ptp: correctly disable flags on old ioctlsJacob Keller1-2/+2
2019-09-13PTP: introduce new versions of IOCTLsFelipe Balbi1-0/+63
2019-07-25ptp: ptp_dte: remove redundant dev_err messageDing Xiang1-4/+1
2019-06-15ptp: add QorIQ PTP support for DPAA2Yangbo Lu1-1/+1
2019-06-14ptp: ptp_clock: Publish scaled_ppm_to_ppbShalom Toledo1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner6-84/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-09ptp_qoriq: fix NULL access if ptp dt node missingClaudiu Manoil1-0/+3
2019-03-06Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-02-20ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King1-3/+3
2019-02-12ptp: add QorIQ PTP support for ENETCYangbo Lu1-1/+1
2019-02-12ptp_qoriq: fix register memory mapYangbo Lu1-5/+6
2019-02-12ptp_qoriq: add little enadian supportYangbo Lu2-36/+45
2019-02-12ptp_qoriq: convert to use ptp_qoriq_init/freeYangbo Lu1-67/+77
2019-02-12ptp_qoriq: make ptp operations globalYangbo Lu1-11/+16
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu2-162/+162
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner1-1/+1
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-1/+1
2019-01-26ptp: fix debugfs_simple_attr.cocci warningsYueHaibing1-8/+8
2019-01-23ptp: add debugfs support for ptp_qoriqYangbo Lu4-2/+108
2019-01-23ptp_qoriq: support external trigger stamp FIFOYangbo Lu1-14/+54
2019-01-23ptp_qoriq: fix interrupt enabling and handlingYangbo Lu1-31/+31