aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c
Commit message (Expand)AuthorAge
* mdio_bus: don't return NULL from mdiobus_scan()Sergei Shtylyov2016-05-04
* mdio_bus: Fix MDIO bus scanning in __mdiobus_register()Marek Vasut2016-05-01
* mdio_bus: get_phy_device() doesn't return NULL anymoreSergei Shtylyov2016-04-26
* net: mdio: Fix lockdep falls positive splatAndrew Lunn2016-04-11
* mdio_bus: NULL dereference on allocation errorDan Carpenter2016-01-12
* mdio: Abstract device_remove() and device_free()Andrew Lunn2016-01-07
* mdio: Add support for mdio drivers.Andrew Lunn2016-01-07
* mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()Andrew Lunn2016-01-07
* mdio_bus: Generalise of_mdiobus_link_phydev()Andrew Lunn2016-01-07
* phy: Move phy specific bus match into phy_deviceAndrew Lunn2016-01-07
* phy: Move PHY PM operations into phy_deviceAndrew Lunn2016-01-07
* phy_device: Move phy attributes into phy_deviceAndrew Lunn2016-01-07
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-07
* phy: Add an mdio_device structureAndrew Lunn2016-01-07
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-07
* net: phy: Add nested variants of mdiobus read/writeNeil Armstrong2015-10-23
* net: update docbook comment for __mdiobus_register()Russell King2015-09-26
* phy: add phy_device_remove()Russell King2015-09-25
* phy: fix mdiobus module safetyRussell King2015-09-25
* phy: fix of_mdio_find_bus() device refcount leakRussell King2015-09-25
* phylib: fix device deletion order in mdiobus_unregister()Mark Salter2015-09-01
* net/mdio: fix mdio_bus_match for c45 PHYShaohui Xie2015-07-21
* net: phy: avoid suspending twice a PHYFlorian Fainelli2015-01-27
* net: phy: utilize phy_suspend and phy_resumeFlorian Fainelli2015-01-27
* net: phy: properly report internal PHYs through sysfsFlorian Fainelli2014-08-29
* Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam2014-08-05
* net: phy: Set the driver when registering an MDIO bus deviceEzequiel Garcia2014-07-24
* net: fix circular dependency in of_mdio codeDaniel Mack2014-07-02
* net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack2014-05-29
* mdio_bus: fix devm_mdiobus_alloc_size exportArnd Bergmann2014-05-09
* mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko2014-05-02
* net: phy: expose phydev->has_fixups to sysfsFlorian Fainelli2014-02-12
* net: phy: expose PHY device interface modeFlorian Fainelli2014-02-12
* drivers/net/phy/mdio_bus.c: call put_device on device_register() failureLevente Kurusa2014-01-30
* phylib: remove unused adjust_state() callbackSergei Shtylyov2014-01-04
* mdio_bus: coding style fixesSergei Shtylyov2014-01-04
* net: phy: mdio_bus: fix checkpath errorFlorian Fainelli2013-12-18
* mdio_bus: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-29
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-06
* phylib: mdio: Add sysfs attribute for PHY identifiers.Nick Bowler2012-11-09
* netdev/phy: Prototype of_mdio_find_bus()Mark Brown2012-10-09
* netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney2012-06-28
* netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-13
|\
| * netdev: fix drivers/net/phy/ kernel-doc warningsRandy Dunlap2012-06-09
* | phy: Use pr_<level>Joe Perches2012-06-11
|/
* net: of/phy: fix build error when phylib is built as a moduleBjørn Mork2012-05-11
* netdev/of/phy: New function: of_mdio_find_bus().David Daney2012-05-07
* kernel-doc: fix new warning in net/phy/mdio_bus.cRandy Dunlap2012-01-22
* phylib: introduce mdiobus_alloc_size()Timur Tabi2012-01-12