index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
mt7530.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-05
net: dsa: mt7530: fix network connectivity with multiple CPU ports
Arınç ÜNAL
1
-3
/
+7
2023-05-05
net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621
Arınç ÜNAL
1
-2
/
+2
2023-04-19
net: dsa: mt7530: fix support for MT7531BE
Daniel Golle
1
-0
/
+6
2023-04-03
net: dsa: mt7530: introduce driver for MT7988 built-in switch
Daniel Golle
1
-4
/
+133
2023-04-03
net: dsa: mt7530: skip locking if MDIO bus isn't present
Daniel Golle
1
-2
/
+4
2023-04-03
net: dsa: mt7530: introduce separate MDIO driver
Daniel Golle
1
-256
/
+8
2023-04-03
net: dsa: mt7530: split-off common parts from mt7531_setup
Daniel Golle
1
-44
/
+55
2023-04-03
net: dsa: mt7530: introduce mt7530_remove_common helper function
Daniel Golle
1
-6
/
+12
2023-04-03
net: dsa: mt7530: introduce mt7530_probe_common helper function
Daniel Golle
1
-44
/
+54
2023-04-03
net: dsa: mt7530: move p5_intf_modes() function to mt7530.c
Daniel Golle
1
-0
/
+18
2023-04-03
net: dsa: mt7530: introduce mutex helpers
Daniel Golle
1
-37
/
+36
2023-04-03
net: dsa: mt7530: move SGMII PCS creation to mt7530_probe function
Daniel Golle
1
-6
/
+7
2023-04-03
net: dsa: mt7530: use regmap to access switch register space
Daniel Golle
1
-39
/
+60
2023-04-03
net: dsa: mt7530: use unlocked regmap accessors
Daniel Golle
1
-9
/
+14
2023-04-03
net: dsa: mt7530: refactor SGMII PCS creation
Daniel Golle
1
-24
/
+50
2023-04-03
net: dsa: mt7530: make some noise if register read fails
Daniel Golle
1
-1
/
+2
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-22
/
+27
2023-03-22
net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case
Arınç ÜNAL
1
-5
/
+4
2023-03-22
net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()
Arınç ÜNAL
1
-11
/
+11
2023-03-22
net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()
Arınç ÜNAL
1
-6
/
+12
2023-03-20
net: dsa: mt7530: use external PCS driver
Daniel Golle
1
-211
/
+66
2023-03-13
net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used
Arınç ÜNAL
1
-31
/
+31
2023-03-13
net: dsa: mt7530: remove now incorrect comment regarding port 5
Arınç ÜNAL
1
-1
/
+1
2023-03-08
net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoC
Vladimir Oltean
1
-15
/
+20
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+19
2023-02-07
net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-aware
Vladimir Oltean
1
-7
/
+19
2023-01-17
net: dsa: mt7530: Separate C22 and C45 MDIO bus transactions
Andrew Lunn
1
-43
/
+44
2022-12-15
net: dsa: mt7530: remove redundant assignment
Daniel Golle
1
-3
/
+0
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+13
2022-09-23
net: mt7531: ensure all MACs are powered down before reset
Alexander Couzens
1
-0
/
+4
2022-09-23
net: mt7531: only do PLL once after the reset
Alexander Couzens
1
-6
/
+9
2022-09-23
net: dsa: mt7530: add support for in-band link status
Daniel Golle
1
-13
/
+37
2022-09-22
net: dsa: mt7530: remove unnecessary dev_set_drvdata()
Yang Yingliang
1
-2
/
+0
2022-06-14
net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constant
Frank Wunderlich
1
-7
/
+20
2022-06-14
net: dsa: mt7530: rework mt753[01]_setup
Frank Wunderlich
1
-4
/
+21
2022-06-14
net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}
Frank Wunderlich
1
-18
/
+12
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-04-29
net: dsa: mt7530: add missing of_node_put() in mt7530_setup()
Yang Yingliang
1
-0
/
+1
2022-04-26
net: dsa: mt753x: fix pcs conversion regression
Russell King (Oracle)
1
-9
/
+9
2022-04-12
net: dsa: mt7530: mark as non-legacy
Russell King (Oracle)
1
-0
/
+6
2022-04-12
net: dsa: mt7530: move autoneg handling to PCS validation
Russell King (Oracle)
1
-18
/
+10
2022-04-12
net: dsa: mt7530: partially convert to phylink_pcs
Russell King (Oracle)
1
-58
/
+86
2022-04-12
net: dsa: mt7530: switch to use phylink_get_linkmodes()
Russell King (Oracle)
1
-52
/
+5
2022-04-12
net: dsa: mt7530: only indicate linkmodes that can be supported
Russell King (Oracle)
1
-4
/
+8
2022-04-12
net: dsa: mt7530: drop use of phylink_helper_basex_speed()
Russell King (Oracle)
1
-5
/
+0
2022-04-12
net: dsa: mt7530: remove interface checks
Russell King (Oracle)
1
-82
/
+0
2022-04-12
net: dsa: mt7530: populate supported_interfaces and mac_capabilities
Russell King (Oracle)
1
-0
/
+74
2022-04-12
net: dsa: mt7530: 1G can also support 1000BASE-X link mode
Russell King (Oracle)
1
-10
/
+4
2022-03-17
net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()
Vladimir Oltean
1
-1
/
+1
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
[next]