summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
AgeCommit message (Expand)AuthorLines
2022-05-25ptp: ptp_clockmatrix: fix is_single_shotMin Li-1/+1
2022-05-24ptp: ocp: Add firmware header checksVadim Fedorenko-5/+73
2022-05-24ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon-11/+14
2022-05-24ptp: ocp: add .init function for sma_op vectorJonathan Lemon-9/+20
2022-05-24ptp: ocp: vectorize the sma accessor functionsJonathan Lemon-145/+169
2022-05-24ptp: ocp: constify selectorsJonathan Lemon-11/+13
2022-05-24ptp: ocp: parameterize input/output sma selectorsJonathan Lemon-15/+27
2022-05-24ptp: ocp: revise firmware displayJonathan Lemon-23/+41
2022-05-24ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko-1/+5
2022-05-24ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon-7/+2
2022-05-24ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon-5/+5
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+45
2022-05-18ptp: ocp: change sysfs attr group handlingJonathan Lemon-15/+42
2022-05-17ptp: ptp_clockmatrix: return -EBUSY if phase pull-in is in progressMin Li-32/+2
2022-05-17ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS supportMin Li-109/+185
2022-05-16ptp: ocp: have adjtime handle negative delta_ns correctlyJonathan Lemon-2/+3
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-05-10ptp: Speed up vclock lookupGerhard Engleder-19/+48
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder-3/+2
2022-05-10ptp: Add cycles support for virtual clocksGerhard Engleder-16/+49
2022-05-09ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon-1/+1
2022-03-30ptp: ocp: handle error from nvmem_device_findJonathan Lemon-7/+8
2022-03-18ptp: ocp: use snprintf() in ptp_ocp_verify()Dan Carpenter-3/+3
2022-03-17ptp: ocp: Make debugfs variables the correct bitwidthJonathan Lemon-1/+2
2022-03-17ptp: ocp: Fix PTP_PF_* verification requestsJonathan Lemon-8/+20
2022-03-11ptp: ocp: Add 2 more timestampersJonathan Lemon-5/+56
2022-03-11ptp: ocp: Add 4 frequency countersJonathan Lemon-7/+165
2022-03-11ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUTJonathan Lemon-9/+94
2022-03-11ptp: ocp: Add signal generators and update sysfs nodesJonathan Lemon-10/+476
2022-03-11ptp: ocp: Add firmware capability bits for feature gatingJonathan Lemon-5/+33
2022-03-11ptp: ocp: Add GND and VCC output selectorsJonathan Lemon-0/+2
2022-03-11ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'Jonathan Lemon-4/+4
2022-03-11ptp: ocp: Add ability to disable input selectors.Jonathan Lemon-11/+23
2022-03-11ptp: ocp: Add support for selectable SMA directions.Jonathan Lemon-117/+211
2022-03-10ptp: ocp: add UPF_NO_THRE_TEST flag for serial portsJonathan Lemon-1/+1
2022-03-09ptp: idt82p33: use rsmu driver to access i2c/spi busMin Li-369/+126
2022-03-09ptp: ocp: Update devlink firmware display path.Jonathan Lemon-26/+17
2022-03-09ptp: ocp: add nvmem interface for accessing eepromJonathan Lemon-65/+121
2022-03-08ptp: ocp: correct label for error pathJonathan Lemon-2/+2
2022-03-07ptp: ocp: off by in in ptp_ocp_tod_gnss_name()Dan Carpenter-1/+1
2022-03-04ptp: ocp: Add serial port information to the debug summaryJonathan Lemon-0/+8
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+23
2022-03-03ptp: ocp: adjust utc_tai_offset to TOD infoVadim Fedorenko-20/+31
2022-03-03ptp: ocp: add tod_correction attributeVadim Fedorenko-0/+41
2022-03-03ptp: ocp: Expose clock status drift and offsetVadim Fedorenko-0/+34
2022-03-03ptp: ocp: add TOD debug informationVadim Fedorenko-36/+70
2022-03-02ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustmentsJonathan Lemon-2/+23
2022-02-08ptp_pch: Remove unused pch_pm_opsAndy Shevchenko-6/+0
2022-02-08ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko-63/+10
2022-02-08ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko-19/+1