summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* ptp: ocp: handle error from nvmem_device_findJonathan Lemon2022-03-301-7/+8
* ptp: ocp: use snprintf() in ptp_ocp_verify()Dan Carpenter2022-03-181-3/+3
* ptp: ocp: Make debugfs variables the correct bitwidthJonathan Lemon2022-03-171-1/+2
* ptp: ocp: Fix PTP_PF_* verification requestsJonathan Lemon2022-03-171-8/+20
* ptp: ocp: Add 2 more timestampersJonathan Lemon2022-03-111-5/+56
* ptp: ocp: Add 4 frequency countersJonathan Lemon2022-03-111-7/+165
* ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUTJonathan Lemon2022-03-111-9/+94
* ptp: ocp: Add signal generators and update sysfs nodesJonathan Lemon2022-03-111-10/+476
* ptp: ocp: Add firmware capability bits for feature gatingJonathan Lemon2022-03-111-5/+33
* ptp: ocp: Add GND and VCC output selectorsJonathan Lemon2022-03-111-0/+2
* ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'Jonathan Lemon2022-03-111-4/+4
* ptp: ocp: Add ability to disable input selectors.Jonathan Lemon2022-03-111-11/+23
* ptp: ocp: Add support for selectable SMA directions.Jonathan Lemon2022-03-111-117/+211
* ptp: ocp: add UPF_NO_THRE_TEST flag for serial portsJonathan Lemon2022-03-101-1/+1
* ptp: idt82p33: use rsmu driver to access i2c/spi busMin Li2022-03-092-369/+126
* ptp: ocp: Update devlink firmware display path.Jonathan Lemon2022-03-091-26/+17
* ptp: ocp: add nvmem interface for accessing eepromJonathan Lemon2022-03-091-65/+121
* ptp: ocp: correct label for error pathJonathan Lemon2022-03-081-2/+2
* ptp: ocp: off by in in ptp_ocp_tod_gnss_name()Dan Carpenter2022-03-071-1/+1
* ptp: ocp: Add serial port information to the debug summaryJonathan Lemon2022-03-041-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-2/+23
|\
| * ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustmentsJonathan Lemon2022-03-021-2/+23
* | ptp: ocp: adjust utc_tai_offset to TOD infoVadim Fedorenko2022-03-031-20/+31
* | ptp: ocp: add tod_correction attributeVadim Fedorenko2022-03-031-0/+41
* | ptp: ocp: Expose clock status drift and offsetVadim Fedorenko2022-03-031-0/+34
* | ptp: ocp: add TOD debug informationVadim Fedorenko2022-03-031-36/+70
* | ptp_pch: Remove unused pch_pm_opsAndy Shevchenko2022-02-081-6/+0
* | ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko2022-02-081-63/+10
* | ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko2022-02-081-19/+1
* | 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
| |\ \ | | |/ | |/|