summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2017-01-05phy: export phy_start_machine() for phylinkRussell King
2017-01-05phy: provide a hook for link up/link down eventsRussell King
2017-01-05net: phy: move phy_lookup_setting() to phy-coreRussell King
2017-01-05net: phy: split out PHY speed and duplex string generationRussell King
2017-01-05net: phy: improve phylib correctness for non-autoneg settingsRussell King
2017-01-05net: phy: avoid setting unsupported EEE advertismentsRussell King
2017-01-05net: phy: switch all users to phy_(read|write)_mmd()Russell King
2017-01-05net: phy: move phy MMD accessors to phy-core.cRussell King
2016-10-13net: phy: Trigger state machine on state change and not polling.Andrew Lunn
2016-08-25Revert "phy: IRQ cannot be shared"Xander Huff
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-10net: phylib: fix interrupts re-enablement in phy_startShaohui Xie
2016-05-10net: phy: add phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-04-18phy: add generic function to support ksetting supportPhilippe Reynes
2016-01-21net: phy: Fix phy_mac_interrupt()Florian Fainelli
2016-01-21net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn
2015-12-03net: phy: reset only targeted phyJérôme Pouiller
2015-11-17net: phy: Use interrupts when available in NOLINK stateAndrew Lunn
2015-08-28phylib: simplify NULL checksSergei Shtylyov
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-25net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-17net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie
2015-07-10net: phy: Support setting polarity in marvell phy driverDavid Thomson
2015-07-10net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson
2015-05-27net: phy: Utilize phy_interface_is_rgmiiFlorian Fainelli
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-20net: phy: Make sure phy_start() always re-enables the phy interruptsTim Beale
2015-05-16net: phy: Make sure PHY_RESUMING state change is always processedTim Beale
2015-05-16net: phy: Add state machine state transitions debug printsFlorian Fainelli
2015-05-15net: phy: Allow EEE for all RGMII variantsFlorian Fainelli
2015-02-20net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck
2015-01-27net: phy: Invalidate LP advertising flags when restarting or disabling ANBen Hutchings
2014-11-11net: phy: Correctly handle MII ioctl which changes autonegotiation.Brian Hill
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-27phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO
2014-08-23net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli
2014-07-30net: libphy: Add phy specific function to access mmd phy registersVince Bridgers
2014-07-15phy: Expand phy speed/duplex settings arrayLendacky, Thomas
2014-06-21net: phylib: add link_change_notify callback to phy deviceDaniel Mack
2014-05-16net: phy: resume phydev when going to RESUMINGZhangfei Gao
2014-05-02net phy: Check for aneg completion before setting state to PHY_RUNNINGBalakumaran Kannan
2014-04-09net phylib: Remove unnecessary condition check in phyBalakumaran Kannan
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-06phy: fix compiler array bounds warning on settings[]Bjorn Helgaas
2014-02-14net: phy: update port type for MoCA PHYsFlorian Fainelli