Age | Commit message (Expand) | Author | Files | Lines |
2016-12-08 | phy: add phy fixup unregister functions | Woojung.Huh@microchip.com | 1 | -0/+4 |
2016-12-01 | net: phy: add mdix_ctrl to hold the user configuration. | Raju Lakkaraju | 1 | -0/+1 |
2016-11-30 | net: phy: add an option to disable EEE advertisement | jbrunet | 1 | -0/+3 |
2016-11-18 | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE | Raju Lakkaraju | 1 | -0/+7 |
2016-11-16 | net: phy: Add phy_ethtool_nway_reset | Florian Fainelli | 1 | -0/+1 |
2016-11-13 | net: phy: expose phy_aneg_done API for use by drivers | Lendacky, Thomas | 1 | -0/+1 |
2016-10-18 | net: phy: leds: add support for led triggers on phy link state change | Zach Brown | 1 | -0/+7 |
2016-10-18 | net: phy: Create phy_supported_speeds function which lists speeds currently s... | Zach Brown | 1 | -0/+15 |
2016-10-17 | net: phy: Threaded interrupts allow some simplification | Andrew Lunn | 1 | -2/+3 |
2016-09-22 | net: ethernet: mediatek: add extension of phy-mode for TRGMII | Sean Wang | 1 | -0/+3 |
2016-05-10 | net: phy: add phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -0/+4 |
2016-04-18 | phy: add generic function to support ksetting support | Philippe Reynes | 1 | -0/+4 |
2016-03-14 | phy: remove documentation of removed members of phy_device structure | LABBE Corentin | 1 | -3/+0 |
2016-01-07 | mdio: Add support for mdio drivers. | Andrew Lunn | 1 | -4/+5 |
2016-01-07 | phy: Centralize setting driver module owner | Andrew Lunn | 1 | -3/+4 |
2016-01-07 | phy: Add API for {un}registering an mdio device to a bus. | Andrew Lunn | 1 | -1/+1 |
2016-01-07 | phy: Add an mdio_device structure | Andrew Lunn | 1 | -15/+11 |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn | 1 | -3/+3 |
2016-01-07 | phy: Centralise print about attached phy | Andrew Lunn | 1 | -0/+4 |
2016-01-07 | phy: phy_{read|write}_mmd_indirect: get addr from phydev | Andrew Lunn | 1 | -5/+2 |
2016-01-07 | phy: add phydev_name() wrapper | Andrew Lunn | 1 | -0/+5 |
2016-01-07 | phy: Add phydev_err() and phydev_dbg() macros | Andrew Lunn | 1 | -0/+6 |
2016-01-07 | mdio: Move mdiobus_read/write operatings into mdio.h | Andrew Lunn | 1 | -5/+1 |
2016-01-07 | phy: Consistently use addr for address on an MII bus | Andrew Lunn | 1 | -2/+2 |
2015-12-31 | ethtool: Add phy statistics | Andrew Lunn | 1 | -0/+6 |
2015-10-23 | net: phy: Add nested variants of mdiobus read/write | Neil Armstrong | 1 | -0/+2 |
2015-10-03 | phylib: Add phy_set_max_speed helper | Simon Horman | 1 | -0/+1 |
2015-09-25 | phy: add phy_device_remove() | Russell King | 1 | -0/+1 |
2015-09-25 | phy: fix mdiobus module safety | Russell King | 1 | -1/+4 |
2015-09-01 | net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc. | Florian Fainelli | 1 | -0/+12 |
2015-07-11 | net: phy: Pass mdix ethtool setting through to phy driver | David Thomson | 1 | -0/+2 |
2015-05-27 | net: phy: Add phy_interface_is_rgmii helper | Florian Fainelli | 1 | -0/+11 |
2015-05-14 | net: phy: Add phy_ignore_ta_mask to account for broken turn-around | Florian Fainelli | 1 | -0/+3 |
2015-01-27 | net: phy: keep track of the PHY suspend state | Florian Fainelli | 1 | -0/+2 |
2015-01-27 | net: phy: document has_fixups field | Florian Fainelli | 1 | -0/+1 |
2015-01-07 | ethtool: Extend ethtool plugin module eeprom API to phylib | Ed Swierk | 1 | -0/+9 |
2014-11-21 | net: phy: add static data field to struct phy_driver | Johan Hovold | 1 | -0/+2 |
2014-11-12 | net: phy: add module_phy_driver macro | Johan Hovold | 1 | -0/+24 |
2014-08-23 | net: phy: export phy_{read,write}_mmd_indirect | Florian Fainelli | 1 | -0/+27 |
2014-07-31 | net: libphy: Add phy specific function to access mmd phy registers | Vince Bridgers | 1 | -0/+18 |
2014-06-22 | net: phylib: add link_change_notify callback to phy device | Daniel Mack | 1 | -0/+9 |
2014-05-03 | mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free | Grygorii Strashko | 1 | -0/+7 |
2014-04-21 | net: phy: export genphy_config_init() | Daniel Mack | 1 | -0/+1 |
2014-04-16 | net: phy: add minimal support for QSGMII PHY | Thomas Petazzoni | 1 | -0/+3 |
2014-02-18 | net: phy: allow PHY drivers to implement their own software reset | Florian Fainelli | 1 | -0/+5 |
2014-02-18 | net: phy: move PHY software reset to genphy_soft_reset | Florian Fainelli | 1 | -0/+1 |
2014-02-14 | net: phy: add MoCA PHY type | Florian Fainelli | 1 | -0/+3 |
2014-02-13 | net: phy: add "has_fixups" boolean property | Florian Fainelli | 1 | -0/+1 |
2014-02-13 | net: phy: re-design phy_modes to be self-contained | Florian Fainelli | 1 | -0/+42 |
2014-02-13 | net: phy: allow driver to implement their own aneg_done | Florian Fainelli | 1 | -0/+3 |