summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* phylib: simplify NULL checksSergei Shtylyov2015-08-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-4/+12
|\
| * net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King2015-08-261-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-111-0/+1
* | net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson2015-07-111-0/+2
|/
* net: phy: Utilize phy_interface_is_rgmiiFlorian Fainelli2015-05-271-2/+1Star
* 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-161-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-081-9/+9
|\
| * phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO2014-08-281-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-311-23/+38
* phy: Expand phy speed/duplex settings arrayLendacky, Thomas2014-07-161-1/+21
* net: phylib: add link_change_notify callback to phy deviceDaniel Mack2014-06-221-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/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-5/+6
|\
| * phy: fix compiler array bounds warning on settings[]Bjorn Helgaas2014-03-061-5/+6
* | net: phy: update port type for MoCA PHYsFlorian Fainelli2014-02-141-1/+4
* | net: phy: fix phy_{clear,config}_interrupt comment typosFlorian Fainelli2014-02-131-2/+2
* | net: phy: allow driver to implement their own aneg_doneFlorian Fainelli2014-02-131-3/+6
* | net: phy: add genphy_aneg_done()Florian Fainelli2014-02-131-3/+1Star
* | net: phy: display human readable PHY speed settingsFlorian Fainelli2014-02-131-2/+22
* | net: phy: update phy_print_status to show pause settingsFlorian Fainelli2014-02-131-2/+4
* | net: phy: use network device in phy_print_statusFlorian Fainelli2014-02-131-3/+2Star
|/
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-4/+2Star
|\
| * phy: IRQ cannot be sharedSergei Shtylyov2013-12-301-4/+2Star
* | phylib: remove unused adjust_state() callbackSergei Shtylyov2014-01-051-14/+3Star
* | phy: kill excess empty linesSergei Shtylyov2014-01-051-14/+0Star
* | phy: kill excess codeSergei Shtylyov2014-01-051-14/+5Star
* | phy: kill useless local variablesSergei Shtylyov2014-01-051-39/+16Star
* | phy: coding style fixesSergei Shtylyov2014-01-051-46/+36Star
* | net: phy: fix checkpatch errorsFlorian Fainelli2013-12-181-132/+132
* | net: phy: suspend phydev when going to HALTEDSebastian Hesselbarth2013-12-171-1/+5
* | net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli2013-12-101-2/+3
* | net: phy: use phy_init_hw instead of open-coding itFlorian Fainelli2013-12-101-5/+2Star
* | net: phy: report link partner features through ethtoolFlorian Fainelli2013-12-101-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-10/+16
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-061-1/+1
| |\