aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c
AgeCommit message (Expand)Author
2023-02-06net: mdio: validate parameter addr in mdiobus_get_phy()Heiner Kallweit
2022-11-10net: mdio: fix undefined behavior in bit shift for __mdiobus_registerGaosheng Cui
2022-06-14net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada
2022-01-27net: mdio: Demote probed message to debug printFlorian Fainelli
2021-11-02Revert "net: mdiobus: Fix memory leak in __mdiobus_register"Pavel Skripkin
2021-10-27net: mdiobus: Fix memory leak in __mdiobus_registerYanfei Xu
2021-10-13phy: mdio: fix memory leakPavel Skripkin
2021-06-16net: mdiobus: get rid of a BUG_ON()Dan Carpenter
2020-01-27mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing
2019-03-19mdio_bus: Fix use-after-free on device_register failsYueHaibing
2019-01-31net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni
2018-06-05net: phy: remove PM ops from MDIO busHeiner Kallweit
2018-02-06net: phy: Handle not having GPIO enabled in the kernelAndrew Lunn
2018-01-03net: mdio: Only perform gpio reset for PHYsAndrew Lunn
2018-01-03net: mdiobus: add unlocked accessorsRussell King
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-13of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov
2017-09-08Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli
2017-07-17mdio_bus: Remove unneeded gpiod NULL checkFabio Estevam
2017-06-13mdio_bus: use devm_gpiod_get_optional()Sergei Shtylyov
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-02net: phy: use of_mdio_parse_addrJon Mason
2017-05-31net: fix auto-loading of Marvell DSA driverRussell King
2017-05-11net: phy: Call bus->reset() after releasing PHYs from resetFlorian Fainelli
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros
2017-03-29net: phy: Allow building mdio-boardinfo into the kernelFlorian Fainelli
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli
2017-02-07net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli
2016-11-24net/phy: add trace events for mdio accessesUwe Kleine-König
2016-05-04mdio_bus: don't return NULL from mdiobus_scan()Sergei Shtylyov
2016-05-01mdio_bus: Fix MDIO bus scanning in __mdiobus_register()Marek Vasut
2016-04-26mdio_bus: get_phy_device() doesn't return NULL anymoreSergei Shtylyov
2016-04-11net: mdio: Fix lockdep falls positive splatAndrew Lunn
2016-01-12mdio_bus: NULL dereference on allocation errorDan Carpenter
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn
2016-01-07mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()Andrew Lunn
2016-01-07mdio_bus: Generalise of_mdiobus_link_phydev()Andrew Lunn
2016-01-07phy: Move phy specific bus match into phy_deviceAndrew Lunn
2016-01-07phy: Move PHY PM operations into phy_deviceAndrew Lunn
2016-01-07phy_device: Move phy attributes into phy_deviceAndrew Lunn
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2015-10-23net: phy: Add nested variants of mdiobus read/writeNeil Armstrong
2015-09-25net: update docbook comment for __mdiobus_register()Russell King
2015-09-24phy: add phy_device_remove()Russell King
2015-09-24phy: fix mdiobus module safetyRussell King