mbox series

[net-next,0/5] ptp: ocp: TOD and monitoring updates

Message ID 20220302213459.6565-1-jonathan.lemon@gmail.com (mailing list archive)
Headers show
Series ptp: ocp: TOD and monitoring updates | expand

Message

Jonathan Lemon March 2, 2022, 9:34 p.m. UTC
Add a series of patches for monitoring the status of the
driver and adjusting TOD handling, especially around leap seconds.

Add documentation for the new sysfs nodes.

Jonathan Lemon (1):
  docs: ABI: Document new timecard sysfs nodes.

Vadim Fedorenko (4):
  ptp: ocp: add TOD debug information
  ptp: ocp: Expose clock status drift and offset
  ptp: ocp: add tod_correction attribute
  ptp: ocp: adjust utc_tai_offset to TOD info

 Documentation/ABI/testing/sysfs-timecard |  22 +++
 drivers/ptp/ptp_ocp.c                    | 232 +++++++++++++++++------
 2 files changed, 198 insertions(+), 56 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 3, 2022, 2:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed,  2 Mar 2022 13:34:54 -0800 you wrote:
> Add a series of patches for monitoring the status of the
> driver and adjusting TOD handling, especially around leap seconds.
> 
> Add documentation for the new sysfs nodes.
> 
> Jonathan Lemon (1):
>   docs: ABI: Document new timecard sysfs nodes.
> 
> [...]

Here is the summary with links:
  - [net-next,1/5] ptp: ocp: add TOD debug information
    https://git.kernel.org/netdev/net-next/c/9f492c4cb235
  - [net-next,2/5] ptp: ocp: Expose clock status drift and offset
    https://git.kernel.org/netdev/net-next/c/2f23f486cf62
  - [net-next,3/5] ptp: ocp: add tod_correction attribute
    https://git.kernel.org/netdev/net-next/c/44a412d13b31
  - [net-next,4/5] ptp: ocp: adjust utc_tai_offset to TOD info
    https://git.kernel.org/netdev/net-next/c/e68462a0d99d
  - [net-next,5/5] docs: ABI: Document new timecard sysfs nodes.
    https://git.kernel.org/netdev/net-next/c/4db073174f95

You are awesome, thank you!