summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2021-03-24ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalationYangbo Lu1-6/+7
2021-03-13ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr...Lee Jones1-3/+6
2021-03-13ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard commentLee Jones1-2/+2
2021-03-13ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones1-0/+1
2021-03-13ptp_pch: Remove unused function 'pch_ch_control_read()'Lee Jones1-11/+0
2021-02-18ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessaryVincent Cheng1-10/+8
2021-02-18ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable.Vincent Cheng1-4/+1
2021-02-18ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.Vincent Cheng1-79/+11
2021-02-18ptp: ptp_clockmatrix: Clean-up dev_*() messages.Vincent Cheng1-79/+43
2021-02-18ptp: ptp_clockmatrix: Remove unused header declarations.Vincent Cheng1-2/+0
2021-02-18ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable.Vincent Cheng1-3/+13
2021-02-18ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock.Vincent Cheng3-2/+87
2021-01-07ptp: ptp_ines: prevent build when HAS_IOMEM is not setRandy Dunlap1-0/+1
2021-01-06phy: dp83640: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-10ptp: clockmatrix: deprecate firmware older than 4.8.7Min Li2-35/+45
2020-12-10ptp: clockmatrix: Fix non-zero phase_adj is lost after snapMin Li2-24/+90
2020-12-10ptp: clockmatrix: remove 5 second delay before entering write phase modeMin Li2-23/+0
2020-12-10ptp: clockmatrix: reset device and check BOOT_STATUSMin Li3-36/+124
2020-12-06ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon3-0/+413
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-33/+16
2020-11-26ptp: clockmatrix: bug fix for idtcm_strverscmpMin Li1-33/+16
2020-11-24ptp: ptp_ines: use new PTP_MSGTYPE_* define(s)Christian Eggers1-12/+7
2020-11-08ptp: idt82p33: optimize _idt82p33_adjfineMin Li1-9/+1
2020-11-08ptp: idt82p33: use i2c_master_send for bus writeMin Li2-11/+37
2020-11-08ptp: idt82p33: add adjphase supportMin Li2-66/+153
2020-09-19ptp_qoriq: support FIPER3Yangbo Lu1-1/+19
2020-08-26ptp: ptp_ines: Remove redundant null checkXu Wang1-2/+1
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-13/+45
2020-08-20ptp: ptp_clockmatrix: use i2c_master_send for i2c writeMin Li2-13/+45
2020-08-20ptp: ptp_ines: Use generic helper functionKurt Kanzenbach1-63/+25
2020-08-05ptp: only allow phase values lower than 1 periodVladimir Oltean1-0/+13
2020-07-31ptp: ptp_clockmatrix: update to support 4.8.7 firmwareMin Li3-209/+1045
2020-07-20ptp: add ability to configure duty cycle for periodic outputVladimir Oltean1-6/+27
2020-06-25ptp_pch: use generic power managementVaibhav Gupta1-34/+3
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-26ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC dev...Richard Cochran1-2/+8
2020-05-03ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.Vincent Cheng2-2/+98
2020-05-03ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng1-0/+1
2020-05-03ptp: Add adjphase function to support phase offset control.Vincent Cheng1-0/+3
2020-04-29ptp: ptp_ines: convert to devm_platform_ioremap_resourceWei Yongjun1-7/+1
2020-04-26ptp: clockmatrix: remove unnecessary comparisonYang Yingliang1-1/+1
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-04-25ptp: idt82p33: remove unnecessary comparisonYang Yingliang1-1/+1
2020-04-22ptp: Remove unneeded conversion to boolJason Yan1-2/+2
2020-04-20ptp: idt82p33: Make two variables staticYueHaibing1-2/+2
2020-04-20ptp_kvm: Make kvm_ptp_lock staticYueHaibing1-1/+1
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2-2/+24
2020-03-06ptp: add VMware virtual PTP clock driverVivek Thampi3-0/+157
2020-02-25ptp: Add a ptp clock driver for IDT 82P33 SMU.Min Li4-0/+1192
2020-02-17ptp_qoriq: drop the code of alarmYangbo Lu1-28/+1