aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/ptp/ptp_ocp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-24ptp: ocp: Add firmware header checksVadim Fedorenko1-5/+73
2022-05-24ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon1-11/+14
2022-05-24ptp: ocp: add .init function for sma_op vectorJonathan Lemon1-9/+20
2022-05-24ptp: ocp: vectorize the sma accessor functionsJonathan Lemon1-145/+169
2022-05-24ptp: ocp: constify selectorsJonathan Lemon1-11/+13
2022-05-24ptp: ocp: parameterize input/output sma selectorsJonathan Lemon1-15/+27
2022-05-24ptp: ocp: revise firmware displayJonathan Lemon1-23/+41
2022-05-24ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko1-1/+5
2022-05-24ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon1-7/+2
2022-05-24ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon1-5/+5
2022-05-18ptp: ocp: change sysfs attr group handlingJonathan Lemon1-15/+42
2022-05-16ptp: ocp: have adjtime handle negative delta_ns correctlyJonathan Lemon1-2/+3
2022-05-09ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon1-1/+1
2022-03-30ptp: ocp: handle error from nvmem_device_findJonathan Lemon1-7/+8
2022-03-18ptp: ocp: use snprintf() in ptp_ocp_verify()Dan Carpenter1-3/+3
2022-03-17ptp: ocp: Make debugfs variables the correct bitwidthJonathan Lemon1-1/+2
2022-03-17ptp: ocp: Fix PTP_PF_* verification requestsJonathan Lemon1-8/+20
2022-03-11ptp: ocp: Add 2 more timestampersJonathan Lemon1-5/+56
2022-03-11ptp: ocp: Add 4 frequency countersJonathan Lemon1-7/+165
2022-03-11ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUTJonathan Lemon1-9/+94
2022-03-11ptp: ocp: Add signal generators and update sysfs nodesJonathan Lemon1-10/+476
2022-03-11ptp: ocp: Add firmware capability bits for feature gatingJonathan Lemon1-5/+33
2022-03-11ptp: ocp: Add GND and VCC output selectorsJonathan Lemon1-0/+2
2022-03-11ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'Jonathan Lemon1-4/+4
2022-03-11ptp: ocp: Add ability to disable input selectors.Jonathan Lemon1-11/+23
2022-03-11ptp: ocp: Add support for selectable SMA directions.Jonathan Lemon1-117/+211
2022-03-10ptp: ocp: add UPF_NO_THRE_TEST flag for serial portsJonathan Lemon1-1/+1
2022-03-09ptp: ocp: Update devlink firmware display path.Jonathan Lemon1-26/+17
2022-03-09ptp: ocp: add nvmem interface for accessing eepromJonathan Lemon1-65/+121
2022-03-08ptp: ocp: correct label for error pathJonathan Lemon1-2/+2
2022-03-07ptp: ocp: off by in in ptp_ocp_tod_gnss_name()Dan Carpenter1-1/+1
2022-03-04ptp: ocp: Add serial port information to the debug summaryJonathan Lemon1-0/+8
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+23
2022-03-03ptp: ocp: adjust utc_tai_offset to TOD infoVadim Fedorenko1-20/+31
2022-03-03ptp: ocp: add tod_correction attributeVadim Fedorenko1-0/+41
2022-03-03ptp: ocp: Expose clock status drift and offsetVadim Fedorenko1-0/+34
2022-03-03ptp: ocp: add TOD debug informationVadim Fedorenko1-36/+70
2022-03-02ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustmentsJonathan Lemon1-2/+23
2021-11-18ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter1-4/+5
2021-09-27ptp: ocp: Move devlink registration to be last devlink commandLeon Romanovsky1-4/+2
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-6/+1
2021-09-17ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()Nathan Chancellor1-2/+2
2021-09-15ptp: ocp: Add timestamp window adjustmentJonathan Lemon1-11/+66
2021-09-15ptp: ocp: Have FPGA fold in ns adjustment for adjtime.Jonathan Lemon1-15/+25
2021-09-15ptp: ocp: Enable 4th timestamper / PPS generatorJonathan Lemon1-8/+74
2021-09-15ptp: ocp: Add second GNSS deviceJonathan Lemon1-2/+15
2021-09-15ptp: ocp: Add NMEA outputJonathan Lemon1-2/+55
2021-09-15ptp: ocp: Add debugfs entry for timecardJonathan Lemon1-0/+233
2021-09-15ptp: ocp: Separate the init and info logicJonathan Lemon1-36/+60
2021-09-15ptp: ocp: Add sysfs attribute utc_tai_offsetJonathan Lemon1-1/+48