summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2020-05-10phy: fix device reference leaksJohan Hovold
2020-01-04net: phy: initialise phydev speed and duplex sanelyRussell King
2019-08-04net: phy: Check against net_device being NULLIoana Ciornei
2018-12-17net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit
2018-07-25net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit
2017-08-11net: phy: Fix PHY unbind crashFlorian Fainelli
2017-08-06net: phy: Do not perform software reset for Generic PHYFlorian Fainelli
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-02net: phy: fix a bug in get_phy_c45_idsShaohui Xie
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman
2015-09-24phy: add phy_device_remove()Russell King
2015-09-24phy: add proper phy struct device refcountingRussell King
2015-09-24phy: fix mdiobus module safetyRussell King
2015-08-28phylib: simplify NULL checksSergei Shtylyov
2015-08-28phylib: simplify bogus phy_device_create() resultSergei Shtylyov
2015-08-25phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney
2015-06-28net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu
2015-06-28net: phy: fix phy link up when limiting speed via device treeMugunthan V N
2015-01-27net: phy: keep track of the PHY suspend stateFlorian Fainelli
2014-08-22phylib: use MDIO_DEVS[12]Sergei Shtylyov
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-29net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli
2014-07-24net: phy: Ensure the MDIO bus module is heldEzequiel Garcia
2014-07-08net: phy: export phy_suspend and phy_resumeFlorian Fainelli
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer
2014-05-22net: phy: genphy: Allow overwriting featuresSascha Hauer
2014-05-15net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck
2014-04-20net: phy: export genphy_config_init()Daniel Mack
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-14net: phy: fix uninitalized ethtool_wolinfo in phy_suspendSebastian Hesselbarth
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-25phy: unmask link partner capabilitiesCristian Bercaru
2014-02-17net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli
2014-02-17net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli
2014-02-12net: phy: add "has_fixups" boolean propertyFlorian Fainelli
2014-02-12net: phy: allow driver to implement their own aneg_doneFlorian Fainelli
2014-02-12net: phy: add genphy_aneg_done()Florian Fainelli
2014-02-04net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli
2014-01-19phy: cleanup 10g codestephen hemminger
2014-01-13phylib: Support attaching to generic 10g driverAndy Fleming
2014-01-13phylib: Add generic 10G driverAndy Fleming
2014-01-13phylib: turn genphy_driver to an arrayShaohui Xie
2014-01-04phylib: make phy_scan_fixups() staticSergei Shtylyov
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov
2014-01-04phy: kill excess empty linesSergei Shtylyov
2014-01-04phy: kill excess codeSergei Shtylyov
2014-01-04phy: kill useless local variablesSergei Shtylyov
2014-01-04phy: coding style fixesSergei Shtylyov
2013-12-18net: phy: fix checkpatch errorsFlorian Fainelli