summaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_ocp.c
AgeCommit message (Expand)Author
2022-05-09ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon
2022-03-30ptp: ocp: handle error from nvmem_device_findJonathan Lemon
2022-03-18ptp: ocp: use snprintf() in ptp_ocp_verify()Dan Carpenter
2022-03-17ptp: ocp: Make debugfs variables the correct bitwidthJonathan Lemon
2022-03-17ptp: ocp: Fix PTP_PF_* verification requestsJonathan Lemon
2022-03-11ptp: ocp: Add 2 more timestampersJonathan Lemon
2022-03-11ptp: ocp: Add 4 frequency countersJonathan Lemon
2022-03-11ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUTJonathan Lemon
2022-03-11ptp: ocp: Add signal generators and update sysfs nodesJonathan Lemon
2022-03-11ptp: ocp: Add firmware capability bits for feature gatingJonathan Lemon
2022-03-11ptp: ocp: Add GND and VCC output selectorsJonathan Lemon
2022-03-11ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'Jonathan Lemon
2022-03-11ptp: ocp: Add ability to disable input selectors.Jonathan Lemon
2022-03-11ptp: ocp: Add support for selectable SMA directions.Jonathan Lemon
2022-03-10ptp: ocp: add UPF_NO_THRE_TEST flag for serial portsJonathan Lemon
2022-03-09ptp: ocp: Update devlink firmware display path.Jonathan Lemon
2022-03-09ptp: ocp: add nvmem interface for accessing eepromJonathan Lemon
2022-03-08ptp: ocp: correct label for error pathJonathan Lemon
2022-03-07ptp: ocp: off by in in ptp_ocp_tod_gnss_name()Dan Carpenter
2022-03-04ptp: ocp: Add serial port information to the debug summaryJonathan Lemon
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03ptp: ocp: adjust utc_tai_offset to TOD infoVadim Fedorenko
2022-03-03ptp: ocp: add tod_correction attributeVadim Fedorenko
2022-03-03ptp: ocp: Expose clock status drift and offsetVadim Fedorenko
2022-03-03ptp: ocp: add TOD debug informationVadim Fedorenko
2022-03-02ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustmentsJonathan Lemon
2021-11-18ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter
2021-09-27ptp: ocp: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-09-17ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()Nathan Chancellor
2021-09-15ptp: ocp: Add timestamp window adjustmentJonathan Lemon
2021-09-15ptp: ocp: Have FPGA fold in ns adjustment for adjtime.Jonathan Lemon
2021-09-15ptp: ocp: Enable 4th timestamper / PPS generatorJonathan Lemon
2021-09-15ptp: ocp: Add second GNSS deviceJonathan Lemon
2021-09-15ptp: ocp: Add NMEA outputJonathan Lemon
2021-09-15ptp: ocp: Add debugfs entry for timecardJonathan Lemon
2021-09-15ptp: ocp: Separate the init and info logicJonathan Lemon
2021-09-15ptp: ocp: Add sysfs attribute utc_tai_offsetJonathan Lemon
2021-09-15ptp: ocp: Add IRIG-B output mode controlJonathan Lemon
2021-09-15ptp: ocp: Add IRIG-B and DCF blocksJonathan Lemon
2021-09-15ptp: ocp: Add SMA selector and controlsJonathan Lemon
2021-09-15ptp: ocp: Add third timestamperJonathan Lemon
2021-09-15ptp: ocp: Report error if resource registration fails.Jonathan Lemon
2021-09-15ptp: ocp: Skip resources with out of range irqsJonathan Lemon
2021-09-15ptp: ocp: Skip I2C flash read when there is no controller.Jonathan Lemon
2021-09-15ptp: ocp: Parameterize the TOD information display.Jonathan Lemon
2021-09-15ptp: ocp: parameterize the i2c driver usedJonathan Lemon
2021-08-16ptp: ocp: Fix error path for pci_ocp_device_init()Jonathan Lemon
2021-08-16ptp: ocp: Fix uninitialized variable warning spotted by clang.Jonathan Lemon
2021-08-09devlink: Set device as early as possibleLeon Romanovsky