summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)AuthorLines
2016-01-21net: phy: Fix phy_mac_interrupt()Florian Fainelli-13/+18
2016-01-21net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli-5/+10
2016-01-07phy: Add an mdio_device structureAndrew Lunn-12/+13
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn-22/+14
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn-2/+3
2015-12-03net: phy: reset only targeted phyJérôme Pouiller-1/+2
2015-11-17net: phy: Use interrupts when available in NOLINK stateAndrew Lunn-0/+3
2015-08-28phylib: simplify NULL checksSergei Shtylyov-2/+2
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+12
2015-08-25net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King-4/+12
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+12
2015-08-17net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie-4/+12
2015-07-10net: phy: Support setting polarity in marvell phy driverDavid Thomson-0/+1
2015-07-10net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson-0/+2
2015-05-27net: phy: Utilize phy_interface_is_rgmiiFlorian Fainelli-2/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+19
2015-05-20net: phy: Make sure phy_start() always re-enables the phy interruptsTim Beale-13/+16
2015-05-16net: phy: Make sure PHY_RESUMING state change is always processedTim Beale-1/+1
2015-05-16net: phy: Add state machine state transitions debug printsFlorian Fainelli-0/+31
2015-05-15net: phy: Allow EEE for all RGMII variantsFlorian Fainelli-3/+4
2015-02-20net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck-3/+20
2015-01-27net: phy: Invalidate LP advertising flags when restarting or disabling ANBen Hutchings-0/+3
2014-11-11net: phy: Correctly handle MII ioctl which changes autonegotiation.Brian Hill-12/+24
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+9
2014-08-27phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO-9/+9
2014-08-23net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli-2/+4
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli-2/+4
2014-07-30net: libphy: Add phy specific function to access mmd phy registersVince Bridgers-23/+38
2014-07-15phy: Expand phy speed/duplex settings arrayLendacky, Thomas-1/+21
2014-06-21net: phylib: add link_change_notify callback to phy deviceDaniel Mack-0/+3
2014-05-16net: phy: resume phydev when going to RESUMINGZhangfei Gao-7/+9
2014-05-02net phy: Check for aneg completion before setting state to PHY_RUNNINGBalakumaran Kannan-0/+11
2014-04-09net phylib: Remove unnecessary condition check in phyBalakumaran Kannan-5/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+6
2014-03-06phy: fix compiler array bounds warning on settings[]Bjorn Helgaas-5/+6
2014-02-14net: phy: update port type for MoCA PHYsFlorian Fainelli-1/+4
2014-02-12net: phy: fix phy_{clear,config}_interrupt comment typosFlorian Fainelli-2/+2
2014-02-12net: phy: allow driver to implement their own aneg_doneFlorian Fainelli-3/+6
2014-02-12net: phy: add genphy_aneg_done()Florian Fainelli-3/+1
2014-02-12net: phy: display human readable PHY speed settingsFlorian Fainelli-2/+22
2014-02-12net: phy: update phy_print_status to show pause settingsFlorian Fainelli-2/+4
2014-02-12net: phy: use network device in phy_print_statusFlorian Fainelli-3/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+2
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov-14/+3
2014-01-04phy: kill excess empty linesSergei Shtylyov-14/+0
2014-01-04phy: kill excess codeSergei Shtylyov-14/+5
2014-01-04phy: kill useless local variablesSergei Shtylyov-39/+16
2014-01-04phy: coding style fixesSergei Shtylyov-46/+36
2013-12-29phy: IRQ cannot be sharedSergei Shtylyov-4/+2