summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mt7530.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL2023-08-191-0/+4
* net: dsa: mt7530: update PCS driver to use neg_modeRussell King (Oracle)2023-06-221-1/+2
* net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean2023-06-201-0/+15
* net: dsa: mt7530: fix handling of LLDP framesArınç ÜNAL2023-06-201-0/+4
* net: dsa: mt7530: fix handling of BPDUs on MT7530 switchArınç ÜNAL2023-06-201-3/+11
* net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switchArınç ÜNAL2023-06-201-1/+1
* net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAPArınç ÜNAL2023-06-201-7/+8
* net: dsa: mt7530: fix network connectivity with multiple CPU portsArınç ÜNAL2023-05-051-3/+7
* net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621Arınç ÜNAL2023-05-051-2/+2
* net: dsa: mt7530: fix support for MT7531BEDaniel Golle2023-04-191-0/+6
* net: dsa: mt7530: introduce driver for MT7988 built-in switchDaniel Golle2023-04-031-4/+133
* net: dsa: mt7530: skip locking if MDIO bus isn't presentDaniel Golle2023-04-031-2/+4
* net: dsa: mt7530: introduce separate MDIO driverDaniel Golle2023-04-031-256/+8
* net: dsa: mt7530: split-off common parts from mt7531_setupDaniel Golle2023-04-031-44/+55
* net: dsa: mt7530: introduce mt7530_remove_common helper functionDaniel Golle2023-04-031-6/+12
* net: dsa: mt7530: introduce mt7530_probe_common helper functionDaniel Golle2023-04-031-44/+54
* net: dsa: mt7530: move p5_intf_modes() function to mt7530.cDaniel Golle2023-04-031-0/+18
* net: dsa: mt7530: introduce mutex helpersDaniel Golle2023-04-031-37/+36
* net: dsa: mt7530: move SGMII PCS creation to mt7530_probe functionDaniel Golle2023-04-031-6/+7
* net: dsa: mt7530: use regmap to access switch register spaceDaniel Golle2023-04-031-39/+60
* net: dsa: mt7530: use unlocked regmap accessorsDaniel Golle2023-04-031-9/+14
* net: dsa: mt7530: refactor SGMII PCS creationDaniel Golle2023-04-031-24/+50
* net: dsa: mt7530: make some noise if register read failsDaniel Golle2023-04-031-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-22/+27
|\
| * net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII caseArınç ÜNAL2023-03-221-5/+4
| * net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()Arınç ÜNAL2023-03-221-11/+11
| * net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()Arınç ÜNAL2023-03-221-6/+12
* | net: dsa: mt7530: use external PCS driverDaniel Golle2023-03-201-211/+66
|/
* net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is usedArınç ÜNAL2023-03-131-31/+31
* net: dsa: mt7530: remove now incorrect comment regarding port 5Arınç ÜNAL2023-03-131-1/+1
* net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoCVladimir Oltean2023-03-081-15/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-7/+19
|\
| * net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-awareVladimir Oltean2023-02-071-7/+19
* | net: dsa: mt7530: Separate C22 and C45 MDIO bus transactionsAndrew Lunn2023-01-171-43/+44
|/
* net: dsa: mt7530: remove redundant assignmentDaniel Golle2022-12-151-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-6/+13
|\
| * net: mt7531: ensure all MACs are powered down before resetAlexander Couzens2022-09-231-0/+4
| * net: mt7531: only do PLL once after the resetAlexander Couzens2022-09-231-6/+9
* | net: dsa: mt7530: add support for in-band link statusDaniel Golle2022-09-231-13/+37
* | net: dsa: mt7530: remove unnecessary dev_set_drvdata()Yang Yingliang2022-09-221-2/+0
|/
* net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constantFrank Wunderlich2022-06-141-7/+20
* net: dsa: mt7530: rework mt753[01]_setupFrank Wunderlich2022-06-141-4/+21
* net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}Frank Wunderlich2022-06-141-18/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-0/+1
|\
| * net: dsa: mt7530: add missing of_node_put() in mt7530_setup()Yang Yingliang2022-04-291-0/+1
* | net: dsa: mt753x: fix pcs conversion regressionRussell King (Oracle)2022-04-261-9/+9
* | net: dsa: mt7530: mark as non-legacyRussell King (Oracle)2022-04-121-0/+6
* | net: dsa: mt7530: move autoneg handling to PCS validationRussell King (Oracle)2022-04-121-18/+10
* | net: dsa: mt7530: partially convert to phylink_pcsRussell King (Oracle)2022-04-121-58/+86
* | net: dsa: mt7530: switch to use phylink_get_linkmodes()Russell King (Oracle)2022-04-121-52/+5