linux_dsm_epyc7002/drivers/net/dsa/sja1105
Vladimir Oltean a602afd200 net: dsa: sja1105: Expose PTP timestamping ioctls to userspace
This enables the PTP support towards userspace applications such as
linuxptp.

The switches can timestamp only trapped multicast MAC frames, and
therefore only the profiles of 1588 over L2 are supported.

TX timestamping can be enabled per port, but RX timestamping is enabled
globally. As long as RX timestamping is enabled, the switch will emit
metadata follow-up frames that will be processed by the tagger. It may
be a problem that linuxptp does not restore the RX timestamping settings
when exiting.

Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-08 15:20:40 -07:00
..
Kconfig net: dsa: sja1105: Add support for the PTP clock 2019-06-08 15:20:40 -07:00
Makefile net: dsa: sja1105: Add support for the PTP clock 2019-06-08 15:20:40 -07:00
sja1105_clocking.c net: dsa: sja1105: Error out if RGMII delays are requested in DT 2019-05-03 10:49:17 -04:00
sja1105_dynamic_config.c net: dsa: sja1105: Add support for the AVB Parameters Table 2019-06-08 15:20:40 -07:00
sja1105_dynamic_config.h net: dsa: sja1105: Plug in support for TCAM searches via the dynamic interface 2019-06-04 11:49:19 -07:00
sja1105_ethtool.c net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_stats 2019-05-07 12:20:46 -07:00
sja1105_main.c net: dsa: sja1105: Expose PTP timestamping ioctls to userspace 2019-06-08 15:20:40 -07:00
sja1105_ptp.c net: dsa: sja1105: Expose PTP timestamping ioctls to userspace 2019-06-08 15:20:40 -07:00
sja1105_ptp.h net: dsa: sja1105: Add logic for TX timestamping 2019-06-08 15:20:40 -07:00
sja1105_spi.c net: dsa: sja1105: Add logic for TX timestamping 2019-06-08 15:20:40 -07:00
sja1105_static_config.c net: dsa: sja1105: Add support for the AVB Parameters Table 2019-06-08 15:20:40 -07:00
sja1105_static_config.h net: dsa: sja1105: Add support for the AVB Parameters Table 2019-06-08 15:20:40 -07:00
sja1105.h net: dsa: sja1105: Add a global sja1105_tagger_data structure 2019-06-08 15:20:40 -07:00