aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-22kernel-doc: fix new warning in net/phy/mdio_bus.cRandy Dunlap1-3/+2
2012-01-12phylib: introduce mdiobus_alloc_size()Timur Tabi1-5/+19
2010-09-14phylib: fix PAL state machine restart on resumeSimon Guinot1-2/+2
2010-03-16NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe1-2/+2
2009-12-30phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov1-7/+43
2009-12-30phylib: Fix deadlock on resumeAnton Vorontsov1-2/+22
2009-04-27phylib: rework to prepare for OF registration of PHYsGrant Likely1-26/+3
2009-02-26mdio: fix non-constant printk warningsStephen Hemminger1-1/+1
2009-02-01phylib: Rework suspend/resume code to check netdev wakeup capabilityAnton Vorontsov1-14/+40
2009-01-22phylib: Fix oops in suspend/resume pathsAnton Vorontsov1-5/+3
2008-12-25net: PHYLIB mdio fixes #2Krzysztof Halasa1-7/+15
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2008-12-17net: kernel BUG at drivers/net/phy/mdio_bus.c:165!Krzysztof Halasa1-2/+3
2008-11-28phy: power management supportGiuseppe Cavallaro1-4/+10
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-11-14phylib: fix premature freeing of struct mii_busLennert Buytenhek1-1/+1
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-10-13net/phy: add missing kernel-docRandy Dunlap1-0/+1
2008-10-08phylib: add mdiobus_{read,write}Lennert Buytenhek1-0/+49
2008-10-08phylib: give mdio buses a device tree presenceLennert Buytenhek1-4/+71
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-0/+24
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-09-19phylib: allow incremental scanning of an mii busLennert Buytenhek1-41/+48
2008-04-25phylib: Add support for board-level PHY fixupsAndy Fleming1-0/+3
2008-02-23net/phy/mdio_bus.c: fix a check-after-useAdrian Bunk1-2/+2
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case1-1/+1
2007-12-04PHY: Add the phy_device_release device method.Anton Vorontsov1-4/+5