aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-24phy: add phy_device_remove()Russell King1-5/+10
2015-09-24phy: fix mdiobus module safetyRussell King1-2/+3
2015-09-24phy: fix of_mdio_find_bus() device refcount leakRussell King1-1/+3
2015-09-01phylib: fix device deletion order in mdiobus_unregister()Mark Salter1-1/+1
2015-07-21net/mdio: fix mdio_bus_match for c45 PHYShaohui Xie1-2/+17
2015-01-27net: phy: avoid suspending twice a PHYFlorian Fainelli1-2/+6
2015-01-27net: phy: utilize phy_suspend and phy_resumeFlorian Fainelli1-4/+2
2014-08-29net: phy: properly report internal PHYs through sysfsFlorian Fainelli1-1/+7
2014-08-05Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam1-1/+0
2014-07-24net: phy: Set the driver when registering an MDIO bus deviceEzequiel Garcia1-0/+1
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack1-0/+44
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack1-0/+6
2014-05-09mdio_bus: fix devm_mdiobus_alloc_size exportArnd Bergmann1-1/+1
2014-05-02mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko1-0/+67
2014-02-12net: phy: expose phydev->has_fixups to sysfsFlorian Fainelli1-0/+10
2014-02-12net: phy: expose PHY device interface modeFlorian Fainelli1-0/+10
2014-01-30drivers/net/phy/mdio_bus.c: call put_device on device_register() failureLevente Kurusa1-0/+1
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov1-2/+2
2014-01-04mdio_bus: coding style fixesSergei Shtylyov1-18/+9
2013-12-18net: phy: mdio_bus: fix checkpath errorFlorian Fainelli1-2/+2
2013-10-29mdio_bus: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-1/+1
2012-11-09phylib: mdio: Add sysfs attribute for PHY identifiers.Nick Bowler1-0/+14
2012-10-09netdev/phy: Prototype of_mdio_find_bus()Mark Brown1-0/+1
2012-06-27netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney1-0/+7
2012-06-27netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney1-1/+1
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-11phy: Use pr_<level>Joe Perches1-1/+4
2012-06-08netdev: fix drivers/net/phy/ kernel-doc warningsRandy Dunlap1-1/+1
2012-05-11net: of/phy: fix build error when phylib is built as a moduleBjørn Mork1-1/+1
2012-05-07netdev/of/phy: New function: of_mdio_find_bus().David Daney1-0/+32