summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: use boolean dt properties for eee broken modesjbrunet2016-12-201-3/+15
* net: phy: fix sign type error in genphy_config_eee_advertjbrunet2016-12-201-2/+2
* net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi2016-12-101-0/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-3/+13
|\
| * phy: Don't increment MDIO bus refcount unless it's a different ownerFlorian Fainelli2016-12-071-3/+13
* | phy: add phy fixup unregister functionsWoojung.Huh@microchip.com2016-12-081-0/+47
* | net: phy: Fix use after free in phy_detach()Geert Uytterhoeven2016-11-291-2/+2
* | net: phy: add an option to disable EEE advertisementjbrunet2016-11-291-9/+71
* | phy: fix error case of phy_led_triggers_(un)registerWoojung Huh2016-11-251-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+2
|\ \ | |/
| * phy: fix device reference leaksJohan Hovold2016-11-071-0/+2
* | net: phy: leds: add support for led triggers on phy link state changeZach Brown2016-10-181-0/+5
* | net: phy: Threaded interrupts allow some simplificationAndrew Lunn2016-10-171-1/+1
|/
* Revert "phy: add support for a reset-gpio specification"Fabio Estevam2016-05-201-8/+0
* phy: add support for a reset-gpio specificationUwe Kleine-König2016-05-161-0/+8
* phylib: don't return NULL from get_phy_device()Sergei Shtylyov2016-04-261-1/+1
* phy: make some bits preserved while setup forced modewangweidong2016-04-151-1/+2
* phy: keep pause flags in phy driver featuresWoojung.Huh@microchip.com2016-02-171-1/+1
* net: phy: turn carrier off on phy attachSjoerd Simons2016-01-151-0/+5
* phy: remove an unneeded conditionDan Carpenter2016-01-121-1/+1
* mdio: Abstract device_remove() and device_free()Andrew Lunn2016-01-071-0/+18
* mdio: Add support for mdio drivers.Andrew Lunn2016-01-071-10/+17
* phy: Move phy specific bus match into phy_deviceAndrew Lunn2016-01-071-0/+28
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-6/+7
* phy: Move PHY PM operations into phy_deviceAndrew Lunn2016-01-071-0/+110
* phy_device: Move phy attributes into phy_deviceAndrew Lunn2016-01-071-0/+44
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-11/+10
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-30/+32
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-0/+27
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-25/+49
|\
| * net: phy: fix a bug in get_phy_c45_idsShaohui Xie2015-11-021-25/+49
* | phylib: Add phy_set_max_speed helperSimon Horman2015-10-031-19/+40
|/
* phy: add phy_device_remove()Russell King2015-09-241-0/+18
* phy: add proper phy struct device refcountingRussell King2015-09-241-0/+12
* phy: fix mdiobus module safetyRussell King2015-09-241-14/+18
* phylib: simplify NULL checksSergei Shtylyov2015-08-281-3/+3
* phylib: simplify bogus phy_device_create() resultSergei Shtylyov2015-08-281-1/+1
* phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney2015-08-251-1/+1
* net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu2015-06-281-6/+14
* net: phy: fix phy link up when limiting speed via device treeMugunthan V N2015-06-281-2/+3
* net: phy: keep track of the PHY suspend stateFlorian Fainelli2015-01-271-4/+18
* phylib: use MDIO_DEVS[12]Sergei Shtylyov2014-08-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-1/+14
|\
| * net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli2014-07-291-1/+1
| * net: phy: Ensure the MDIO bus module is heldEzequiel Garcia2014-07-241-0/+13
* | net: phy: export phy_suspend and phy_resumeFlorian Fainelli2014-07-081-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-2/+2
|\
| * net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck2014-05-151-2/+2
* | net: phy: make of_set_phy_supported work with genphy driverSascha Hauer2014-05-221-1/+35
OpenPOWER on IntegriCloud