aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-13/+9
2019-09-16net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov1-13/+9
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-8/+1
2019-04-18net: mdio: rename mdio_device reset to reset_gpioDavid Bauer1-3/+3
2019-04-18net: phy: add support for reset-controllerDavid Bauer1-2/+25
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2019-02-22mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-02-18mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing1-5/+6
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-6/+1
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-01-18net: phy: mdio_bus: add missing device_del() in mdiobus_register() error handlingThomas Petazzoni1-0/+1
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit1-2/+0
2018-09-17net: mdio: remove duplicated include from mdio_bus.cYueHaibing1-1/+0
2018-06-05net: phy: remove PM ops from MDIO busHeiner Kallweit1-48/+0
2018-02-06net: phy: Handle not having GPIO enabled in the kernelAndrew Lunn1-1/+2
2018-01-03net: mdio: Only perform gpio reset for PHYsAndrew Lunn1-4/+17
2018-01-03net: mdiobus: add unlocked accessorsRussell King1-12/+53
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-12-13of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King1-0/+1
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov1-0/+21
2017-09-08Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli1-2/+4
2017-07-17mdio_bus: Remove unneeded gpiod NULL checkFabio Estevam1-4/+2
2017-06-13mdio_bus: use devm_gpiod_get_optional()Sergei Shtylyov1-9/+5
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov1-34/+19
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13
2017-06-02net: phy: use of_mdio_parse_addrJon Mason1-13/+2
2017-05-31net: fix auto-loading of Marvell DSA driverRussell King1-0/+13
2017-05-11net: phy: Call bus->reset() after releasing PHYs from resetFlorian Fainelli1-3/+3
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros1-0/+47
2017-03-29net: phy: Allow building mdio-boardinfo into the kernelFlorian Fainelli1-1/+31
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli1-0/+9
2017-02-07net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli1-0/+4
2016-11-24net/phy: add trace events for mdio accessesUwe Kleine-König1-0/+11
2016-05-04mdio_bus: don't return NULL from mdiobus_scan()Sergei Shtylyov1-1/+1
2016-05-01mdio_bus: Fix MDIO bus scanning in __mdiobus_register()Marek Vasut1-1/+1
2016-04-26mdio_bus: get_phy_device() doesn't return NULL anymoreSergei Shtylyov1-1/+1
2016-04-11net: mdio: Fix lockdep falls positive splatAndrew Lunn1-2/+2
2016-01-12mdio_bus: NULL dereference on allocation errorDan Carpenter1-5/+6
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn1-14/+9
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn1-2/+11
2016-01-07mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()Andrew Lunn1-1/+15
2016-01-07mdio_bus: Generalise of_mdiobus_link_phydev()Andrew Lunn1-14/+15
2016-01-07phy: Move phy specific bus match into phy_deviceAndrew Lunn1-26/+12
2016-01-07phy: Move PHY PM operations into phy_deviceAndrew Lunn1-73/+10
2016-01-07phy_device: Move phy attributes into phy_deviceAndrew Lunn1-42/+0
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-2/+44
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-6/+6
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-0/+5
2015-10-23net: phy: Add nested variants of mdiobus read/writeNeil Armstrong1-0/+55
2015-09-25net: update docbook comment for __mdiobus_register()Russell King1-2/+5