summaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_clockmatrix.c
Commit message (Expand)AuthorAgeFilesLines
* ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard commentLee Jones2021-03-121-2/+2
* 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: 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-171-2/+62
* ptp: clockmatrix: deprecate firmware older than 4.8.7Min Li2020-12-091-30/+39
* ptp: clockmatrix: Fix non-zero phase_adj is lost after snapMin Li2020-12-091-21/+88
* ptp: clockmatrix: remove 5 second delay before entering write phase modeMin Li2020-12-091-22/+0
* ptp: clockmatrix: reset device and check BOOT_STATUSMin Li2020-12-091-34/+116
* ptp: clockmatrix: bug fix for idtcm_strverscmpMin Li2020-11-251-33/+16
* ptp: ptp_clockmatrix: use i2c_master_send for i2c writeMin Li2020-08-191-13/+43
* ptp: ptp_clockmatrix: update to support 4.8.7 firmwareMin Li2020-07-301-198/+947
* ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.Vincent Cheng2020-05-021-0/+92
* ptp: clockmatrix: remove unnecessary comparisonYang Yingliang2020-04-251-1/+1
* ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng2020-01-071-64/+13
* ptp: ptp_clockmatrix: constify copied structureJulia Lawall2020-01-021-1/+1
* ptp: ptp_clockmatrix: Fix missing unlock on error in idtcm_probe()Wei Yongjun2019-11-061-1/+3
* ptp: Add a ptp clock driver for IDT ClockMatrix.Vincent Cheng2019-11-031-0/+1425