aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105/sja1105_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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