summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
|\
| * mdio_bus: Fix use-after-free on device_register failsYueHaibing2019-02-231-1/+0Star
* | mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing2019-02-191-5/+6
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-6/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-211-0/+1
|\|
| * net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni2019-01-181-0/+1
* | net: phy: don't include asm/irq.h directlyHeiner Kallweit2019-01-171-2/+0Star
|/
* net: mdio: remove duplicated include from mdio_bus.cYueHaibing2018-09-181-1/+0Star
* net: phy: remove PM ops from MDIO busHeiner Kallweit2018-06-051-48/+0Star
* net: phy: Handle not having GPIO enabled in the kernelAndrew Lunn2018-02-061-1/+2
* net: mdio: Only perform gpio reset for PHYsAndrew Lunn2018-01-031-4/+17
* net: mdiobus: add unlocked accessorsRussell King2018-01-031-12/+53
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-171-0/+1
|\
| * of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King2017-12-131-0/+1
* | phylib: Add device reset GPIO supportSergei Shtylyov2017-12-051-0/+21
|/
* Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli2017-09-091-2/+4
* mdio_bus: Remove unneeded gpiod NULL checkFabio Estevam2017-07-181-4/+2Star
* mdio_bus: use devm_gpiod_get_optional()Sergei Shtylyov2017-06-131-9/+5Star
* mdio_bus: handle only single PHY reset GPIOSergei Shtylyov2017-06-131-34/+19Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-071-0/+13
|\
| * net: fix auto-loading of Marvell DSA driverRussell King2017-05-311-0/+13
* | net: phy: use of_mdio_parse_addrJon Mason2017-06-021-13/+2Star
|/
* net: phy: Call bus->reset() after releasing PHYs from resetFlorian Fainelli2017-05-121-3/+3
* mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros2017-04-241-0/+47
* net: phy: Allow building mdio-boardinfo into the kernelFlorian Fainelli2017-03-291-1/+31
* net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli2017-03-241-0/+9
* net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli2017-02-071-0/+4
* net/phy: add trace events for mdio accessesUwe Kleine-König2016-11-241-0/+11
* mdio_bus: don't return NULL from mdiobus_scan()Sergei Shtylyov2016-05-041-1/+1
* mdio_bus: Fix MDIO bus scanning in __mdiobus_register()Marek Vasut2016-05-021-1/+1
* mdio_bus: get_phy_device() doesn't return NULL anymoreSergei Shtylyov2016-04-261-1/+1
* net: mdio: Fix lockdep falls positive splatAndrew Lunn2016-04-121-2/+2
* mdio_bus: NULL dereference on allocation errorDan Carpenter2016-01-121-5/+6
* mdio: Abstract device_remove() and device_free()Andrew Lunn2016-01-071-14/+9Star
* mdio: Add support for mdio drivers.Andrew Lunn2016-01-071-2/+11
* mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()Andrew Lunn2016-01-071-1/+15
* mdio_bus: Generalise of_mdiobus_link_phydev()Andrew Lunn2016-01-071-14/+15
* phy: Move phy specific bus match into phy_deviceAndrew Lunn2016-01-071-26/+12Star
* phy: Move PHY PM operations into phy_deviceAndrew Lunn2016-01-071-73/+10Star
* phy_device: Move phy attributes into phy_deviceAndrew Lunn2016-01-071-42/+0Star
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-2/+44
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-6/+6
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-0/+5
* net: phy: Add nested variants of mdiobus read/writeNeil Armstrong2015-10-231-0/+55
* net: update docbook comment for __mdiobus_register()Russell King2015-09-261-2/+5
* phy: add phy_device_remove()Russell King2015-09-251-5/+10
* phy: fix mdiobus module safetyRussell King2015-09-251-2/+3
* phy: fix of_mdio_find_bus() device refcount leakRussell King2015-09-251-1/+3