mbox series

[net-next,v2,0/2] net: phy: micrel: lan8814: Enable PTP_PF_PEROUT

Message ID 20240405082257.1552821-1-horatiu.vultur@microchip.com (mailing list archive)
Headers show
Series net: phy: micrel: lan8814: Enable PTP_PF_PEROUT | expand

Message

Horatiu Vultur April 5, 2024, 8:22 a.m. UTC
Add support for PTP_PF_PEROUT to lan8814. First patch just enables
the LTC at probe time, such that it is not required to enable
timestamping to have the LTC enabled. While the second patch actually
adds support for PTP_PF_PEROUT.

v1->v2:
- add missing unlocks on error path

Horatiu Vultur (2):
  net: phy: micrel: lan8814: Enable LTC at probe time
  net: phy: micrel: lan8814: Add support for PTP_PF_PEROUT

 drivers/net/phy/micrel.c | 381 ++++++++++++++++++++++++++++++++++++---
 1 file changed, 357 insertions(+), 24 deletions(-)