Merge branch 'hns3-ptp'
authorDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2021 19:43:16 +0000 (12:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2021 19:43:16 +0000 (12:43 -0700)
commitf244e256e1adaf366aa18cb900b2ebb78e24f559
tree7916beb7541dc646b24b56f202229925740caf6c
parent76cf404c40ae8efcf8c6405535a3f6f69e6ba2a5
parentb34c157f0cdd0b9e52c002288ff77b1a553dd438
Merge branch 'hns3-ptp'

Guangbin Huang says:

====================
net: hns3: add support for PTP

This series adds PTP support for the HNS3 ethernet driver.

change log:
V1 -> V2:
1. use spinlock to prevent concurrency
2. add the handling when ptp_clock_register() returns NULL
====================

Signed-off-by: David S. Miller <davem@davemloft.net>