Age | Commit message (Expand) | Author |
2022-06-08 | net: mdio: unexport __init-annotated mdio_bus_init() | Masahiro Yamada |
2022-01-03 | net: mdio: Demote probed message to debug print | Florian Fainelli |
2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-13 | net: phy: add a note about refcounting | Russell King (Oracle) |
2021-11-18 | net: mdio: Replaced BUG_ON() with WARN() | Florian Fainelli |
2021-10-08 | net: mdio: ensure the type of mdio devices match mdio drivers | Russell King (Oracle) |
2021-10-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-10-07 | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-10-06 | net: mdio: add mdiobus_modify_changed() | Russell King (Oracle) |
2021-10-03 | Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-09-30 | phy: mdio: fix memory leak | Pavel Skripkin |
2021-09-30 | Revert "net: mdiobus: Fix memory leak in __mdiobus_register" | Pavel Skripkin |
2021-09-27 | net: mdiobus: Fix memory leak in __mdiobus_register | Yanfei Xu |
2021-09-23 | net: mdiobus: Set FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD for mdiobus parents | Saravana Kannan |
2021-06-17 | net: mdio: use device_set_node() to setup both fwnode and of | Ioana Ciornei |
2021-06-16 | net: phy: change format of some declarations | Wenpeng Liang |
2021-05-17 | net: mdiobus: get rid of a BUG_ON() | Dan Carpenter |
2021-03-30 | net: phy: remove repeated word | Peng Li |
2021-02-03 | net: mdiobus: Prevent spike on MDIO bus reset signal | Mike Looijmans |
2021-01-07 | net: phy: replace mutex_is_locked with lockdep_assert_held in phylib | Heiner Kallweit |
2020-11-20 | mdio_bus: suppress err message for reset gpio EPROBE_DEFER | Grygorii Strashko |
2020-11-17 | net: phy: fix kernel-doc markups | Mauro Carvalho Chehab |
2020-09-29 | net: mdiobus: Remove WARN_ON_ONCE(in_interrupt()) | Sebastian Andrzej Siewior |
2020-08-03 | net: mdiobus: add reset-post-delay-us handling | Bruno Thomsen |
2020-08-03 | net: mdiobus: use flexible sleeping for reset-delay-us | Bruno Thomsen |
2020-06-30 | net: phy: don't abuse devres in devm_mdiobus_register() | Bartosz Golaszewski |
2020-06-26 | net: phy: arrange headers in mdio_bus.c alphabetically | Bartosz Golaszewski |
2020-06-23 | net: phy: Allow mdio buses to auto-probe c45 devices | Jeremy Linton |
2020-06-04 | net: mdiobus: Disable preemption upon u64_stats update | Ahmed S. Darwish |
2020-05-06 | net: phy: add concept of shared storage for PHYs | Michael Walle |
2020-04-22 | net: phy: Use IS_ERR() to check and simplify code | Tang Bin |
2020-04-22 | net: phy: add device-managed devm_mdiobus_register | Heiner Kallweit |
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 |