aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105/sja1105_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-12net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sectionsVladimir Oltean1-14/+8
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver"Vladimir Oltean1-5/+39
2021-12-12net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean1-19/+16
2021-12-12net: dsa: sja1105: move ts_id from sja1105_tagger_dataVladimir Oltean1-4/+4
2021-12-12net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean1-6/+8
2021-12-12net: dsa: sja1105: remove hwts_tx_en from tagger dataVladimir Oltean1-5/+4
2021-10-12net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean1-39/+6
2021-06-11net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean1-0/+69
2021-06-11net: dsa: sja1105: add the RX timestamping procedure for SJA1110Vladimir Oltean1-3/+23
2021-06-11net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean1-1/+1
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu1-2/+2
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu1-4/+9
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu1-2/+1
2020-08-03net: dsa: sja1105: poll for extts events from a timerVladimir Oltean1-33/+46
2020-06-15net: dsa: sja1105: fix PTP timestamping with large tc-taprio cyclesVladimir Oltean1-4/+4
2020-05-06net: dsa: sja1105: the PTP_CLK extts input reacts on both edgesVladimir Oltean1-8/+18
2020-03-23net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUTVladimir Oltean1-0/+247
2020-03-23net: dsa: sja1105: unconditionally set DESTMETA and SRCMETA in AVB tableVladimir Oltean1-38/+0
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2019-12-30net: dsa: sja1105: Empty the RX timestamping queue on PTP settings changeVladimir Oltean1-0/+3
2019-12-30net: dsa: sja1105: Use PTP core's dedicated kernel thread for RX timestampingVladimir Oltean1-18/+15
2019-12-30net: dsa: sja1105: Really make the PTP command read-writeVladimir Oltean1-1/+1
2019-12-30net: dsa: sja1105: Take PTP egress timestamp by port, not mgmt slotVladimir Oltean1-2/+2
2019-11-14net: dsa: sja1105: Implement state machine for TAS with PTP clock sourceVladimir Oltean1-7/+23
2019-11-14net: dsa: sja1105: Make the PTP command read-writeVladimir Oltean1-25/+34
2019-11-12net: dsa: sja1105: Print the reset reasonVladimir Oltean1-1/+1
2019-11-11net: dsa: sja1105: Restore PTP time after switch resetVladimir Oltean1-22/+59
2019-11-11net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean1-10/+16
2019-10-18net: dsa: sja1105: Switch to hardware operations for PTPVladimir Oltean1-111/+107
2019-10-14net: dsa: sja1105: Change the PTP command access patternVladimir Oltean1-9/+5
2019-10-14net: dsa: sja1105: Move PTP data to its own private structureVladimir Oltean1-44/+288
2019-10-14net: dsa: sja1105: Make all public PTP functions take dsa_switch as argumentVladimir Oltean1-13/+17
2019-10-14net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_infoVladimir Oltean1-15/+14
2019-10-02net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_bufVladimir Oltean1-8/+6
2019-10-02net: dsa: sja1105: Replace sja1105_spi_send_int with sja1105_xfer_{u32, u64}Vladimir Oltean1-2/+1
2019-08-06net: dsa: sja1105: Really fix panic on unregistering PTP clockVladimir Oltean1-4/+3
2019-06-27net: dsa: sja1105: Cancel PTP delayed work on unregisterVladimir Oltean1-0/+1
2019-06-27net: dsa: sja1105: Build PTP support in main DSA driverVladimir Oltean1-12/+0
2019-06-08net: dsa: sja1105: Expose PTP timestamping ioctls to userspaceVladimir Oltean1-2/+4
2019-06-08net: dsa: sja1105: Add logic for TX timestampingVladimir Oltean1-0/+106
2019-06-08net: dsa: sja1105: Add support for the PTP clockVladimir Oltean1-0/+296