[Linuxptp-devel] [PATCH v2] ptp4l: Add profile_id configuration support for G.8275.1 and G.8275.2.

2022-10-31 Thread izunna.otiji.sx
From: Izunna Otiji Signed-off-by: Izunna Otiji --- port.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/port.c b/port.c index 871ad68..34c0c09 100644 --- a/port.c +++ b/port.c @@ -831,6 +831,8 @@ static void port_management_send_error(struct port *p,

Re: [Linuxptp-devel] [PATCH] phc_ctl: add pin_cfg command to display pin functions

2022-10-31 Thread Maciek Machnikowski
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. > >