aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ptp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-5/+5
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-11-18ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter1-4/+5
2021-11-12ptp: ptp_clockmatrix: repair non-kernel-doc commentRandy Dunlap1-4/+1
2021-10-28ptp: fix code indentation issuesCarlos Llamas1-3/+3
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+12
2021-10-21ptp: free 'vclock_index' in ptp_clock_release()Yang Yingliang1-4/+1
2021-10-20ptp: Fix possible memory leak in ptp_clock_register()Yang Yingliang1-4/+11
2021-10-15ptp: fix error print of ptp_kvm on X86_64 platformKele Huang1-2/+2
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+3
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2021-10-02ptp_pch: Load module automatically if ID matchesAndy Shevchenko1-0/+1
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+2
2021-09-30ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvmZelin Deng1-7/+2
2021-09-27ptp: ocp: Move devlink registration to be last devlink commandLeon Romanovsky1-4/+2
2021-09-27ptp: clockmatrix: use rsmu driver to access i2c/spi busMin Li3-1241/+431
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-6/+1
2021-09-20ptp: ocp: add COMMON_CLK dependencyArnd Bergmann1-0/+1
2021-09-17ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()Nathan Chancellor1-2/+2
2021-09-15ptp: ocp: Add timestamp window adjustmentJonathan Lemon1-11/+66
2021-09-15ptp: ocp: Have FPGA fold in ns adjustment for adjtime.Jonathan Lemon1-15/+25
2021-09-15ptp: ocp: Enable 4th timestamper / PPS generatorJonathan Lemon1-8/+74
2021-09-15ptp: ocp: Add second GNSS deviceJonathan Lemon1-2/+15
2021-09-15ptp: ocp: Add NMEA outputJonathan Lemon1-2/+55
2021-09-15ptp: ocp: Add debugfs entry for timecardJonathan Lemon1-0/+233
2021-09-15ptp: ocp: Separate the init and info logicJonathan Lemon1-36/+60
2021-09-15ptp: ocp: Add sysfs attribute utc_tai_offsetJonathan Lemon1-1/+48
2021-09-15ptp: ocp: Add IRIG-B output mode controlJonathan Lemon1-0/+41
2021-09-15ptp: ocp: Add IRIG-B and DCF blocksJonathan Lemon1-0/+129
2021-09-15ptp: ocp: Add SMA selector and controlsJonathan Lemon1-28/+361
2021-09-15ptp: ocp: Add third timestamperJonathan Lemon1-2/+17
2021-09-15ptp: ocp: Report error if resource registration fails.Jonathan Lemon1-1/+5
2021-09-15ptp: ocp: Skip resources with out of range irqsJonathan Lemon1-29/+18
2021-09-15ptp: ocp: Skip I2C flash read when there is no controller.Jonathan Lemon1-2/+5
2021-09-15ptp: ocp: Parameterize the TOD information display.Jonathan Lemon1-1/+2
2021-09-15ptp: ocp: parameterize the i2c driver usedJonathan Lemon1-4/+21
2021-09-14ptp: ptp_clockmatrix: Add support for pll_mode=0 and manual ref switch of WF and WPMin Li3-47/+376
2021-09-14ptp: ptp_clockmatrix: Add support for FW 5.2 (8A34005)Min Li3-92/+165
2021-09-14ptp: ptp_clockmatrix: Remove idtcm_enable_tod_sync()Min Li1-227/+2
2021-08-26ptp: ocp: Simplify Kconfig.Jonathan Lemon1-8/+2
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-08-16ptp: ocp: Have Kconfig select NET_DEVLINKJonathan Lemon1-0/+1
2021-08-16ptp: ocp: Fix error path for pci_ocp_device_init()Jonathan Lemon1-3/+4
2021-08-16ptp: ocp: Fix uninitialized variable warning spotted by clang.Jonathan Lemon1-1/+1
2021-08-16ptp: ocp: don't allow on S390Randy Dunlap1-0/+1
2021-08-16ptp_pch: Restore dependency on PCIAndy Shevchenko1-1/+2
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2-1/+16
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-22/+4