mbox series

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

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

Message

Horatiu Vultur April 4, 2024, 8:01 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.

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 | 379 ++++++++++++++++++++++++++++++++++++---
 1 file changed, 355 insertions(+), 24 deletions(-)

Comments

Richard Cochran April 4, 2024, 10:40 a.m. UTC | #1
On Thu, Apr 04, 2024 at 10:01:13AM +0200, Horatiu Vultur wrote:
> 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.
> 
> 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 | 379 ++++++++++++++++++++++++++++++++++++---
>  1 file changed, 355 insertions(+), 24 deletions(-)

For the series:

Acked-by: Richard Cochran <richardcochran@gmail.com>