summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mt7530.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mt7530: add support for bridge port isolationMatthias Schiffer2024-06-191-2/+16
* net: dsa: mt7530: factor out bridge join/leave logicMatthias Schiffer2024-06-191-57/+48
* net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL2024-05-071-1/+2
* net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being usedArınç ÜNAL2024-04-301-1/+2
* net: dsa: mt7530: explain exposing MDIO bus of MT7531AE betterArınç ÜNAL2024-04-241-1/+4
* net: dsa: mt7530: do not pass port variable to mt7531_rgmii_setup()Arınç ÜNAL2024-04-241-2/+2
* net: dsa: mt7530: use priv->ds->num_ports instead of MT7530_NUM_PORTSArınç ÜNAL2024-04-241-4/+4
* net: dsa: mt7530: refactor MT7530_PMEEECR_P()Arınç ÜNAL2024-04-241-4/+4
* net: dsa: mt7530: get rid of function sanity checkArınç ÜNAL2024-04-241-7/+0
* net: dsa: mt7530: define MAC speed capabilities per switch modelArınç ÜNAL2024-04-241-5/+10
* net: dsa: mt7530: return mt7530_setup_mdio & mt7531_setup_common on errorArınç ÜNAL2024-04-241-1/+5
* net: dsa: mt7530: move MT753X_MTRAP operations for MT7530Arınç ÜNAL2024-04-241-11/+27
* net: dsa: mt7530: refactor MT7530_HWTRAP and MT7530_MHWTRAPArınç ÜNAL2024-04-241-29/+30
* net: dsa: mt7530: refactor MT7530_MFC and MT7531_CFC, add MT7531_QRY_FFPArınç ÜNAL2024-04-241-25/+13
* net: dsa: mt7530: rename mt753x_bpdu_port_fw enum to mt753x_to_cpu_fwArınç ÜNAL2024-04-241-26/+18
* net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switchArınç ÜNAL2024-04-241-36/+26
* net: dsa: mt7530: refactor MT7530_PMCR_P()Arınç ÜNAL2024-04-241-12/+12
* net: dsa: mt7530: simplify core operationsArınç ÜNAL2024-04-231-65/+43
* net: dsa: mt7530-mdio: read PHY address of switch from device treeArınç ÜNAL2024-04-231-13/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-4/+12
|\
| * net: dsa: mt7530: fix port mirroring for MT7988 SoC switchArınç ÜNAL2024-04-171-4/+6
| * net: dsa: mt7530: fix mirroring frames received on local portArınç ÜNAL2024-04-171-0/+6
* | net: dsa: mt7530: provide own phylink MAC operationsRussell King (Oracle)2024-04-161-17/+29
|/
* net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL2024-04-111-34/+195
* net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL2024-04-101-5/+12
* net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530Arınç ÜNAL2024-03-261-2/+3
* net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL2024-03-211-4/+33
* net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL2024-03-211-8/+15
* net: dsa: mt7530: prevent possible incorrect XTAL frequency selectionArınç ÜNAL2024-03-181-10/+4
* net: dsa: mt7530: disable LEDs before resetJustin Swartz2024-03-111-0/+6
* net: dsa: mt7530: simplify link operationsArınç ÜNAL2024-03-051-11/+1
* net: dsa: mt7530: sort link settings ops and force link down on all portsArınç ÜNAL2024-03-051-2/+12
* net: dsa: mt7530: put initialising PCS devices code back to original orderArınç ÜNAL2024-03-051-10/+10
* net: dsa: mt7530: get rid of mt753x_mac_config()Arınç ÜNAL2024-03-051-12/+2
* net: dsa: mt7530: get rid of priv->info->cpu_port_config()Arınç ÜNAL2024-03-051-107/+7
* net: dsa: mt7530: get rid of useless error returns on phylink code pathArınç ÜNAL2024-03-051-65/+16
* net: dsa: mt7530: do not use SW_PHY_RST to reset MT7531 switchArınç ÜNAL2024-03-051-4/+2
* net: dsa: mt7530: set interrupt register only for MT7530Arınç ÜNAL2024-03-051-1/+1
* net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optionalArınç ÜNAL2024-03-051-14/+4
* net: dsa: mt7530: do not clear config->supported_interfacesArınç ÜNAL2024-02-071-2/+0
* net: dsa: mt7530: correct port capabilities of MT7988Arınç ÜNAL2024-02-071-1/+1
* net: dsa: mt7530: remove pad_setup function pointerArınç ÜNAL2024-02-071-34/+2
* net: dsa: mt7530: call port 6 setup from mt7530_mac_config()Arınç ÜNAL2024-02-071-8/+11
* net: dsa: mt7530: simplify mt7530_pad_clk_setup()Arınç ÜNAL2024-02-071-51/+40
* net: dsa: mt7530: move XTAL check to mt7530_setup()Arınç ÜNAL2024-02-071-7/+6
* net: dsa: mt7530: empty default case on mt7530_setup_port5()Arınç ÜNAL2024-02-071-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-2/+1
|\
| * net: dsa: mt7530: fix 10M/100M speed on MT7988 switchDaniel Golle2024-01-261-2/+1
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* | net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabledArınç ÜNAL2024-01-291-6/+3