index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
mdio_bus.c
Age
Commit message (
Expand
)
Author
2020-04-20
net: phy: Propagate error from bus->reset
Florian Fainelli
2020-04-07
Documentation: mdio_bus.c - fix warnings
Lothar Rubusch
2020-03-17
net: mdiobus: add APIs for modifying a MDIO device register
Russell King
2020-03-17
net: mdiobus: avoid BUG_ON() in mdiobus accessors
Russell King
2020-02-24
mdio_bus: Add generic mdio_find_bus()
Jeremy Linton
2020-01-17
net: phy: Maintain MDIO device and bus statistics
Florian Fainelli
2020-01-14
mdio_bus: Simplify reset handling and extend to non-DT systems
Geert Uytterhoeven
2019-11-25
mdio_bus: don't use managed reset-controller
David Bauer
2019-11-19
mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=n
Geert Uytterhoeven
2019-11-11
mdio_bus: Fix PTR_ERR applied after initialization to constant
YueHaibing
2019-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-09-16
net: mdio: switch to using gpiod_get_optional()
Dmitry Torokhov
2019-07-30
drivers: Introduce device lookup variants by of_node
Suzuki K Poulose
2019-04-18
net: mdio: rename mdio_device reset to reset_gpio
David Bauer
2019-04-18
net: phy: add support for reset-controller
David Bauer
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-22
mdio_bus: Fix use-after-free on device_register fails
YueHaibing
2019-02-18
mdio_bus: Fix PTR_ERR() usage after initialization to constant
YueHaibing
2019-01-22
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-18
net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...
Thomas Petazzoni
2019-01-16
net: phy: don't include asm/irq.h directly
Heiner Kallweit
2018-09-17
net: mdio: remove duplicated include from mdio_bus.c
YueHaibing
2018-06-05
net: phy: remove PM ops from MDIO bus
Heiner Kallweit
2018-02-06
net: phy: Handle not having GPIO enabled in the kernel
Andrew Lunn
2018-01-03
net: mdio: Only perform gpio reset for PHYs
Andrew Lunn
2018-01-03
net: mdiobus: add unlocked accessors
Russell King
2017-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-13
of_mdio / mdiobus: ensure mdio devices have fwnode correctly populated
Russell King
2017-12-05
phylib: Add device reset GPIO support
Sergei Shtylyov
2017-09-08
Revert "mdio_bus: Remove unneeded gpiod NULL check"
Florian Fainelli
2017-07-17
mdio_bus: Remove unneeded gpiod NULL check
Fabio Estevam
2017-06-13
mdio_bus: use devm_gpiod_get_optional()
Sergei Shtylyov
2017-06-13
mdio_bus: handle only single PHY reset GPIO
Sergei Shtylyov
2017-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-02
net: phy: use of_mdio_parse_addr
Jon Mason
2017-05-31
net: fix auto-loading of Marvell DSA driver
Russell King
2017-05-11
net: phy: Call bus->reset() after releasing PHYs from reset
Florian Fainelli
2017-04-24
mdio_bus: Issue GPIO RESET to PHYs.
Roger Quadros
2017-03-29
net: phy: Allow building mdio-boardinfo into the kernel
Florian Fainelli
2017-03-24
net: phy: Allow splitting MDIO bus/device support from PHYs
Florian Fainelli
2017-02-07
net: phy: Allow pre-declaration of MDIO devices
Florian Fainelli
2016-11-24
net/phy: add trace events for mdio accesses
Uwe Kleine-König
2016-05-04
mdio_bus: don't return NULL from mdiobus_scan()
Sergei Shtylyov
2016-05-01
mdio_bus: Fix MDIO bus scanning in __mdiobus_register()
Marek Vasut
2016-04-26
mdio_bus: get_phy_device() doesn't return NULL anymore
Sergei Shtylyov
2016-04-11
net: mdio: Fix lockdep falls positive splat
Andrew Lunn
2016-01-12
mdio_bus: NULL dereference on allocation error
Dan Carpenter
2016-01-07
mdio: Abstract device_remove() and device_free()
Andrew Lunn
2016-01-07
mdio: Add support for mdio drivers.
Andrew Lunn
[prev]
[next]