[Linuxptp-devel] [PATCH v1] phc_ctl: Implement setting frequency from system time.

2023-09-13 Thread Maciek Machnikowski
Implement auto mode for frequency setting. In this mode the tool will measure the frequency difference between PHC and CLOCK_REALTIME and apply the correction to the PHC to match the system clock. Signed-off-by: Maciek Machnikowski --- phc_ctl.8 | 13 +++- phc_ctl.c | 92

[Linuxptp-devel] [RFC] ts2phc: synchronize a PHC device without PTP_EXTTS_REQUEST ability

2023-09-13 Thread Min Li
Hi Everyone: I have a clock synthesizer device that can act as a PHC device itself. Now I wanna synchronize it to an external signal, such as a 1PPS signal from GNSS On the other hand, the clock itself doesn't have the ability to do PTP_EXTTS_REQUEST, which is timestamping the external signal.