summaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_ocp.c
Commit message (Expand)AuthorAgeFilesLines
...
* ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter2021-11-181-4/+5
* ptp: ocp: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-4/+2
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-6/+1
* ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()Nathan Chancellor2021-09-171-2/+2
* ptp: ocp: Add timestamp window adjustmentJonathan Lemon2021-09-151-11/+66
* ptp: ocp: Have FPGA fold in ns adjustment for adjtime.Jonathan Lemon2021-09-151-15/+25
* ptp: ocp: Enable 4th timestamper / PPS generatorJonathan Lemon2021-09-151-8/+74
* ptp: ocp: Add second GNSS deviceJonathan Lemon2021-09-151-2/+15
* ptp: ocp: Add NMEA outputJonathan Lemon2021-09-151-2/+55
* ptp: ocp: Add debugfs entry for timecardJonathan Lemon2021-09-151-0/+233
* ptp: ocp: Separate the init and info logicJonathan Lemon2021-09-151-36/+60
* ptp: ocp: Add sysfs attribute utc_tai_offsetJonathan Lemon2021-09-151-1/+48
* ptp: ocp: Add IRIG-B output mode controlJonathan Lemon2021-09-151-0/+41
* ptp: ocp: Add IRIG-B and DCF blocksJonathan Lemon2021-09-151-0/+129
* ptp: ocp: Add SMA selector and controlsJonathan Lemon2021-09-151-28/+361
* ptp: ocp: Add third timestamperJonathan Lemon2021-09-151-2/+17
* ptp: ocp: Report error if resource registration fails.Jonathan Lemon2021-09-151-1/+5
* ptp: ocp: Skip resources with out of range irqsJonathan Lemon2021-09-151-29/+18
* ptp: ocp: Skip I2C flash read when there is no controller.Jonathan Lemon2021-09-151-2/+5
* ptp: ocp: Parameterize the TOD information display.Jonathan Lemon2021-09-151-1/+2
* ptp: ocp: parameterize the i2c driver usedJonathan Lemon2021-09-151-4/+21
* ptp: ocp: Fix error path for pci_ocp_device_init()Jonathan Lemon2021-08-161-3/+4
* ptp: ocp: Fix uninitialized variable warning spotted by clang.Jonathan Lemon2021-08-161-1/+1
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-22/+4
* ptp: ocp: Remove pending_image indicator from devlinkJonathan Lemon2021-08-061-10/+0
* ptp: ocp: Rename version string shown by devlink.Jonathan Lemon2021-08-061-2/+2
* ptp: ocp: Use 'gnss' naming instead of 'gps'Jonathan Lemon2021-08-061-21/+21
* ptp: ocp: Remove devlink health and unused parameters.Jonathan Lemon2021-08-061-80/+0
* ptp: ocp: Add the mapping for the external PPS registers.Jonathan Lemon2021-08-061-4/+11
* ptp: ocp: Fix the error handling path for the class device.Jonathan Lemon2021-08-061-1/+1
* ptp: ocp: Expose various resources on the timecard.Jonathan Lemon2021-08-041-46/+1341
* ptp: ocp: Fix a resource leak in an error handling pathChristophe JAILLET2021-05-121-1/+3
* ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon2020-12-051-0/+398