summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: avoid suspending twice a PHYFlorian Fainelli2015-01-271-2/+6
* net: phy: utilize phy_suspend and phy_resumeFlorian Fainelli2015-01-271-4/+2Star
* net: phy: properly report internal PHYs through sysfsFlorian Fainelli2014-08-301-1/+7
* Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam2014-08-061-1/+0Star
* net: phy: Set the driver when registering an MDIO bus deviceEzequiel Garcia2014-07-251-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-301-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-131-0/+10
* net: phy: expose PHY device interface modeFlorian Fainelli2014-02-131-0/+10
* drivers/net/phy/mdio_bus.c: call put_device on device_register() failureLevente Kurusa2014-01-311-0/+1
* phylib: remove unused adjust_state() callbackSergei Shtylyov2014-01-051-2/+2
* mdio_bus: coding style fixesSergei Shtylyov2014-01-051-18/+9Star
* net: phy: mdio_bus: fix checkpath errorFlorian Fainelli2013-12-181-2/+2
* mdio_bus: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-301-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-281-0/+7
* netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-131-1/+1
|\
| * netdev: fix drivers/net/phy/ kernel-doc warningsRandy Dunlap2012-06-091-1/+1
* | phy: Use pr_<level>Joe Perches2012-06-121-1/+4
|/
* net: of/phy: fix build error when phylib is built as a moduleBjørn Mork2012-05-121-1/+1
* netdev/of/phy: New function: of_mdio_find_bus().David Daney2012-05-081-0/+32
* kernel-doc: fix new warning in net/phy/mdio_bus.cRandy Dunlap2012-01-221-3/+2Star
* phylib: introduce mdiobus_alloc_size()Timur Tabi2012-01-131-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-171-2/+2
* phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2009-12-311-7/+43
* phylib: Fix deadlock on resumeAnton Vorontsov2009-12-311-2/+22
* phylib: rework to prepare for OF registration of PHYsGrant Likely2009-04-271-26/+3Star
* mdio: fix non-constant printk warningsStephen Hemminger2009-02-271-1/+1
* phylib: Rework suspend/resume code to check netdev wakeup capabilityAnton Vorontsov2009-02-011-14/+40
* phylib: Fix oops in suspend/resume pathsAnton Vorontsov2009-01-221-5/+3Star
* net: PHYLIB mdio fixes #2Krzysztof Halasa2008-12-261-7/+15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-241-2/+3
|\
| * net: kernel BUG at drivers/net/phy/mdio_bus.c:165!Krzysztof Halasa2008-12-171-2/+3
* | phy: power management supportGiuseppe Cavallaro2008-11-291-4/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-191-1/+1
|\|
| * phylib: fix premature freeing of struct mii_busLennert Buytenhek2008-11-151-1/+1
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-2/+2
|/
* net/phy: add missing kernel-docRandy Dunlap2008-10-141-0/+1
* phylib: add mdiobus_{read,write}Lennert Buytenhek2008-10-091-0/+49
* phylib: give mdio buses a device tree presenceLennert Buytenhek2008-10-091-4/+71
* phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-091-0/+24
* phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-091-1/+1
* phylib: allow incremental scanning of an mii busLennert Buytenhek2008-09-191-41/+48
* phylib: Add support for board-level PHY fixupsAndy Fleming2008-04-251-0/+3