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
/
mdio_bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-08
net: mdio: unexport __init-annotated mdio_bus_init()
Masahiro Yamada
1
-1
/
+0
2022-01-04
net: mdio: Demote probed message to debug print
Florian Fainelli
1
-1
/
+1
2021-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2021-12-13
net: phy: add a note about refcounting
Russell King (Oracle)
1
-0
/
+3
2021-11-18
net: mdio: Replaced BUG_ON() with WARN()
Florian Fainelli
1
-6
/
+10
2021-10-08
net: mdio: ensure the type of mdio devices match mdio drivers
Russell King (Oracle)
1
-0
/
+6
2021-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+11
2021-10-07
Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+7
2021-10-07
net: mdio: add mdiobus_modify_changed()
Russell King (Oracle)
1
-0
/
+22
2021-10-03
Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+4
2021-10-01
phy: mdio: fix memory leak
Pavel Skripkin
1
-0
/
+7
2021-10-01
Revert "net: mdiobus: Fix memory leak in __mdiobus_register"
Pavel Skripkin
1
-1
/
+0
2021-09-27
net: mdiobus: Fix memory leak in __mdiobus_register
Yanfei Xu
1
-0
/
+1
2021-09-23
net: mdiobus: Set FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD for mdiobus parents
Saravana Kannan
1
-0
/
+4
2021-06-17
net: mdio: use device_set_node() to setup both fwnode and of
Ioana Ciornei
1
-2
/
+1
2021-06-16
net: phy: change format of some declarations
Wenpeng Liang
1
-0
/
+1
2021-05-18
net: mdiobus: get rid of a BUG_ON()
Dan Carpenter
1
-1
/
+2
2021-03-31
net: phy: remove repeated word
Peng Li
1
-1
/
+1
2021-02-04
net: mdiobus: Prevent spike on MDIO bus reset signal
Mike Looijmans
1
-4
/
+2
2021-01-08
net: phy: replace mutex_is_locked with lockdep_assert_held in phylib
Heiner Kallweit
1
-2
/
+2
2020-11-21
mdio_bus: suppress err message for reset gpio EPROBE_DEFER
Grygorii Strashko
1
-3
/
+4
2020-11-18
net: phy: fix kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-09-30
net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
Sebastian Andrzej Siewior
1
-15
/
+0
2020-08-04
net: mdiobus: add reset-post-delay-us handling
Bruno Thomsen
1
-0
/
+2
2020-08-04
net: mdiobus: use flexible sleeping for reset-delay-us
Bruno Thomsen
1
-1
/
+1
2020-07-01
net: phy: don't abuse devres in devm_mdiobus_register()
Bartosz Golaszewski
1
-73
/
+0
2020-06-26
net: phy: arrange headers in mdio_bus.c alphabetically
Bartosz Golaszewski
1
-16
/
+16
2020-06-24
net: phy: Allow mdio buses to auto-probe c45 devices
Jeremy Linton
1
-2
/
+16
2020-06-05
net: mdiobus: Disable preemption upon u64_stats update
Ahmed S. Darwish
1
-0
/
+2
2020-05-07
net: phy: add concept of shared storage for PHYs
Michael Walle
1
-0
/
+1
2020-04-23
net: phy: Use IS_ERR() to check and simplify code
Tang Bin
1
-5
/
+2
2020-04-22
net: phy: add device-managed devm_mdiobus_register
Heiner Kallweit
1
-1
/
+7
2020-04-20
net: phy: Propagate error from bus->reset
Florian Fainelli
1
-3
/
+6
2020-04-08
Documentation: mdio_bus.c - fix warnings
Lothar Rubusch
1
-1
/
+1
2020-03-18
net: mdiobus: add APIs for modifying a MDIO device register
Russell King
1
-0
/
+56
2020-03-18
net: mdiobus: avoid BUG_ON() in mdiobus accessors
Russell King
1
-4
/
+8
2020-02-25
mdio_bus: Add generic mdio_find_bus()
Jeremy Linton
1
-0
/
+17
2020-01-17
net: phy: Maintain MDIO device and bus statistics
Florian Fainelli
1
-2
/
+249
2020-01-14
mdio_bus: Simplify reset handling and extend to non-DT systems
Geert Uytterhoeven
1
-11
/
+5
2019-11-25
mdio_bus: don't use managed reset-controller
David Bauer
1
-2
/
+4
2019-11-19
mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=n
Geert Uytterhoeven
1
-1
/
+1
2019-11-12
mdio_bus: Fix PTR_ERR applied after initialization to constant
YueHaibing
1
-5
/
+6
2019-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-13
/
+9
2019-09-16
net: mdio: switch to using gpiod_get_optional()
Dmitry Torokhov
1
-13
/
+9
2019-07-30
drivers: Introduce device lookup variants by of_node
Suzuki K Poulose
1
-8
/
+1
2019-04-19
net: mdio: rename mdio_device reset to reset_gpio
David Bauer
1
-3
/
+3
2019-04-19
net: phy: add support for reset-controller
David Bauer
1
-2
/
+25
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2019-02-23
mdio_bus: Fix use-after-free on device_register fails
YueHaibing
1
-1
/
+0
2019-02-19
mdio_bus: Fix PTR_ERR() usage after initialization to constant
YueHaibing
1
-5
/
+6
[next]