summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* ptp: improve max_adj check against unreasonable valuesJakub Kicinski2021-06-151-3/+3
* ptp: ocp: Fix a resource leak in an error handling pathChristophe JAILLET2021-05-121-1/+3
* 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
* ptp: ptp_ines: prevent build when HAS_IOMEM is not setRandy Dunlap2021-01-061-0/+1
* phy: dp83640: select CONFIG_CRC32Arnd Bergmann2021-01-051-0/+1
* ptp: clockmatrix: deprecate firmware older than 4.8.7Min Li2020-12-092-35/+45
* ptp: clockmatrix: Fix non-zero phase_adj is lost after snapMin Li2020-12-092-24/+90
* ptp: clockmatrix: remove 5 second delay before entering write phase modeMin Li2020-12-092-23/+0
* ptp: clockmatrix: reset device and check BOOT_STATUSMin Li2020-12-093-36/+124
* ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon2020-12-053-0/+413
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-33/+16
|\
| * ptp: clockmatrix: bug fix for idtcm_strverscmpMin Li2020-11-251-33/+16
* | ptp: ptp_ines: use new PTP_MSGTYPE_* define(s)Christian Eggers2020-11-231-12/+7
* | ptp: idt82p33: optimize _idt82p33_adjfineMin Li2020-11-071-9/+1
* | ptp: idt82p33: use i2c_master_send for bus writeMin Li2020-11-072-11/+37
* | ptp: idt82p33: add adjphase supportMin Li2020-11-072-66/+153
|/
* ptp_qoriq: support FIPER3Yangbo Lu2020-09-181-1/+19
* ptp: ptp_ines: Remove redundant null checkXu Wang2020-08-261-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-232-13/+45
|\
| * ptp: ptp_clockmatrix: use i2c_master_send for i2c writeMin Li2020-08-192-13/+45
* | ptp: ptp_ines: Use generic helper functionKurt Kanzenbach2020-08-191-63/+25
|/
* ptp: only allow phase values lower than 1 periodVladimir Oltean2020-08-051-0/+13
* ptp: ptp_clockmatrix: update to support 4.8.7 firmwareMin Li2020-07-303-209/+1045
* ptp: add ability to configure duty cycle for periodic outputVladimir Oltean2020-07-191-6/+27
* ptp_pch: use generic power managementVaibhav Gupta2020-06-251-34/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC dev...Richard Cochran2020-05-251-2/+8
* ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.Vincent Cheng2020-05-022-2/+98
* ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng2020-05-021-0/+1
* ptp: Add adjphase function to support phase offset control.Vincent Cheng2020-05-021-0/+3
* ptp: ptp_ines: convert to devm_platform_ioremap_resourceWei Yongjun2020-04-291-7/+1
* ptp: clockmatrix: remove unnecessary comparisonYang Yingliang2020-04-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-251-2/+2
|\