summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mdio_bus.c
AgeCommit message (Expand)Author
2021-12-13net: phy: add a note about refcountingRussell King (Oracle)
2021-10-08net: mdio: ensure the type of mdio devices match mdio driversRussell King (Oracle)
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-06net: mdio: add mdiobus_modify_changed()Russell King (Oracle)
2021-10-03Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-09-30phy: mdio: fix memory leakPavel Skripkin
2021-09-30Revert "net: mdiobus: Fix memory leak in __mdiobus_register"Pavel Skripkin
2021-09-27net: mdiobus: Fix memory leak in __mdiobus_registerYanfei Xu
2021-09-23net: mdiobus: Set FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD for mdiobus parentsSaravana Kannan
2021-06-17net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei
2021-06-16net: phy: change format of some declarationsWenpeng Liang
2021-05-17net: mdiobus: get rid of a BUG_ON()Dan Carpenter
2021-03-30net: phy: remove repeated wordPeng Li
2021-02-03net: mdiobus: Prevent spike on MDIO bus reset signalMike Looijmans
2021-01-07net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit
2020-11-20mdio_bus: suppress err message for reset gpio EPROBE_DEFERGrygorii Strashko
2020-11-17net: phy: fix kernel-doc markupsMauro Carvalho Chehab
2020-09-29net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())Sebastian Andrzej Siewior
2020-08-03net: mdiobus: add reset-post-delay-us handlingBruno Thomsen
2020-08-03net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski
2020-06-26net: phy: arrange headers in mdio_bus.c alphabeticallyBartosz Golaszewski
2020-06-23net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton
2020-06-04net: mdiobus: Disable preemption upon u64_stats updateAhmed S. Darwish
2020-05-06net: phy: add concept of shared storage for PHYsMichael Walle
2020-04-22net: phy: Use IS_ERR() to check and simplify codeTang Bin
2020-04-22net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit
2020-04-20net: phy: Propagate error from bus->resetFlorian Fainelli
2020-04-07Documentation: mdio_bus.c - fix warningsLothar Rubusch
2020-03-17net: mdiobus: add APIs for modifying a MDIO device registerRussell King
2020-03-17net: mdiobus: avoid BUG_ON() in mdiobus accessorsRussell King
2020-02-24mdio_bus: Add generic mdio_find_bus()Jeremy Linton
2020-01-17net: phy: Maintain MDIO device and bus statisticsFlorian Fainelli
2020-01-14mdio_bus: Simplify reset handling and extend to non-DT systemsGeert Uytterhoeven
2019-11-25mdio_bus: don't use managed reset-controllerDavid Bauer
2019-11-19mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=nGeert Uytterhoeven
2019-11-11mdio_bus: Fix PTR_ERR applied after initialization to constantYueHaibing
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-16net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-04-18net: mdio: rename mdio_device reset to reset_gpioDavid Bauer
2019-04-18net: phy: add support for reset-controllerDavid Bauer
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22mdio_bus: Fix use-after-free on device_register failsYueHaibing
2019-02-18mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-18net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit