net: stmmac: Add Flexible PPS support
This adds support for Flexible PPS output (which is equivalent to per_out output of PTP subsystem). Tested using an oscilloscope and the following commands: 1) Start PTP4L: # ptp4l -A -4 -H -m -i eth0 & 2) Set Flexible PPS frequency: # echo <idx> <ts> <tns> <ps> <pns> > /sys/class/ptp/ptpX/period Where, ts/tns is start time and ps/pns is period time, and ptpX is ptp of eth0. Signed-off-by:Jose Abreu <joabreu@synopsys.com> Cc: David S. Miller <davem@davemloft.net> Cc: Joao Pinto <jpinto@synopsys.com> Cc: Vitor Soares <soares@synopsys.com> Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com> Cc: Alexandre Torgue <alexandre.torgue@st.com> Cc: Richard Cochran <richardcochran@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/ethernet/stmicro/stmmac/common.h 2 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/common.h
- drivers/net/ethernet/stmicro/stmmac/dwmac4.h 1 addition, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac4.h
- drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c 1 addition, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
- drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c 2 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c
- drivers/net/ethernet/stmicro/stmmac/dwmac5.c 55 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac5.c
- drivers/net/ethernet/stmicro/stmmac/dwmac5.h 22 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac5.h
- drivers/net/ethernet/stmicro/stmmac/hwif.h 7 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/hwif.h
- drivers/net/ethernet/stmicro/stmmac/stmmac.h 12 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/stmmac.h
- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 4 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/stmmac_main.c
- drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c 39 additions, 3 deletionsdrivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c
Loading
Please register or sign in to comment