[Linuxptp-devel] [PATCH] linuxptp: add phc_ctl program to help debug PHC devices

2014-06-27 Thread Jacob Keller
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

Re: [Linuxptp-devel] [PATCH] linuxptp: add phc_ctl program to help debug PHC devices

2014-06-25 Thread Keller, Jacob E
> -Original Message- > From: Richard Cochran [mailto:richardcoch...@gmail.com] > Sent: Tuesday, June 24, 2014 8:55 PM > To: Keller, Jacob E > Cc: linuxptp-devel@lists.sourceforge.net > Subject: Re: [Linuxptp-devel] [PATCH] linuxptp: add phc_ctl program to > help debu

Re: [Linuxptp-devel] [PATCH] linuxptp: add phc_ctl program to help debug PHC devices

2014-06-24 Thread Richard Cochran
On Tue, Jun 24, 2014 at 05:06:08PM -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 dir

[Linuxptp-devel] [PATCH] linuxptp: add phc_ctl program to help debug PHC devices

2014-06-24 Thread Jacob Keller
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