summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-312-18/+15
|\|
| * ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-302-18/+15
* | ptp: introduce ptp_cancel_worker_syncVladimir Oltean2019-12-301-0/+6
* | ptp: Add a driver for InES time stamping IP core.Richard Cochran2019-12-253-0/+863
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\|
| * ptp: clockmatrix: add I2C dependencyArnd Bergmann2019-12-131-1/+1
* | ptp_qoriq: export extts_clean_up() functionYangbo Lu2019-12-161-2/+2
* | ptp_qoriq: check valid status before reading extts fifoYangbo Lu2019-12-161-3/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-5/+15
|\
| * ptp: Introduce strict checking of external time stamp options.Richard Cochran2019-11-151-0/+2
| * ptp: Validate requests to enable time stamping of external signals.Richard Cochran2019-11-151-5/+13
* | ptp: ptp_clockmatrix: Fix build errorYueHaibing2019-11-121-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-035-0/+2201
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-2/+2
|\|
| * ptp: fix typo of "mechanism" in Kconfig help textAntonio Borneo2019-10-071-2/+2
* | ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-101-3/+1
|/
* ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean2019-10-021-1/+2
* ptp: correctly disable flags on old ioctlsJacob Keller2019-09-271-2/+2
* PTP: introduce new versions of IOCTLsFelipe Balbi2019-09-131-0/+63