From: Bryan Whitehead
Date: Thu, 9 Aug 2018 15:36:10 -0400
> PTP support includes:
> Ingress, and egress timestamping.
> One step timestamping available.
> PTP clock support.
> Periodic output support.
>
> Signed-off-by: Bryan Whitehead
Applied to net-next, thank you.
On Thu, Aug 09, 2018 at 03:36:10PM -0400, Bryan Whitehead wrote:
> +static int lan743x_ptpci_adjfine(struct ptp_clock_info *ptpci, long
> scaled_ppm)
> +{
> + struct lan743x_ptp *ptp =
> + container_of(ptpci, struct lan743x_ptp, ptp_clock_info);
> + struct lan743x_adapter *adap
PTP support includes:
Ingress, and egress timestamping.
One step timestamping available.
PTP clock support.
Periodic output support.
Signed-off-by: Bryan Whitehead
---
drivers/net/ethernet/microchip/Makefile |2 +-
drivers/net/ethernet/microchip/lan743x_ethtool.c |