summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c
Commit message (Expand)AuthorAgeFilesLines
* mdio_bus: NULL dereference on allocation errorDan Carpenter2016-01-121-5/+6
* mdio: Abstract device_remove() and device_free()Andrew Lunn2016-01-071-14/+9
* 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/+12
* phy: Move PHY PM operations into phy_deviceAndrew Lunn2016-01-071-73/+10
* phy_device: Move phy attributes into phy_deviceAndrew Lunn2016-01-071-42/+0
* 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-251-2/+5
* phy: add phy_device_remove()Russell King2015-09-241-5/+10
* phy: fix mdiobus module safetyRussell King2015-09-241-2/+3
* phy: fix of_mdio_find_bus() device refcount leakRussell King2015-09-241-1/+3
* phylib: fix device deletion order in mdiobus_unregister()Mark Salter2015-09-011-1/+1
* net/mdio: fix mdio_bus_match for c45 PHYShaohui Xie2015-07-211-2/+17
* net: phy: avoid suspending twice a PHYFlorian Fainelli2015-01-271-2/+6
* net: phy: utilize phy_suspend and phy_resumeFlorian Fainelli2015-01-271-4/+2
* net: phy: properly report internal PHYs through sysfsFlorian Fainelli2014-08-291-1/+7
* Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam2014-08-051-1/+0
* net: phy: Set the driver when registering an MDIO bus deviceEzequiel Garcia2014-07-241-0/+1
* net: fix circular dependency in of_mdio codeDaniel Mack2014-07-021-0/+44
* net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack2014-05-291-0/+6
* mdio_bus: fix devm_mdiobus_alloc_size exportArnd Bergmann2014-05-091-1/+1
* mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko2014-05-021-0/+67
* net: phy: expose phydev->has_fixups to sysfsFlorian Fainelli2014-02-121-0/+10
* net: phy: expose PHY device interface modeFlorian Fainelli2014-02-121-0/+10
* drivers/net/phy/mdio_bus.c: call put_device on device_register() failureLevente Kurusa2014-01-301-0/+1
* phylib: remove unused adjust_state() callbackSergei Shtylyov2014-01-041-2/+2
* mdio_bus: coding style fixesSergei Shtylyov2014-01-041-18/+9
* net: phy: mdio_bus: fix checkpath errorFlorian Fainelli2013-12-181-2/+2
* mdio_bus: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-291-4/+6
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-1/+1
* phylib: mdio: Add sysfs attribute for PHY identifiers.Nick Bowler2012-11-091-0/+14
* netdev/phy: Prototype of_mdio_find_bus()Mark Brown2012-10-091-0/+1
* netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney2012-06-271-0/+7
* netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-121-1/+1
|\
| * netdev: fix drivers/net/phy/ kernel-doc warningsRandy Dunlap2012-06-081-1/+1
* | phy: Use pr_<level>Joe Perches2012-06-111-1/+4
|/
* net: of/phy: fix build error when phylib is built as a moduleBjørn Mork2012-05-111-1/+1
* netdev/of/phy: New function: of_mdio_find_bus().David Daney2012-05-071-0/+32
* kernel-doc: fix new warning in net/phy/mdio_bus.cRandy Dunlap2012-01-221-3/+2
* phylib: introduce mdiobus_alloc_size()Timur Tabi2012-01-121-5/+19
* phylib: fix PAL state machine restart on resumeSimon Guinot2010-09-141-2/+2
* NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe2010-03-161-2/+2
* phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2009-12-301-7/+43
* phylib: Fix deadlock on resumeAnton Vorontsov2009-12-301-2/+22
OpenPOWER on IntegriCloud