Re: [Linuxptp-devel] [PATCH v5] linuxptp: add phc_ctl program to help debug PHC devices
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2014-07-19 05:25:58
|
On Fri, Jul 18, 2014 at 01:46:02PM -0700, Jacob Keller wrote: > This is an updated version of a script I wrote a couple years ago for > debugging the PHC when writing a new driver. I figured that it might be > handy for the LinuxPTP project to include, as it can give some insight > into the PHC directly. I have updated it to make use of the shared code > here, in order to reduce duplication. Hopefully this is of some use to > everyone. > > Signed-off-by: Jacob Keller <jac...@in...> > --- > This version fixes several issues, > > * make clean wasn't removing phc_ctl.o > * manpage used 1% instead of 10% clock adjustment > * default command was not properly added Applied. Thanks, Richard |