Age | Commit message (Expand) | Author |
2022-03-30 | ptp: ocp: handle error from nvmem_device_find | Jonathan Lemon |
2022-03-18 | ptp: ocp: use snprintf() in ptp_ocp_verify() | Dan Carpenter |
2022-03-17 | ptp: ocp: Make debugfs variables the correct bitwidth | Jonathan Lemon |
2022-03-17 | ptp: ocp: Fix PTP_PF_* verification requests | Jonathan Lemon |
2022-03-11 | ptp: ocp: Add 2 more timestampers | Jonathan Lemon |
2022-03-11 | ptp: ocp: Add 4 frequency counters | Jonathan Lemon |
2022-03-11 | ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUT | Jonathan Lemon |
2022-03-11 | ptp: ocp: Add signal generators and update sysfs nodes | Jonathan Lemon |
2022-03-11 | ptp: ocp: Add firmware capability bits for feature gating | Jonathan Lemon |
2022-03-11 | ptp: ocp: Add GND and VCC output selectors | Jonathan Lemon |
2022-03-11 | ptp: ocp: Rename output selector 'GNSS' to 'GNSS1' | Jonathan Lemon |
2022-03-11 | ptp: ocp: Add ability to disable input selectors. | Jonathan Lemon |
2022-03-11 | ptp: ocp: Add support for selectable SMA directions. | Jonathan Lemon |
2022-03-10 | ptp: ocp: add UPF_NO_THRE_TEST flag for serial ports | Jonathan Lemon |
2022-03-09 | ptp: idt82p33: use rsmu driver to access i2c/spi bus | Min Li |
2022-03-09 | ptp: ocp: Update devlink firmware display path. | Jonathan Lemon |
2022-03-09 | ptp: ocp: add nvmem interface for accessing eeprom | Jonathan Lemon |
2022-03-08 | ptp: ocp: correct label for error path | Jonathan Lemon |
2022-03-07 | ptp: ocp: off by in in ptp_ocp_tod_gnss_name() | Dan Carpenter |
2022-03-04 | ptp: ocp: Add serial port information to the debug summary | Jonathan Lemon |
2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-03 | ptp: ocp: adjust utc_tai_offset to TOD info | Vadim Fedorenko |
2022-03-03 | ptp: ocp: add tod_correction attribute | Vadim Fedorenko |
2022-03-03 | ptp: ocp: Expose clock status drift and offset | Vadim Fedorenko |
2022-03-03 | ptp: ocp: add TOD debug information | Vadim Fedorenko |
2022-03-02 | ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustments | Jonathan Lemon |
2022-02-08 | ptp_pch: Remove unused pch_pm_ops | Andy Shevchenko |
2022-02-08 | ptp_pch: Convert to use managed functions pcim_* and devm_* | Andy Shevchenko |
2022-02-08 | ptp_pch: Switch to use module_pci_driver() macro | Andy Shevchenko |
2022-02-08 | ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo() | Andy Shevchenko |
2022-02-08 | ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi() | Andy Shevchenko |
2022-02-08 | ptp_pch: use mac_pton() | Andy Shevchenko |
2022-02-03 | ptp: add getcrosststamp() to virtual clocks. | Miroslav Lichvar |
2022-02-03 | ptp: add gettimex64() to virtual clocks. | Miroslav Lichvar |
2022-02-03 | ptp: increase maximum adjustment of virtual clocks. | Miroslav Lichvar |
2022-02-03 | ptp: unregister virtual clocks when unregistering physical clock. | Miroslav Lichvar |
2022-01-27 | ptp: replace snprintf with sysfs_emit | Yang Guang |
2022-01-06 | net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets | Miroslav Lichvar |
2021-12-14 | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX | Hangbin Liu |
2021-11-18 | ptp: ocp: Fix a couple NULL vs IS_ERR() checks | Dan Carpenter |
2021-11-12 | ptp: ptp_clockmatrix: repair non-kernel-doc comment | Randy Dunlap |
2021-10-28 | ptp: fix code indentation issues | Carlos Llamas |
2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-10-21 | ptp: free 'vclock_index' in ptp_clock_release() | Yang Yingliang |
2021-10-20 | ptp: Fix possible memory leak in ptp_clock_register() | Yang Yingliang |
2021-10-15 | ptp: fix error print of ptp_kvm on X86_64 platform | Kele Huang |
2021-10-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-10-07 | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-10-02 | ptp_pch: Load module automatically if ID matches | Andy Shevchenko |
2021-10-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |