Re: [PATCH net-next 2/3] ptp: Add adjust_phase to ptp_clock_caps capability.

2020-04-30 Thread Richard Cochran
On Wed, Apr 29, 2020 at 08:28:24PM -0400, vincent.cheng...@renesas.com wrote: > From: Vincent Cheng > > Add adjust_phase to ptp_clock_caps capability to allow > user to query if a PHC driver supports adjust phase with > ioctl PTP_CLOCK_GETCAPS command. > > Signed-off-by: Vincent Cheng

[PATCH net-next 2/3] ptp: Add adjust_phase to ptp_clock_caps capability.

2020-04-29 Thread vincent.cheng.xh
From: Vincent Cheng Add adjust_phase to ptp_clock_caps capability to allow user to query if a PHC driver supports adjust phase with ioctl PTP_CLOCK_GETCAPS command. Signed-off-by: Vincent Cheng --- drivers/ptp/ptp_chardev.c | 1 + include/uapi/linux/ptp_clock.h| 4 +++-