index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
phy_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-09
net: phy: don't double-read link status register if link is up
Heiner Kallweit
1
-1
/
+5
2019-02-09
net: phy: consider latched link-down status in polling mode
Heiner Kallweit
1
-4
/
+9
2019-01-25
net: phy: change phy_start_interrupts to phy_request_interrupt
Heiner Kallweit
1
-2
/
+2
2019-01-25
net: phy: start state machine in phy_start only
Heiner Kallweit
1
-1
/
+0
2019-01-23
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
1
-6
/
+1
2019-01-23
net: phy: improve phy_init_hw
Heiner Kallweit
1
-2
/
+5
2019-01-23
net: phy: fix issue with loading PHY driver w/o initramfs
Heiner Kallweit
1
-3
/
+5
2019-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+17
2019-01-19
net: phy: phy driver features are mandatory
Camelia Groza
1
-0
/
+5
2019-01-19
net: phy: remove phy_stop_interrupts
Heiner Kallweit
1
-2
/
+2
2019-01-19
net: phy: ensure phylib state machine is stopped after calling phy_stop
Heiner Kallweit
1
-2
/
+0
2019-01-19
net: phy: stop PHY if needed when entering phy_disconnect
Heiner Kallweit
1
-0
/
+3
2019-01-19
net: phy: improve get_phy_id
Heiner Kallweit
1
-9
/
+2
2019-01-17
net: phy: check return code when requesting PHY driver module
Heiner Kallweit
1
-5
/
+30
2019-01-17
net: phy: Add helpers to determine if PHY driver is generic
Florian Fainelli
1
-2
/
+32
2019-01-17
net: phy: don't include asm/irq.h directly
Heiner Kallweit
1
-2
/
+0
2019-01-17
net: phy: improve logging in phylib
Heiner Kallweit
1
-2
/
+2
2019-01-17
net: phy: remove preliminary workaround for not loading PHY driver
Heiner Kallweit
1
-8
/
+0
2019-01-17
net: phy: Add missing features to PHY drivers
Andrew Lunn
1
-0
/
+12
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+2
2018-12-19
net: phy: Fix the issue that netif always links up after resuming
Kunihiko Hayashi
1
-5
/
+2
2018-12-19
net: phy: remove unused code in phy_probe
Heiner Kallweit
1
-2
/
+0
2018-12-06
net: mii: Add mii_lpa_mod_linkmode_lpa_t
Andrew Lunn
1
-1
/
+1
2018-12-06
net: mii: Rename mii_stat1000_to_linkmode_lpa_t
Andrew Lunn
1
-2
/
+2
2018-12-04
phy: Revert toggling reset changes.
David S. Miller
1
-6
/
+5
2018-12-04
net: phy: Also request modules for C45 IDs
Jose Abreu
1
-1
/
+15
2018-12-04
net: phy: Fix not to call phy_resume() if PHY is not attached
Yoshihiro Shimoda
1
-5
/
+6
2018-12-04
net: phy: don't allow __set_phy_supported to add unsupported modes
Heiner Kallweit
1
-11
/
+8
2018-12-04
net: phy: don't allow __set_phy_supported to add unsupported modes
Heiner Kallweit
1
-28
/
+14
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+8
2018-11-28
net: phy: add workaround for issue where PHY driver doesn't bind to the device
Heiner Kallweit
1
-0
/
+8
2018-11-17
net: phy: check for implementation of both callbacks in phy_drv_supports_irq
Heiner Kallweit
1
-1
/
+1
2018-11-11
net: phy: Convert u32 phydev->lp_advertising to linkmode
Andrew Lunn
1
-4
/
+4
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-60
/
+115
2018-11-11
net: phy: simplify phy_mac_interrupt and related functions
Heiner Kallweit
1
-1
/
+0
2018-11-11
net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...
Heiner Kallweit
1
-2
/
+6
2018-10-23
net: phy: phy_support_sym_pause: Clear Asym Pause
Andrew Lunn
1
-0
/
+1
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+9
2018-10-02
net: phy: Replace phy driver features u32 with link_mode bitmap
Andrew Lunn
1
-7
/
+157
2018-10-02
net: phy: Add phydev_info()
Andrew Lunn
1
-2
/
+2
2018-09-27
net: phy: fix WoL handling when suspending the PHY
Heiner Kallweit
1
-3
/
+9
2018-09-27
Revert "net: phy: fix WoL handling when suspending the PHY"
David S. Miller
1
-26
/
+16
2018-09-27
net: phy: fix WoL handling when suspending the PHY
Heiner Kallweit
1
-16
/
+26
2018-09-26
net: phy: Stop with excessive soft reset
Florian Fainelli
1
-2
/
+0
2018-09-13
net: ethernet: Add helper to determine if pause configuration is supported
Andrew Lunn
1
-0
/
+20
2018-09-13
net: ethernet: Add helper for set_pauseparam for Pause
Andrew Lunn
1
-0
/
+23
2018-09-13
net: ethernet: Add helper for set_pauseparam for Asym Pause
Andrew Lunn
1
-0
/
+30
2018-09-13
net: ethernet: Add helper for MACs which support pause
Andrew Lunn
1
-0
/
+14
2018-09-13
net: ethernet: Add helper for MACs which support asym pause
Andrew Lunn
1
-0
/
+13
2018-09-13
net: ethernet: Add helper to remove a supported link mode
Andrew Lunn
1
-0
/
+18
[prev]
[next]