summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
AgeCommit message (Expand)AuthorLines
2020-12-09ptp: clockmatrix: deprecate firmware older than 4.8.7Min Li-35/+45
2020-12-09ptp: clockmatrix: Fix non-zero phase_adj is lost after snapMin Li-24/+90
2020-12-09ptp: clockmatrix: remove 5 second delay before entering write phase modeMin Li-23/+0
2020-12-09ptp: clockmatrix: reset device and check BOOT_STATUSMin Li-36/+124
2020-12-05ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon-0/+413
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-33/+16
2020-11-25ptp: clockmatrix: bug fix for idtcm_strverscmpMin Li-33/+16
2020-11-23ptp: ptp_ines: use new PTP_MSGTYPE_* define(s)Christian Eggers-12/+7
2020-11-07ptp: idt82p33: optimize _idt82p33_adjfineMin Li-9/+1
2020-11-07ptp: idt82p33: use i2c_master_send for bus writeMin Li-11/+37
2020-11-07ptp: idt82p33: add adjphase supportMin Li-66/+153
2020-09-18ptp_qoriq: support FIPER3Yangbo Lu-1/+19
2020-08-26ptp: ptp_ines: Remove redundant null checkXu Wang-2/+1
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-13/+45
2020-08-19ptp: ptp_clockmatrix: use i2c_master_send for i2c writeMin Li-13/+45
2020-08-19ptp: ptp_ines: Use generic helper functionKurt Kanzenbach-63/+25
2020-08-05ptp: only allow phase values lower than 1 periodVladimir Oltean-0/+13
2020-07-30ptp: ptp_clockmatrix: update to support 4.8.7 firmwareMin Li-209/+1045
2020-07-19ptp: add ability to configure duty cycle for periodic outputVladimir Oltean-6/+27
2020-06-25ptp_pch: use generic power managementVaibhav Gupta-34/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-05-25ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC dev...Richard Cochran-2/+8
2020-05-02ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.Vincent Cheng-2/+98
2020-05-02ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng-0/+1
2020-05-02ptp: Add adjphase function to support phase offset control.Vincent Cheng-0/+3
2020-04-29ptp: ptp_ines: convert to devm_platform_ioremap_resourceWei Yongjun-7/+1
2020-04-25ptp: clockmatrix: remove unnecessary comparisonYang Yingliang-1/+1
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+2
2020-04-24ptp: idt82p33: remove unnecessary comparisonYang Yingliang-1/+1
2020-04-21ptp: Remove unneeded conversion to boolJason Yan-2/+2
2020-04-20ptp: idt82p33: Make two variables staticYueHaibing-2/+2
2020-04-20ptp_kvm: Make kvm_ptp_lock staticYueHaibing-1/+1
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Richard Cochran-2/+24
2020-03-05ptp: add VMware virtual PTP clock driverVivek Thampi-0/+157
2020-02-24ptp: Add a ptp clock driver for IDT 82P33 SMU.Min Li-0/+1192
2020-02-16ptp_qoriq: drop the code of alarmYangbo Lu-28/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+2
2020-01-14ptp: free ptp device pin descriptors properlyVladis Dronov-2/+2
2020-01-12ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann-344/+1
2020-01-07ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng-64/+15
2020-01-02ptp: ptp_clockmatrix: constify copied structureJulia Lawall-1/+1
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-18/+15
2019-12-30ptp: introduce ptp_cancel_worker_syncVladimir Oltean-0/+6
2019-12-30ptp: fix the race between the release of ptp_clock and cdevVladis Dronov-18/+15
2019-12-25ptp: Add a driver for InES time stamping IP core.Richard Cochran-0/+863
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2019-12-16ptp_qoriq: export extts_clean_up() functionYangbo Lu-2/+2
2019-12-16ptp_qoriq: check valid status before reading extts fifoYangbo Lu-3/+8
2019-12-13ptp: clockmatrix: add I2C dependencyArnd Bergmann-1/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+15