summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
...
* | ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()Andy Shevchenko2022-02-081-9/+4
* | ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()Andy Shevchenko2022-02-081-36/+10
* | ptp_pch: use mac_pton()Andy Shevchenko2022-02-081-31/+10
* | ptp: add getcrosststamp() to virtual clocks.Miroslav Lichvar2022-02-031-0/+24
* | ptp: add gettimex64() to virtual clocks.Miroslav Lichvar2022-02-031-1/+28
* | ptp: increase maximum adjustment of virtual clocks.Miroslav Lichvar2022-02-031-2/+1
* | ptp: unregister virtual clocks when unregistering physical clock.Miroslav Lichvar2022-02-031-2/+9
* | ptp: replace snprintf with sysfs_emitYang Guang2022-01-271-2/+2
|/
* 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
|\