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