aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Revert "phy: add support for a reset-gpio specification"Fabio Estevam1-8/+0
2016-05-16phy: add support for a reset-gpio specificationUwe Kleine-König1-0/+8
2016-04-26phylib: don't return NULL from get_phy_device()Sergei Shtylyov1-1/+1
2016-04-15phy: make some bits preserved while setup forced modewangweidong1-1/+2
2016-02-17phy: keep pause flags in phy driver featuresWoojung.Huh@microchip.com1-1/+1
2016-01-15net: phy: turn carrier off on phy attachSjoerd Simons1-0/+5
2016-01-12phy: remove an unneeded conditionDan Carpenter1-1/+1
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn1-0/+18
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn1-10/+17
2016-01-07phy: Move phy specific bus match into phy_deviceAndrew Lunn1-0/+28
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-6/+7
2016-01-07phy: Move PHY PM operations into phy_deviceAndrew Lunn1-0/+110
2016-01-07phy_device: Move phy attributes into phy_deviceAndrew Lunn1-0/+44
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-11/+10
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-30/+32
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-0/+27
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+49
2015-11-02net: phy: fix a bug in get_phy_c45_idsShaohui Xie1-25/+49
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman1-19/+40
2015-09-24phy: add phy_device_remove()Russell King1-0/+18
2015-09-24phy: add proper phy struct device refcountingRussell King1-0/+12
2015-09-24phy: fix mdiobus module safetyRussell King1-14/+18
2015-08-28phylib: simplify NULL checksSergei Shtylyov1-3/+3
2015-08-28phylib: simplify bogus phy_device_create() resultSergei Shtylyov1-1/+1
2015-08-25phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney1-1/+1
2015-06-28net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu1-6/+14
2015-06-28net: phy: fix phy link up when limiting speed via device treeMugunthan V N1-2/+3
2015-01-27net: phy: keep track of the PHY suspend stateFlorian Fainelli1-4/+18
2014-08-22phylib: use MDIO_DEVS[12]Sergei Shtylyov1-2/+2
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+14
2014-07-29net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli1-1/+1
2014-07-24net: phy: Ensure the MDIO bus module is heldEzequiel Garcia1-0/+13
2014-07-08net: phy: export phy_suspend and phy_resumeFlorian Fainelli1-0/+2
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer1-1/+35
2014-05-22net: phy: genphy: Allow overwriting featuresSascha Hauer1-6/+5
2014-05-15net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck1-2/+2
2014-04-20net: phy: export genphy_config_init()Daniel Mack1-1/+2
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2014-03-14net: phy: fix uninitalized ethtool_wolinfo in phy_suspendSebastian Hesselbarth1-2/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2014-02-25phy: unmask link partner capabilitiesCristian Bercaru1-7/+9
2014-02-17net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli1-2/+14
2014-02-17net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli1-5/+22
2014-02-12net: phy: add "has_fixups" boolean propertyFlorian Fainelli1-0/+1
2014-02-12net: phy: allow driver to implement their own aneg_doneFlorian Fainelli1-0/+1
2014-02-12net: phy: add genphy_aneg_done()Florian Fainelli1-0/+16
2014-02-04net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-14/+24
2014-01-19phy: cleanup 10g codestephen hemminger1-20/+4