summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Keep reporting transceiver typeFlorian Fainelli2020-01-291-1/+2
* net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_privHeiner Kallweit2018-07-281-1/+1
* net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King2018-04-131-0/+6
* net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit2018-03-111-1/+1
* Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli2017-09-201-3/+0
* phy state machine: failsafe leave invalid RUNNING stateZefir Kurtisi2017-08-111-0/+9
* net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli2017-08-111-0/+3
* net: phy: add an option to disable EEE advertisementjbrunet2017-07-051-0/+3
* net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov2017-05-031-4/+36
* net: phy: handle state correctly in phy_stop_machineNathan Sullivan2017-05-031-1/+1
* net: phy: Avoid deadlock during phy_error()Florian Fainelli2017-03-221-5/+9
* net: phy: Trigger state machine on state change and not polling.Andrew Lunn2016-10-131-2/+20
* Revert "phy: IRQ cannot be shared"Xander Huff2016-08-251-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-3/+5
|\
| * net: phylib: fix interrupts re-enablement in phy_startShaohui Xie2016-05-101-3/+5
* | net: phy: add phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-101-0/+24
* | phy: add generic function to support ksetting supportPhilippe Reynes2016-04-181-0/+81
|/
* net: phy: Fix phy_mac_interrupt()Florian Fainelli2016-01-211-13/+18
* net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli2016-01-211-5/+10
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-12/+13
* phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn2016-01-071-22/+14
* phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn2016-01-071-2/+3
* net: phy: reset only targeted phyJérôme Pouiller2015-12-031-1/+2
* net: phy: Use interrupts when available in NOLINK stateAndrew Lunn2015-11-171-0/+3
* phylib: simplify NULL checksSergei Shtylyov2015-08-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-271-4/+12
|\
| * net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King2015-08-251-4/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-211-4/+12
|\ \ | |/
| * net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie2015-08-171-4/+12
* | net: phy: Support setting polarity in marvell phy driverDavid Thomson2015-07-101-0/+1
* | net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson2015-07-101-0/+2
|/
* net: phy: Utilize phy_interface_is_rgmiiFlorian Fainelli2015-05-271-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-15/+19
|\
| * net: phy: Make sure phy_start() always re-enables the phy interruptsTim Beale2015-05-201-13/+16
| * net: phy: Make sure PHY_RESUMING state change is always processedTim Beale2015-05-161-1/+1
| * net: phy: Allow EEE for all RGMII variantsFlorian Fainelli2015-05-151-3/+4
* | net: phy: Add state machine state transitions debug printsFlorian Fainelli2015-05-161-0/+31
|/
* net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck2015-02-201-3/+20
* net: phy: Invalidate LP advertising flags when restarting or disabling ANBen Hutchings2015-01-271-0/+3
* net: phy: Correctly handle MII ioctl which changes autonegotiation.Brian Hill2014-11-111-12/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-9/+9
|\
| * phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO2014-08-271-9/+9
* | net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli2014-08-231-2/+4
* | net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli2014-08-231-2/+4
|/
* net: libphy: Add phy specific function to access mmd phy registersVince Bridgers2014-07-301-23/+38
* phy: Expand phy speed/duplex settings arrayLendacky, Thomas2014-07-151-1/+21
* net: phylib: add link_change_notify callback to phy deviceDaniel Mack2014-06-211-0/+3
* net: phy: resume phydev when going to RESUMINGZhangfei Gao2014-05-161-7/+9
* net phy: Check for aneg completion before setting state to PHY_RUNNINGBalakumaran Kannan2014-05-021-0/+11
* net phylib: Remove unnecessary condition check in phyBalakumaran Kannan2014-04-091-5/+1