Age | Commit message (Expand) | Author | Files | Lines |
2021-11-18 | ptp: ocp: Fix a couple NULL vs IS_ERR() checks | Dan Carpenter | 1 | -4/+5 |
2021-11-12 | ptp: ptp_clockmatrix: repair non-kernel-doc comment | Randy Dunlap | 1 | -4/+1 |
2021-10-28 | ptp: fix code indentation issues | Carlos Llamas | 1 | -3/+3 |
2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -8/+12 |
2021-10-21 | ptp: free 'vclock_index' in ptp_clock_release() | Yang Yingliang | 1 | -4/+1 |
2021-10-20 | ptp: Fix possible memory leak in ptp_clock_register() | Yang Yingliang | 1 | -4/+11 |
2021-10-15 | ptp: fix error print of ptp_kvm on X86_64 platform | Kele Huang | 1 | -2/+2 |
2021-10-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -7/+3 |
2021-10-07 | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
2021-10-02 | ptp_pch: Load module automatically if ID matches | Andy Shevchenko | 1 | -0/+1 |
2021-10-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -7/+2 |
2021-09-30 | ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm | Zelin Deng | 1 | -7/+2 |
2021-09-27 | ptp: ocp: Move devlink registration to be last devlink command | Leon Romanovsky | 1 | -4/+2 |
2021-09-27 | ptp: clockmatrix: use rsmu driver to access i2c/spi bus | Min Li | 3 | -1241/+431 |
2021-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2021-09-22 | devlink: Make devlink_register to be void | Leon Romanovsky | 1 | -6/+1 |
2021-09-20 | ptp: ocp: add COMMON_CLK dependency | Arnd Bergmann | 1 | -0/+1 |
2021-09-17 | ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show() | Nathan Chancellor | 1 | -2/+2 |
2021-09-15 | ptp: ocp: Add timestamp window adjustment | Jonathan Lemon | 1 | -11/+66 |
2021-09-15 | ptp: ocp: Have FPGA fold in ns adjustment for adjtime. | Jonathan Lemon | 1 | -15/+25 |
2021-09-15 | ptp: ocp: Enable 4th timestamper / PPS generator | Jonathan Lemon | 1 | -8/+74 |
2021-09-15 | ptp: ocp: Add second GNSS device | Jonathan Lemon | 1 | -2/+15 |
2021-09-15 | ptp: ocp: Add NMEA output | Jonathan Lemon | 1 | -2/+55 |
2021-09-15 | ptp: ocp: Add debugfs entry for timecard | Jonathan Lemon | 1 | -0/+233 |
2021-09-15 | ptp: ocp: Separate the init and info logic | Jonathan Lemon | 1 | -36/+60 |
2021-09-15 | ptp: ocp: Add sysfs attribute utc_tai_offset | Jonathan Lemon | 1 | -1/+48 |
2021-09-15 | ptp: ocp: Add IRIG-B output mode control | Jonathan Lemon | 1 | -0/+41 |
2021-09-15 | ptp: ocp: Add IRIG-B and DCF blocks | Jonathan Lemon | 1 | -0/+129 |
2021-09-15 | ptp: ocp: Add SMA selector and controls | Jonathan Lemon | 1 | -28/+361 |
2021-09-15 | ptp: ocp: Add third timestamper | Jonathan Lemon | 1 | -2/+17 |
2021-09-15 | ptp: ocp: Report error if resource registration fails. | Jonathan Lemon | 1 | -1/+5 |
2021-09-15 | ptp: ocp: Skip resources with out of range irqs | Jonathan Lemon | 1 | -29/+18 |
2021-09-15 | ptp: ocp: Skip I2C flash read when there is no controller. | Jonathan Lemon | 1 | -2/+5 |
2021-09-15 | ptp: ocp: Parameterize the TOD information display. | Jonathan Lemon | 1 | -1/+2 |
2021-09-15 | ptp: ocp: parameterize the i2c driver used | Jonathan Lemon | 1 | -4/+21 |
2021-09-14 | ptp: ptp_clockmatrix: Add support for pll_mode=0 and manual ref switch of WF ... | Min Li | 3 | -47/+376 |
2021-09-14 | ptp: ptp_clockmatrix: Add support for FW 5.2 (8A34005) | Min Li | 3 | -92/+165 |
2021-09-14 | ptp: ptp_clockmatrix: Remove idtcm_enable_tod_sync() | Min Li | 1 | -227/+2 |
2021-08-26 | ptp: ocp: Simplify Kconfig. | Jonathan Lemon | 1 | -8/+2 |
2021-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
2021-08-16 | ptp: ocp: Have Kconfig select NET_DEVLINK | Jonathan Lemon | 1 | -0/+1 |
2021-08-16 | ptp: ocp: Fix error path for pci_ocp_device_init() | Jonathan Lemon | 1 | -3/+4 |
2021-08-16 | ptp: ocp: Fix uninitialized variable warning spotted by clang. | Jonathan Lemon | 1 | -1/+1 |
2021-08-16 | ptp: ocp: don't allow on S390 | Randy Dunlap | 1 | -0/+1 |
2021-08-16 | ptp_pch: Restore dependency on PCI | Andy Shevchenko | 1 | -1/+2 |
2021-08-13 | ethernet: fix PTP_1588_CLOCK dependencies | Arnd Bergmann | 2 | -1/+16 |
2021-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-08-09 | devlink: Set device as early as possible | Leon Romanovsky | 1 | -22/+4 |
2021-08-08 | ptp: Fix possible memory leak caused by invalid cast | Vinicius Costa Gomes | 1 | -1/+1 |
2021-08-06 | ptp: ocp: Remove pending_image indicator from devlink | Jonathan Lemon | 1 | -10/+0 |