summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada2022-06-081-1/+0
* net: mdio: Demote probed message to debug printFlorian Fainelli2022-01-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-171-0/+3
|\
| * net: phy: add a note about refcountingRussell King (Oracle)2021-12-131-0/+3
* | net: mdio: Replaced BUG_ON() with WARN()Florian Fainelli2021-11-181-6/+10
|/
* net: mdio: ensure the type of mdio devices match mdio driversRussell King (Oracle)2021-10-081-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-081-1/+11
|\
| * Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-071-1/+7
| |\
| | * phy: mdio: fix memory leakPavel Skripkin2021-10-011-0/+7
| | * Revert "net: mdiobus: Fix memory leak in __mdiobus_register"Pavel Skripkin2021-10-011-1/+0
| * | Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-031-0/+4
| |\ \ | | |/ | |/|
| | * net: mdiobus: Set FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD for mdiobus parentsSaravana Kannan2021-09-231-0/+4
* | | net: mdio: add mdiobus_modify_changed()Russell King (Oracle)2021-10-071-0/+22
|/ /
* / net: mdiobus: Fix memory leak in __mdiobus_registerYanfei Xu2021-09-271-0/+1
|/
* net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei2021-06-171-2/+1
* net: phy: change format of some declarationsWenpeng Liang2021-06-161-0/+1
* net: mdiobus: get rid of a BUG_ON()Dan Carpenter2021-05-181-1/+2
* net: phy: remove repeated wordPeng Li2021-03-311-1/+1
* net: mdiobus: Prevent spike on MDIO bus reset signalMike Looijmans2021-02-041-4/+2
* net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit2021-01-071-2/+2
* mdio_bus: suppress err message for reset gpio EPROBE_DEFERGrygorii Strashko2020-11-211-3/+4
* net: phy: fix kernel-doc markupsMauro Carvalho Chehab2020-11-171-1/+1
* net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())Sebastian Andrzej Siewior2020-09-291-15/+0
* net: mdiobus: add reset-post-delay-us handlingBruno Thomsen2020-08-041-0/+2
* net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen2020-08-041-1/+1
* net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski2020-07-011-73/+0
* net: phy: arrange headers in mdio_bus.c alphabeticallyBartosz Golaszewski2020-06-261-16/+16
* net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton2020-06-241-2/+16
* net: mdiobus: Disable preemption upon u64_stats updateAhmed S. Darwish2020-06-051-0/+2
* net: phy: add concept of shared storage for PHYsMichael Walle2020-05-061-0/+1
* net: phy: Use IS_ERR() to check and simplify codeTang Bin2020-04-231-5/+2
* net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit2020-04-221-1/+7
* net: phy: Propagate error from bus->resetFlorian Fainelli2020-04-201-3/+6
* Documentation: mdio_bus.c - fix warningsLothar Rubusch2020-04-081-1/+1
* net: mdiobus: add APIs for modifying a MDIO device registerRussell King2020-03-181-0/+56
* net: mdiobus: avoid BUG_ON() in mdiobus accessorsRussell King2020-03-181-4/+8
* mdio_bus: Add generic mdio_find_bus()Jeremy Linton2020-02-251-0/+17
* net: phy: Maintain MDIO device and bus statisticsFlorian Fainelli2020-01-171-2/+249
* mdio_bus: Simplify reset handling and extend to non-DT systemsGeert Uytterhoeven2020-01-141-11/+5
* mdio_bus: don't use managed reset-controllerDavid Bauer2019-11-251-2/+4
* mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=nGeert Uytterhoeven2019-11-191-1/+1
* mdio_bus: Fix PTR_ERR applied after initialization to constantYueHaibing2019-11-121-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-181-13/+9
|\
| * net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov2019-09-161-13/+9
* | drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-8/+1
|/
* net: mdio: rename mdio_device reset to reset_gpioDavid Bauer2019-04-191-3/+3
* net: phy: add support for reset-controllerDavid Bauer2019-04-191-2/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-1/+0
|\
| * mdio_bus: Fix use-after-free on device_register failsYueHaibing2019-02-231-1/+0
* | mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing2019-02-191-5/+6