commit | 5d43f951b1ac797450bb4d230fdc960b739bea04 | [log] [tgz] |
---|---|---|
author | Yangbo Lu <yangbo.lu@nxp.com> | Wed Jun 30 16:11:52 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 01 13:08:18 2021 -0700 |
tree | 7e4ef8c7ca741fecd668e94f122543f34284ca61 | |
parent | 88827353c696defc40de7a5cdae5a5a084598fe2 [diff] |
ptp: add ptp virtual clock driver framework This patch is to add ptp virtual clock driver framework utilizing timecounter/cyclecounter. The patch just exports two essential APIs for PTP driver. - ptp_vclock_register() - ptp_vclock_unregister() Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>