summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* 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
* ptp: track available ptp vclocks informationYangbo Lu2021-07-013-4/+40
* ptp: support ptp physical/virtual clocks conversionYangbo Lu2021-07-013-0/+185
* ptp: add ptp virtual clock driver frameworkYangbo Lu2021-07-013-1/+166
* ptp: Set lookup cookie when creating a PTP PPS source.Jonathan Lemon2021-06-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-1/+1
|\
| * ptp: improve max_adj check against unreasonable valuesJakub Kicinski2021-06-151-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+3
|\|
| * ptp: ocp: Fix a resource leak in an error handling pathChristophe JAILLET2021-05-121-1/+3
* | ptp: ptp_clock: make scaled_ppm_to_ppb static inlineRadu Pirea (NXP OSS)2021-05-101-21/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-015-63/+151
|\
| * Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-235-63/+151
| |\
| | * ptp: Don't print an error if ptp_kvm is not supportedJon Hunter2021-04-201-1/+2
| | * ptp: arm/arm64: Enable ptp_kvm for arm/arm64Jianyong Wu2021-04-073-1/+30
| | * ptp: Reorganize ptp_kvm.c to make it arch-independentJianyong Wu2021-04-073-62/+120
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-6/+7
|\| |
| * | ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalationYangbo Lu2021-03-241-6/+7
| |/
* | ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr...Lee Jones2021-03-121-3/+6
* | ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard commentLee Jones2021-03-121-2/+2
* | ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones2021-03-121-0/+1
* | ptp_pch: Remove unused function 'pch_ch_control_read()'Lee Jones2021-03-121-11/+0
|/
* ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessaryVincent Cheng2021-02-171-10/+8
* ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable.Vincent Cheng2021-02-171-4/+1
* ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.Vincent Cheng2021-02-171-79/+11
* ptp: ptp_clockmatrix: Clean-up dev_*() messages.Vincent Cheng2021-02-171-79/+43
* ptp: ptp_clockmatrix: Remove unused header declarations.Vincent Cheng2021-02-171-2/+0
* ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable.Vincent Cheng2021-02-171-3/+13
* ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock.Vincent Cheng2021-02-173-2/+87