aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_ocp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-15ptp: ocp: Add IRIG-B output mode controlJonathan Lemon1-0/+41
2021-09-15ptp: ocp: Add IRIG-B and DCF blocksJonathan Lemon1-0/+129
2021-09-15ptp: ocp: Add SMA selector and controlsJonathan Lemon1-28/+361
2021-09-15ptp: ocp: Add third timestamperJonathan Lemon1-2/+17
2021-09-15ptp: ocp: Report error if resource registration fails.Jonathan Lemon1-1/+5
2021-09-15ptp: ocp: Skip resources with out of range irqsJonathan Lemon1-29/+18
2021-09-15ptp: ocp: Skip I2C flash read when there is no controller.Jonathan Lemon1-2/+5
2021-09-15ptp: ocp: Parameterize the TOD information display.Jonathan Lemon1-1/+2
2021-09-15ptp: ocp: parameterize the i2c driver usedJonathan Lemon1-4/+21
2021-08-16ptp: ocp: Fix error path for pci_ocp_device_init()Jonathan Lemon1-3/+4
2021-08-16ptp: ocp: Fix uninitialized variable warning spotted by clang.Jonathan Lemon1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-22/+4
2021-08-06ptp: ocp: Remove pending_image indicator from devlinkJonathan Lemon1-10/+0
2021-08-06ptp: ocp: Rename version string shown by devlink.Jonathan Lemon1-2/+2
2021-08-06ptp: ocp: Use 'gnss' naming instead of 'gps'Jonathan Lemon1-21/+21
2021-08-06ptp: ocp: Remove devlink health and unused parameters.Jonathan Lemon1-80/+0
2021-08-06ptp: ocp: Add the mapping for the external PPS registers.Jonathan Lemon1-4/+11
2021-08-06ptp: ocp: Fix the error handling path for the class device.Jonathan Lemon1-1/+1
2021-08-04ptp: ocp: Expose various resources on the timecard.Jonathan Lemon1-46/+1341
2021-05-12ptp: ocp: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+3
2020-12-05ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon1-0/+398