mbox series

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

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

Message

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

v2->v3:
- rebase on latest net-next

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(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 9, 2024, 11:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 8 Apr 2024 08:44:30 +0200 you 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.
> 
> v2->v3:
> - rebase on latest net-next
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] net: phy: micrel: lan8814: Enable LTC at probe time
    https://git.kernel.org/netdev/net-next/c/9f6b3a498174
  - [net-next,v3,2/2] net: phy: micrel: lan8814: Add support for PTP_PF_PEROUT
    https://git.kernel.org/netdev/net-next/c/9e63941b8976

You are awesome, thank you!