Merge branch 'lan966x-ptp'
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Feb 2022 14:18:44 +0000 (14:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Feb 2022 14:18:44 +0000 (14:18 +0000)
commite4d2763f9aafd4a4780a85d4295bd4b1f5303217
tree72d368a8b96fb2a35a1adb5a8424a7e65c4abc3d
parent9f397dd5f15522f8066816ee832974f7f4252366
parent966f2e1a4a340ef17fef4e35ddbff3f2043ce8d7
Merge branch 'lan966x-ptp'

Horatiu Vultur says:

====================
net: lan966x: Add PTP Hardward Clock support

Add support for PTP Hardware Clock (PHC) for lan966x. The switch supports
both PTP 1-step and 2-step modes.

v1->v2:
- fix commit messages
- reduce the scope of the lock ptp_lock inside the function
  lan966x_ptp_hwtstamp_set
- the rx timestamping is always enabled for all packages
====================

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