aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-31ethtool: Add phy statisticsAndrew Lunn1-0/+6
2015-10-23net: phy: Add nested variants of mdiobus read/writeNeil Armstrong1-0/+2
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman1-0/+1
2015-09-24phy: add phy_device_remove()Russell King1-0/+1
2015-09-24phy: fix mdiobus module safetyRussell King1-1/+4
2015-08-31net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli1-0/+12
2015-07-10net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson1-0/+2
2015-05-27net: phy: Add phy_interface_is_rgmii helperFlorian Fainelli1-0/+11
2015-05-14net: phy: Add phy_ignore_ta_mask to account for broken turn-aroundFlorian Fainelli1-0/+3
2015-01-27net: phy: keep track of the PHY suspend stateFlorian Fainelli1-0/+2
2015-01-27net: phy: document has_fixups fieldFlorian Fainelli1-0/+1
2015-01-06ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk1-0/+9
2014-11-21net: phy: add static data field to struct phy_driverJohan Hovold1-0/+2
2014-11-12net: phy: add module_phy_driver macroJohan Hovold1-0/+24
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli1-0/+27
2014-07-30net: libphy: Add phy specific function to access mmd phy registersVince Bridgers1-0/+18
2014-06-21net: phylib: add link_change_notify callback to phy deviceDaniel Mack1-0/+9
2014-05-02mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko1-0/+7
2014-04-20net: phy: export genphy_config_init()Daniel Mack1-0/+1
2014-04-16net: phy: add minimal support for QSGMII PHYThomas Petazzoni1-0/+3
2014-02-17net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli1-0/+5
2014-02-17net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli1-0/+1
2014-02-14net: phy: add MoCA PHY typeFlorian Fainelli1-0/+3
2014-02-12net: phy: add "has_fixups" boolean propertyFlorian Fainelli1-0/+1
2014-02-12net: phy: re-design phy_modes to be self-containedFlorian Fainelli1-0/+42
2014-02-12net: phy: allow driver to implement their own aneg_doneFlorian Fainelli1-0/+3
2014-02-12net: phy: add genphy_aneg_done()Florian Fainelli1-0/+1
2014-01-13phylib: Support attaching to generic 10g driverAndy Fleming1-0/+2
2014-01-13phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHYAndy Fleming1-0/+1
2014-01-13phylib: Add Clause 45 read/write functionsAndy Fleming1-0/+39
2014-01-04phylib: make phy_scan_fixups() staticSergei Shtylyov1-1/+0
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov1-6/+1
2014-01-04<linux/phy.h>: coding style fixesSergei Shtylyov1-19/+19
2013-12-17net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth1-0/+2
2013-12-09net: phy: report link partner features through ethtoolFlorian Fainelli1-2/+3
2013-12-06net: phy: breakdown PHY_*_FEATURES definesFlorian Fainelli1-7/+16