summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-09net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi1-5/+2
2018-12-17net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-07-25net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit1-5/+2
2017-08-11net: phy: Fix PHY unbind crashFlorian Fainelli1-0/+2
2017-08-07net: phy: Do not perform software reset for Generic PHYFlorian Fainelli1-1/+1
2017-07-05net: phy: use boolean dt properties for eee broken modesjbrunet1-3/+15
2017-07-05net: phy: fix sign type error in genphy_config_eee_advertjbrunet1-2/+2
2017-07-05net: phy: add an option to disable EEE advertisementjbrunet1-9/+71
2017-06-17net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli1-8/+21
2017-06-17net: phy: Fix lack of reference count on PHY driverMao Wenan1-0/+7
2016-12-07phy: Don't increment MDIO bus refcount unless it's a different ownerFlorian Fainelli1-3/+13
2016-11-07phy: fix device reference leaksJohan Hovold1-0/+2
2016-05-21Revert "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-16phy: 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-03net: 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-25phy: add phy_device_remove()Russell King1-0/+18
2015-09-25phy: add proper phy struct device refcountingRussell King1-0/+12
2015-09-25phy: fix mdiobus module safetyRussell King1-14/+18
2015-08-29phylib: simplify NULL checksSergei Shtylyov1-3/+3
2015-08-29phylib: 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-29net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu1-6/+14
2015-06-29net: 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-23phylib: use MDIO_DEVS[12]Sergei Shtylyov1-2/+2
2014-07-31Merge 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-25net: phy: Ensure the MDIO bus module is heldEzequiel Garcia1-0/+13
2014-07-09net: 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-16net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck1-2/+2