summaryrefslogtreecommitdiff
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
...
| | * ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvmZelin Deng2021-09-301-7/+2
* | | ptp: ocp: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-4/+2
* | | ptp: clockmatrix: use rsmu driver to access i2c/spi busMin Li2021-09-273-1241/+431
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-0/+1
|\ \ \ | |/ /
| * | ptp: ocp: add COMMON_CLK dependencyArnd Bergmann2021-09-201-0/+1
| |/
* | 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: ptp_clockmatrix: Add support for pll_mode=0 and manual ref switch of WF ...Min Li2021-09-143-47/+376
* | ptp: ptp_clockmatrix: Add support for FW 5.2 (8A34005)Min Li2021-09-143-92/+165
* | ptp: ptp_clockmatrix: Remove idtcm_enable_tod_sync()Min Li2021-09-141-227/+2
|/
* ptp: ocp: Simplify Kconfig.Jonathan Lemon2021-08-261-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-1/+2
|\
| * ptp_pch: Restore dependency on PCIAndy Shevchenko2021-08-161-1/+2
* | ptp: ocp: Have Kconfig select NET_DEVLINKJonathan Lemon2021-08-161-0/+1
* | 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
* | ptp: ocp: don't allow on S390Randy Dunlap2021-08-161-0/+1
* | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-132-1/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-1/+1
|\ \ | |/
| * ptp: Fix possible memory leak caused by invalid castVinicius Costa Gomes2021-08-081-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-042-46/+1348
|/
* ptp: Relocate lookup cookie to correct block.Jonathan Lemon2021-07-081-1/+1
* ptp: fix format string mismatch in ptp_sysfs.cYangbo Lu2021-07-051-2/+2
* ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu2021-07-051-1/+1
* ptp: add kernel API ptp_convert_timestamp()Yangbo Lu2021-07-011-0/+34
* ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu2021-07-013-1/+39