aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)Author
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-09-14ptp: ptp_clockmatrix: Add support for pll_mode=0 and manual ref switch of WF ...Min Li
2021-09-14ptp: ptp_clockmatrix: Add support for FW 5.2 (8A34005)Min Li
2021-09-14ptp: ptp_clockmatrix: Remove idtcm_enable_tod_sync()Min Li
2021-08-26ptp: ocp: Simplify Kconfig.Jonathan Lemon
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-16ptp: ocp: Have Kconfig select NET_DEVLINKJonathan 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-16ptp: ocp: don't allow on S390Randy Dunlap
2021-08-16ptp_pch: Restore dependency on PCIAndy Shevchenko
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-08ptp: Fix possible memory leak caused by invalid castVinicius Costa Gomes
2021-08-06ptp: ocp: Remove pending_image indicator from devlinkJonathan Lemon
2021-08-06ptp: ocp: Rename version string shown by devlink.Jonathan Lemon
2021-08-06ptp: ocp: Use 'gnss' naming instead of 'gps'Jonathan Lemon
2021-08-06ptp: ocp: Remove devlink health and unused parameters.Jonathan Lemon
2021-08-06ptp: ocp: Add the mapping for the external PPS registers.Jonathan Lemon
2021-08-06ptp: ocp: Fix the error handling path for the class device.Jonathan Lemon
2021-08-04ptp: ocp: Expose various resources on the timecard.Jonathan Lemon
2021-07-08ptp: Relocate lookup cookie to correct block.Jonathan Lemon
2021-07-05ptp: fix format string mismatch in ptp_sysfs.cYangbo Lu
2021-07-05ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu
2021-07-01ptp: add kernel API ptp_convert_timestamp()Yangbo Lu
2021-07-01ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu
2021-07-01ptp: track available ptp vclocks informationYangbo Lu
2021-07-01ptp: support ptp physical/virtual clocks conversionYangbo Lu
2021-07-01ptp: add ptp virtual clock driver frameworkYangbo Lu
2021-06-29ptp: Set lookup cookie when creating a PTP PPS source.Jonathan Lemon
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-15ptp: improve max_adj check against unreasonable valuesJakub Kicinski
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-12ptp: ocp: Fix a resource leak in an error handling pathChristophe JAILLET
2021-05-10ptp: ptp_clock: make scaled_ppm_to_ppb static inlineRadu Pirea (NXP OSS)
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-04-20ptp: Don't print an error if ptp_kvm is not supportedJon Hunter
2021-04-07ptp: arm/arm64: Enable ptp_kvm for arm/arm64Jianyong Wu
2021-04-07ptp: Reorganize ptp_kvm.c to make it arch-independentJianyong Wu