aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105/sja1105.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14net: dsa: sja1105: Simplify reset handlingVladimir Oltean1-1/+1
2019-11-14net: dsa: sja1105: Implement state machine for TAS with PTP clock sourceVladimir Oltean1-0/+2
2019-11-14net: dsa: sja1105: Make the PTP command read-writeVladimir Oltean1-7/+7
2019-11-12net: dsa: sja1105: Print the reset reasonVladimir Oltean1-1/+9
2019-11-11net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean1-2/+4
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-18net: dsa: sja1105: Switch to hardware operations for PTPVladimir Oltean1-2/+1
2019-10-15net: dsa: sja1105: Use the correct style for SPDX License IdentifierNishad Kamdar1-2/+2
2019-10-15net: dsa: sja1105: Switch to scatter/gather API for SPIVladimir Oltean1-1/+1
2019-10-14net: dsa: sja1105: Change the PTP command access patternVladimir Oltean1-1/+2
2019-10-14net: dsa: sja1105: Move PTP data to its own private structureVladimir Oltean1-11/+2
2019-10-14net: dsa: sja1105: Make all public PTP functions take dsa_switch as argumentVladimir Oltean1-1/+1
2019-10-02net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_bufVladimir Oltean1-6/+3
2019-10-02net: dsa: sja1105: Replace sja1105_spi_send_int with sja1105_xfer_{u32, u64}Vladimir Oltean1-3/+4
2019-09-16net: dsa: sja1105: Configure the Time-Aware Scheduler via tc-taprio offloadVladimir Oltean1-0/+6
2019-06-09net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chipsVladimir Oltean1-0/+1
2019-06-09net: dsa: sja1105: Remove duplicate rgmii_pad_mii_tx from regsVladimir Oltean1-1/+1
2019-06-09net: dsa: sja1105: Export the sja1105_inhibit_tx functionVladimir Oltean1-0/+2
2019-06-08net: dsa: sja1105: Add a global sja1105_tagger_data structureVladimir Oltean1-0/+1
2019-06-08net: dsa: sja1105: Add logic for TX timestampingVladimir Oltean1-0/+10
2019-06-08net: dsa: sja1105: Add support for the PTP clockVladimir Oltean1-0/+18
2019-06-04net: dsa: sja1105: Add FDB operations for P/Q/R/S seriesVladimir Oltean1-0/+5
2019-06-04net: dsa: sja1105: Make room for P/Q/R/S FDB operationsVladimir Oltean1-1/+14
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean1-0/+6
2019-05-03net: dsa: sja1105: Prevent PHY jabbering during switch resetVladimir Oltean1-0/+1
2019-05-03net: dsa: sja1105: Add support for configuring address ageing timeVladimir Oltean1-0/+4
2019-05-03net: dsa: sja1105: Add support for ethtool port countersVladimir Oltean1-1/+6
2019-05-03net: dsa: sja1105: Error out if RGMII delays are requested in DTVladimir Oltean1-0/+3
2019-05-03net: dsa: sja1105: Add support for FDB and MDB managementVladimir Oltean1-0/+2
2019-05-03net: dsa: Introduce driver for NXP SJA1105 5-port L2 switchVladimir Oltean1-0/+138