On 10/31/2022 6:20 AM, Maciek Machnikowski wrote:
On Thu, Oct 27, 2022 at 03:32:48AM -0700, Jacob Keller wrote:
Add a new function to phc_ctl to display the devices pin configuration
data. First, obtain the device capabilities to determine the number of
pins. Then, for each pin, print the nam
On Thu, Oct 27, 2022 at 03:32:48AM -0700, Jacob Keller wrote:
> Add a new function to phc_ctl to display the devices pin configuration
> data. First, obtain the device capabilities to determine the number of
> pins. Then, for each pin, print the name, function, and channel
> information.
>
> Signe
> -Original Message-
> From: Miroslav Lichvar
> Sent: Thursday, October 27, 2022 8:00 AM
> To: Keller, Jacob E
> Cc: linuxptp-devel@lists.sourceforge.net
> Subject: Re: [Linuxptp-devel] [PATCH] phc_ctl: add pin_cfg command to display
> pin functions
>
> On
Already have it in
https://github.com/erezgeva/libptpmgmt/blob/master/src/ptp.h
Erez 😊
-Original Message-
From: Miroslav Lichvar
Sent: Thursday, 27 October 2022 17:00
To: Jacob Keller
Cc: linuxptp-devel@lists.sourceforge.net
Subject: Re: [Linuxptp-devel] [PATCH] phc_ctl: add pin_cfg
On Thu, Oct 27, 2022 at 03:32:48AM -0700, Jacob Keller wrote:
> Add a new function to phc_ctl to display the devices pin configuration
> data. First, obtain the device capabilities to determine the number of
> pins. Then, for each pin, print the name, function, and channel
> information.
Nice feat