]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita5db51a6ace21445a088125da62786367e4380fb
tree7916beb7541dc646b24b56f202229925740caf6c
parent183815da9f58594588c1aaef85b2fd3cadf9548b
parentdb71f4021593f8b33b639ba8df33a80d04ab6106
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>