summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* ptp: ptp_clockmatrix: fix is_single_shotMin Li2022-05-251-1/+1
* ptp: ocp: Add firmware header checksVadim Fedorenko2022-05-241-5/+73
* ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon2022-05-241-11/+14
* ptp: ocp: add .init function for sma_op vectorJonathan Lemon2022-05-241-9/+20
* ptp: ocp: vectorize the sma accessor functionsJonathan Lemon2022-05-241-145/+169
* ptp: ocp: constify selectorsJonathan Lemon2022-05-241-11/+13
* ptp: ocp: parameterize input/output sma selectorsJonathan Lemon2022-05-241-15/+27
* ptp: ocp: revise firmware displayJonathan Lemon2022-05-241-23/+41
* ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko2022-05-241-1/+5
* ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon2022-05-241-7/+2
* ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon2022-05-241-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-17/+45
|\
| * ptp: ocp: change sysfs attr group handlingJonathan Lemon2022-05-181-15/+42
| * ptp: ocp: have adjtime handle negative delta_ns correctlyJonathan Lemon2022-05-161-2/+3
* | ptp: ptp_clockmatrix: return -EBUSY if phase pull-in is in progressMin Li2022-05-172-32/+2
* | ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS supportMin Li2022-05-172-109/+185
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+1
|\|
| * ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon2022-05-091-1/+1
* | ptp: Speed up vclock lookupGerhard Engleder2022-05-102-19/+48
* | ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder2022-05-101-3/+2
* | ptp: Add cycles support for virtual clocksGerhard Engleder2022-05-104-16/+49
|/
* 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