summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ptp: Remove unneeded conversion to boolJason Yan2020-04-211-2/+2
* | ptp: idt82p33: remove unnecessary comparisonYang Yingliang2020-04-241-1/+1
* | ptp: idt82p33: Make two variables staticYueHaibing2020-04-201-2/+2
* | ptp_kvm: Make kvm_ptp_lock staticYueHaibing2020-04-201-1/+1
|/
* ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-302-2/+24
* ptp: add VMware virtual PTP clock driverVivek Thampi2020-03-053-0/+157
* ptp: Add a ptp clock driver for IDT 82P33 SMU.Min Li2020-02-244-0/+1192
* ptp_qoriq: drop the code of alarmYangbo Lu2020-02-161-28/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-2/+2
|\
| * ptp: free ptp device pin descriptors properlyVladis Dronov2020-01-141-2/+2
* | ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann2020-01-123-344/+1
* | ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng2020-01-072-64/+15
* | ptp: ptp_clockmatrix: constify copied structureJulia Lawall2020-01-021-1/+1