aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-20net: phy: Check phydev->drvFlorian Fainelli1-4/+22
2017-01-25net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven1-0/+1
2017-01-23net: phy: Avoid deadlock during phy_error()Florian Fainelli1-5/+9
2017-01-09phy state machine: failsafe leave invalid RUNNING stateZefir Kurtisi1-0/+9
2016-12-01net: phy: update the mdix_ctrl with correct value.Raju Lakkaraju1-4/+6
2016-11-29net: phy: add an option to disable EEE advertisementjbrunet1-0/+3
2016-11-15net: phy: Add phy_ethtool_nway_resetFlorian Fainelli1-0/+11
2016-11-13net: phy: expose phy_aneg_done API for use by driversLendacky, Thomas1-1/+2
2016-10-18net: phy: leds: add support for led triggers on phy link state changeZach Brown1-0/+1
2016-10-18net: phy: Create phy_supported_speeds function which lists speeds currently supported by a phydeviceZach Brown1-0/+35
2016-10-18net: phy: Encapsulate actions performed during link state changes into function phy_adjust_linkZach Brown1-8/+13
2016-10-17net: phy: Use phy name when requesting the interruptAndrew Lunn1-2/+1
2016-10-17net: phy: Threaded interrupts allow some simplificationAndrew Lunn1-19/+26
2016-10-17net: phy: Use threaded IRQ, to allow IRQ from sleeping devicesAndrew Lunn1-4/+4
2016-10-13net: phy: Trigger state machine on state change and not polling.Andrew Lunn1-2/+20
2016-08-25Revert "phy: IRQ cannot be shared"Xander Huff1-2/+4
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-05-10net: phylib: fix interrupts re-enablement in phy_startShaohui Xie1-3/+5
2016-05-10net: phy: add phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-0/+24
2016-04-18phy: add generic function to support ksetting supportPhilippe Reynes1-0/+81
2016-01-21net: phy: Fix phy_mac_interrupt()Florian Fainelli1-13/+18
2016-01-21net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli1-5/+10
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-12/+13
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn1-22/+14
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn1-2/+3
2015-12-03net: phy: reset only targeted phyJérôme Pouiller1-1/+2
2015-11-17net: phy: Use interrupts when available in NOLINK stateAndrew Lunn1-0/+3
2015-08-28phylib: simplify NULL checksSergei Shtylyov1-2/+2
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2015-08-25net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King1-4/+12
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2015-08-17net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie1-4/+12
2015-07-10net: phy: Support setting polarity in marvell phy driverDavid Thomson1-0/+1
2015-07-10net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson1-0/+2
2015-05-27net: phy: Utilize phy_interface_is_rgmiiFlorian Fainelli1-2/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+19
2015-05-20net: phy: Make sure phy_start() always re-enables the phy interruptsTim Beale1-13/+16
2015-05-16net: phy: Make sure PHY_RESUMING state change is always processedTim Beale1-1/+1
2015-05-16net: phy: Add state machine state transitions debug printsFlorian Fainelli1-0/+31
2015-05-15net: phy: Allow EEE for all RGMII variantsFlorian Fainelli1-3/+4
2015-02-20net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck1-3/+20
2015-01-27net: phy: Invalidate LP advertising flags when restarting or disabling ANBen Hutchings1-0/+3
2014-11-11net: phy: Correctly handle MII ioctl which changes autonegotiation.Brian Hill1-12/+24
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2014-08-27phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO1-9/+9
2014-08-23net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli1-2/+4
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli1-2/+4
2014-07-30net: libphy: Add phy specific function to access mmd phy registersVince Bridgers1-23/+38
2014-07-15phy: Expand phy speed/duplex settings arrayLendacky, Thomas1-1/+21
2014-06-21net: phylib: add link_change_notify callback to phy deviceDaniel Mack1-0/+3