summaryrefslogtreecommitdiff
path: root/include/linux/phy.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-25net: phy: Remove trailing semicolon in macro definitionMarc Gonzalez1-1/+1
2017-07-03net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng1-0/+5
2017-06-23net: phy: Support "internal" PHY interfaceFlorian Fainelli1-0/+3
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-2/+2
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov1-4/+2
2017-06-06net: phy: add XAUI and 10GBASE-KR PHY connection typesRussell King1-0/+7
2017-06-06net: phy: hook up clause 45 autonegotiation restartRussell King1-0/+1
2017-06-06net: phy: add 802.3 clause 45 support to phylibRussell King1-0/+12
2017-06-06net: phy: Delete unused function phy_ethtool_gsetyuval.shaia@oracle.com1-1/+0
2017-05-27net: phy: Relax error checking on sysfs_create_link()Florian Fainelli1-0/+2
2017-05-19phy: Add helper function to check phy interface modeIyappan Subramanian1-2/+12
2017-05-16net: phy: Remove residual magic from PHY driversAndrew Lunn1-2/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov1-0/+1
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros1-0/+7
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli1-2/+19
2017-03-22net: phy: remove the indirect MMD read/write methodsRussell King1-42/+0
2017-03-22net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King1-0/+24
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King1-18/+2
2017-03-05net: phy: Do not perform software reset for Generic PHYFlorian Fainelli1-0/+4
2017-02-20net: phy: Check phydev->drvFlorian Fainelli1-0/+3
2017-02-07net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli1-0/+19
2017-02-07net: phy: Add 2000base-x, 2500base-x and rxaui modesAndrew Lunn1-0/+9
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-01-25net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven1-1/+0
2017-01-19phy: increase size of MII_BUS_ID_SIZE and bus_idVolodymyr Bendiuga1-6/+2
2016-12-08phy: add phy fixup unregister functionsWoojung.Huh@microchip.com1-0/+4
2016-12-01net: phy: add mdix_ctrl to hold the user configuration.Raju Lakkaraju1-0/+1
2016-11-29net: phy: add an option to disable EEE advertisementjbrunet1-0/+3
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju1-0/+7
2016-11-15net: phy: Add phy_ethtool_nway_resetFlorian Fainelli1-0/+1
2016-11-13net: phy: expose phy_aneg_done API for use by driversLendacky, Thomas1-0/+1
2016-10-18net: phy: leds: add support for led triggers on phy link state changeZach Brown1-0/+7
2016-10-18net: phy: Create phy_supported_speeds function which lists speeds currently s...Zach Brown1-0/+15
2016-10-17net: phy: Threaded interrupts allow some simplificationAndrew Lunn1-2/+3
2016-09-22net: ethernet: mediatek: add extension of phy-mode for TRGMIISean Wang1-0/+3
2016-05-10net: phy: add phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-0/+4
2016-04-18phy: add generic function to support ksetting supportPhilippe Reynes1-0/+4
2016-03-13phy: remove documentation of removed members of phy_device structureLABBE Corentin1-3/+0
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn1-4/+5
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-3/+4
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-15/+11
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-3/+3
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-0/+4
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn1-5/+2
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-0/+5
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn1-0/+6
2016-01-07mdio: Move mdiobus_read/write operatings into mdio.hAndrew Lunn1-5/+1
2016-01-07phy: Consistently use addr for address on an MII busAndrew Lunn1-2/+2