Skip to content

Commit

Permalink
ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS support
Browse files Browse the repository at this point in the history
Use TOD_READ_SECONDARY for extts to keep TOD_READ_PRIMARY
for gettime and settime exclusively. Before this change,
TOD_READ_PRIMARY was used for both extts and gettime/settime,
which would result in changing TOD read/write triggers between
operations. Using TOD_READ_SECONDARY would make extts
independent of gettime/settime operation

Signed-off-by: Min Li <[email protected]>
Acked-by: Richard Cochran <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
Min Li authored and kuba-moo committed May 18, 2022
1 parent 5ff0348 commit bec6759
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 110 deletions.
Loading

0 comments on commit bec6759

Please sign in to comment.