summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar2022-01-061-5/+5
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter2021-11-181-4/+5
* ptp: ptp_clockmatrix: repair non-kernel-doc commentRandy Dunlap2021-11-121-4/+1
* ptp: fix code indentation issuesCarlos Llamas2021-10-281-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-222-8/+12
|\
| * ptp: free 'vclock_index' in ptp_clock_release()Yang Yingliang2021-10-211-4/+1
| * ptp: Fix possible memory leak in ptp_clock_register()Yang Yingliang2021-10-201-4/+11
| * ptp: fix error print of ptp_kvm on X86_64 platformKele Huang2021-10-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-072-7/+3
|\|
| * Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-071-0/+1
| |\
| | * ptp_pch: Load module automatically if ID matchesAndy Shevchenko2021-10-021-0/+1
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-10-011-7/+2
| |\ \ | | |/ | |/|
| | * ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvmZelin Deng2021-09-301-7/+2
* | | ptp: ocp: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-4/+2
* | | ptp: clockmatrix: use rsmu driver to access i2c/spi busMin Li2021-09-273-1241/+431
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-0/+1
|\| |
| * | ptp: ocp: add COMMON_CLK dependencyArnd Bergmann2021-09-201-0/+1
| |/
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-6/+1
* | ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()Nathan Chancellor2021-09-171-2/+2
* | ptp: ocp: Add timestamp window adjustmentJonathan Lemon2021-09-151-11/+66
* | ptp: ocp: Have FPGA fold in ns adjustment for adjtime.Jonathan Lemon2021-09-151-15/+25
* | ptp: ocp: Enable 4th timestamper / PPS generatorJonathan Lemon2021-09-151-8/+74
* | ptp: ocp: Add second GNSS deviceJonathan Lemon2021-09-151-2/+15
* | ptp: ocp: Add NMEA outputJonathan Lemon2021-09-151-2/+55
* | ptp: ocp: Add debugfs entry for timecardJonathan Lemon2021-09-151-0/+233
* | ptp: ocp: Separate the init and info logicJonathan Lemon2021-09-151-36/+60
* | ptp: ocp: Add sysfs attribute utc_tai_offsetJonathan Lemon2021-09-151-1/+48
* | ptp: ocp: Add IRIG-B output mode controlJonathan Lemon2021-09-151-0/+41
* | ptp: ocp: Add IRIG-B and DCF blocksJonathan Lemon2021-09-151-0/+129
* | ptp: ocp: Add SMA selector and controlsJonathan Lemon2021-09-151-28/+361
* | ptp: ocp: Add third timestamperJonathan Lemon2021-09-151-2/+17
* | ptp: ocp: Report error if resource registration fails.Jonathan Lemon2021-09-151-1/+5
* | ptp: ocp: Skip resources with out of range irqsJonathan Lemon2021-09-151-29/+18
* | ptp: ocp: Skip I2C flash read when there is no controller.Jonathan Lemon2021-09-151-2/+5
* | ptp: ocp: Parameterize the TOD information display.Jonathan Lemon2021-09-151-1/+2
* | ptp: ocp: parameterize the i2c driver usedJonathan Lemon2021-09-151-4/+21
* | ptp: ptp_clockmatrix: Add support for pll_mode=0 and manual ref switch of WF ...Min Li2021-09-143-47/+376
* | ptp: ptp_clockmatrix: Add support for FW 5.2 (8A34005)Min Li2021-09-143-92/+165
* | ptp: ptp_clockmatrix: Remove idtcm_enable_tod_sync()Min Li2021-09-141-227/+2
|/
* ptp: ocp: Simplify Kconfig.Jonathan Lemon2021-08-261-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-1/+2
|\
| * ptp_pch: Restore dependency on PCIAndy Shevchenko2021-08-161-1/+2
* | ptp: ocp: Have Kconfig select NET_DEVLINKJonathan Lemon2021-08-161-0/+1
* | ptp: ocp: Fix error path for pci_ocp_device_init()Jonathan Lemon2021-08-161-3/+4
* | ptp: ocp: Fix uninitialized variable warning spotted by clang.Jonathan Lemon2021-08-161-1/+1
* | ptp: ocp: don't allow on S390Randy Dunlap2021-08-161-0/+1
* | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-132-1/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-1/+1
|\|
| * ptp: Fix possible memory leak caused by invalid castVinicius Costa Gomes2021-08-081-1/+1