summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105/sja1105_clocking.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: make read-only const arrays staticColin Ian King2023-09-211-8/+13
* net: dsa: sja1105: parse {rx, tx}-internal-delay-ps properties for RGMII delaysVladimir Oltean2021-10-201-21/+14
* net: update NXP copyright textVladimir Oltean2021-09-171-1/+1
* net: dsa: sja1105: properly power down the microcontroller clock for SJA1110Vladimir Oltean2021-06-181-3/+17
* net: dsa: sja1105: add support for the SJA1110 switch familyVladimir Oltean2021-06-081-0/+91
* net: dsa: sja1105: always keep RGMII ports in the MAC roleVladimir Oltean2021-06-011-6/+1
* net: dsa: sja1105: add a translation table for port speedsVladimir Oltean2021-06-011-13/+9
* net: dsa: sja1105: skip CGU configuration if it's unnecessaryVladimir Oltean2021-05-241-0/+33
* net: dsa: sja1105: parameterize the number of portsVladimir Oltean2021-05-241-1/+2
* net: dsa: sja1105: enable internal pull-down for RX_DV/CRS_DV/RX_CTL and RX_ERVladimir Oltean2020-04-201-7/+51
* net: dsa: sja1105: Add support for the SGMII portVladimir Oltean2020-03-201-0/+4
* net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_bufVladimir Oltean2019-10-021-37/+26
* net: dsa: sja1105: Don't use "inline" function declarations in C filesVladimir Oltean2019-10-021-1/+1
* net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chipsVladimir Oltean2019-06-101-2/+96
* net: dsa: sja1105: Remove duplicate rgmii_pad_mii_tx from regsVladimir Oltean2019-06-101-1/+1
* net: dsa: sja1105: Error out if RGMII delays are requested in DTVladimir Oltean2019-05-031-1/+4
* net: dsa: Introduce driver for NXP SJA1105 5-port L2 switchVladimir Oltean2019-05-031-0/+598