index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-13
net: phy: marvell: fix detection of PHY on Topaz switches
Pali Rohár
1
-3
/
+29
2021-03-31
net: phy: broadcom: Only advertise EEE for supported modes
Florian Fainelli
1
-3
/
+10
2021-03-15
net: phylink: Fix phylink_err() function name error in phylink_major_config
Ong Boon Leong
1
-1
/
+1
2021-03-13
net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610M
Florian Fainelli
1
-0
/
+4
2021-03-12
net: phy: broadcom: Add power down exit reset state delay
Florian Fainelli
1
-0
/
+5
2021-03-02
net: phy: fix save wrong speed and duplex problem if autoneg is on
Guangbin Huang
1
-2
/
+4
2021-03-01
net: phy: ti: take into account all possible interrupt sources
Ioana Ciornei
2
-9
/
+11
2021-02-27
net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused
Arnd Bergmann
1
-4
/
+2
2021-02-25
net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8081
Christian Melki
1
-0
/
+1
2021-02-23
net: phy: icplus: call phy_restore_page() when phy_select_page() fails
Dan Carpenter
1
-4
/
+5
2021-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-36
/
+17
2021-02-17
net: phy: broadcom: Do not modify LED configuration for SFP module PHYs
Robert Hancock
1
-9
/
+15
2021-02-17
net: phy: Add is_on_sfp_module flag and phy_on_sfp helper
Robert Hancock
1
-0
/
+2
2021-02-17
net: phy: broadcom: Set proper 1000BaseX/SGMII interface mode for BCM54616S
Robert Hancock
1
-12
/
+72
2021-02-17
net: phy: marvell: Ensure SGMII auto-negotiation is enabled for 88E1111
Robert Hancock
1
-5
/
+8
2021-02-17
sfp: add support for 5gbase-t SFPs
Marek Behún
1
-0
/
+3
2021-02-17
net: phylink: Add 5gbase-r support
Marek Behún
1
-0
/
+4
2021-02-17
net: phy: mscc: coma mode disabled for VSC8514
Bjarni Jonasson
2
-0
/
+20
2021-02-17
net: phy: mscc: improved serdes calibration applied to VSC8514
Bjarni Jonasson
5
-166
/
+840
2021-02-17
net: phy: mscc: adding LCPLL reset to VSC8514
Bjarni Jonasson
2
-122
/
+236
2021-02-16
net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT
Heiner Kallweit
3
-4
/
+4
2021-02-16
net: phy: at803x: add MDIX support to AR8031/33
Michael Walle
1
-0
/
+1
2021-02-16
net: phy: broadcom: Allow BCM54210E to configure APD
Florian Fainelli
1
-3
/
+5
2021-02-16
net: phy: broadcom: Remove unused flags
Florian Fainelli
1
-3
/
+16
2021-02-16
net: phy: broadcom: Avoid forward for bcm54xx_config_clock_delay()
Florian Fainelli
1
-38
/
+36
2021-02-12
net: phy: consider that suspend2ram may cut off PHY power
Heiner Kallweit
1
-36
/
+17
2021-02-12
net: phy: icplus: add MDI/MDIX support for IP101A/G
Michael Walle
1
-0
/
+97
2021-02-12
net: phy: icplus: add PHY counter for IP101G
Michael Walle
1
-0
/
+75
2021-02-12
net: phy: icplus: fix paged register access
Michael Walle
1
-13
/
+54
2021-02-12
net: phy: icplus: don't set APS_EN bit on IP101G
Michael Walle
1
-7
/
+20
2021-02-12
net: phy: icplus: split IP101A/G driver
Michael Walle
1
-3
/
+66
2021-02-12
net: phy: icplus: use the .soft_reset() of the phy-core
Michael Walle
1
-30
/
+2
2021-02-12
net: phy: icplus: drop address operator for functions
Michael Walle
1
-5
/
+5
2021-02-12
net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/G
Michael Walle
1
-2
/
+2
2021-02-12
net: phy: icplus: use PHY_ID_MATCH_MODEL() macro
Michael Walle
1
-9
/
+10
2021-02-12
net: phy: introduce phydev->port
Michael Walle
9
-4
/
+34
2021-02-09
net: phy: broadcom: remove BCM5482 1000Base-BX support
Michael Walle
1
-92
/
+1
2021-02-09
net: phy: drop explicit genphy_read_status() op
Michael Walle
2
-2
/
+0
2021-02-04
net: mdiobus: Prevent spike on MDIO bus reset signal
Mike Looijmans
1
-4
/
+2
2021-01-29
net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber Instant
Pali Rohár
2
-2
/
+30
2021-01-29
net: sfp: add workaround for Realtek RTL8672 and RTL9601C chips
Pali Rohár
1
-33
/
+67
2021-01-23
net: phy: realtek: Add support for RTL9000AA/AN
Yuusuke Ashizuka
1
-0
/
+132
2021-01-19
net: phy: national: remove definition of DEBUG
Tom Rix
1
-2
/
+0
2021-01-16
net: phy: at803x: add support for configuring SmartEEE
Russell King
1
-1
/
+64
2021-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-01-15
sfp: add support for 100 base-x SFPs
Bjarni Jonasson
1
-0
/
+9
2021-01-15
net: phy: ar803x: disable extended next page bit
Russell King
1
-1
/
+7
2021-01-13
net: sfp: add debugfs support
Russell King
1
-0
/
+55
2021-01-13
net: phy: smsc: fix clk error handling
Marco Felsch
1
-1
/
+2
2021-01-12
net: phy: at803x: use phy_modify_mmd()
Russell King
1
-9
/
+2
[next]