aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c
Commit message (Expand)AuthorAge
* 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
* phylib: fix PAL state machine restart on resumeSimon Guinot2010-09-14
* NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe2010-03-17
* phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2009-12-31
* phylib: Fix deadlock on resumeAnton Vorontsov2009-12-31
* phylib: rework to prepare for OF registration of PHYsGrant Likely2009-04-27
* mdio: fix non-constant printk warningsStephen Hemminger2009-02-27
* phylib: Rework suspend/resume code to check netdev wakeup capabilityAnton Vorontsov2009-02-01
* phylib: Fix oops in suspend/resume pathsAnton Vorontsov2009-01-22
* net: PHYLIB mdio fixes #2Krzysztof Halasa2008-12-25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-23
|\
| * net: kernel BUG at drivers/net/phy/mdio_bus.c:165!Krzysztof Halasa2008-12-17
* | phy: power management supportGiuseppe Cavallaro2008-11-28
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-19
|\|
| * phylib: fix premature freeing of struct mii_busLennert Buytenhek2008-11-14
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-10
|/
* net/phy: add missing kernel-docRandy Dunlap2008-10-13
* phylib: add mdiobus_{read,write}Lennert Buytenhek2008-10-08
* phylib: give mdio buses a device tree presenceLennert Buytenhek2008-10-08
* phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-08
* phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-08
* phylib: allow incremental scanning of an mii busLennert Buytenhek2008-09-18
* phylib: Add support for board-level PHY fixupsAndy Fleming2008-04-25