summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: leds: add support for led triggers on phy link state changeZach Brown2016-10-185-0/+156
* net: phy: Create phy_supported_speeds function which lists speeds currently s...Zach Brown2016-10-181-0/+35
* net: phy: Encapsulate actions performed during link state changes into functi...Zach Brown2016-10-181-8/+13
* net: phy: dp83867: add support for MAC impedance configurationMugunthan V N2016-10-181-0/+28
* net: phy: Use phy name when requesting the interruptAndrew Lunn2016-10-171-2/+1Star
* net: phy: Threaded interrupts allow some simplificationAndrew Lunn2016-10-172-20/+27
* net: phy: Use threaded IRQ, to allow IRQ from sleeping devicesAndrew Lunn2016-10-171-4/+4
* net: phy: Cleanup the Edge-Rate feature in Microsemi PHYs.Allan W. Nielsen2016-10-141-73/+62Star
* net: phy: Trigger state machine on state change and not polling.Andrew Lunn2016-10-131-2/+20
* drivers: net: phy: Correct duplicate MDIO_XGENE entryLaura Abbott2016-10-071-7/+1Star
* net: phy: Add Wake-on-LAN driver for Microsemi PHYs.Raju Lakkaraju2016-10-071-0/+128
* phy: micrel.c: Enable ksz9031 energy-detect power-down modeMike Looijmans2016-10-061-0/+21
* net: phy: Add Edge-rate driver for Microsemi PHYs.Raju Lakkaraju2016-10-041-0/+125
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-4/+2Star
|\
| * drivers: net: phy: xgene: Fix 'remove' functionChristophe Jaillet2016-09-131-4/+2Star
* | net: phy: Add MAC-IF driver for Microsemi PHYs.Raju Lakkaraju2016-09-201-0/+51
* | phy: mark lan88xx_suspend() staticBaoyou Xie2016-09-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-0/+7
|\|
| * drivers: net: phy: mdio-xgene: Add hardware dependencyJean Delvare2016-09-101-0/+1
* | net: phy: Fixed checkpatch errors for Microsemi PHYs.Raju Lakkaraju2016-09-102-92/+92
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-302-3/+5
|\|
| * Revert "phy: IRQ cannot be shared"Xander Huff2016-08-261-2/+4
| * phy: micrel: Reenable interrupts during resume for ksz9031Xander Huff2016-08-241-1/+1
* | net: phy: xgmiitorgmii: Fix non static symbol warningWei Yongjun2016-08-241-1/+1
* | net: phy: Add missing of_node_put() in xgmiitorgmii_probe()Wei Yongjun2016-08-231-0/+1
* | net: phy: Kconfig: Remove redundant "Support for"Andrew Lunn2016-08-201-35/+35
* | net: phy: Sort Makefile and KconfigAndrew Lunn2016-08-202-250/+253
* | net: phy: Update copyright infoAppana Durga Kedareswara Rao2016-08-191-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-8/+19
|\|
| * net: phy: micrel: Add specific suspendWenyou Yang2016-08-101-8/+19
* | net: phy: Fix return value check in xgmiitorgmii_probe()Wei Yongjun2016-08-161-1/+1
* | net: phy: initialize rc to zero to avoid returning garbage valueColin Ian King2016-08-141-1/+1
* | net: phy: Add gmiitorgmii converter supportAppana Durga Kedareswara Rao2016-08-133-0/+117
* | Microsemi VSC 8531/41 PHY DriverRaju Lakkaraju2016-08-093-0/+167
|/
* phy/micrel: Change phy_id_mask for KSZ8721Alexander Stein2016-08-011-2/+2
* drivers: net: phy: xgene: Remove redundant dev_err call in xgene_mdio_probe()Wei Yongjun2016-07-311-3/+1Star
* drivers: net: phy: xgene: Add MDIO driverIyappan Subramanian2016-07-264-0/+627
* Marvell phy: add functions to suspend and resume both interfaces: fiber and c...Charles-Antoine Couret2016-07-201-2/+71
* Marvell phy: add configuration of autonegociation for fiber link.Charles-Antoine Couret2016-07-201-2/+109
* Marvell phy: add field to get errors from fiber link.Charles-Antoine Couret2016-07-201-2/+7
* Marvell phy: check link status in case of fiber link.Charles-Antoine Couret2016-07-201-12/+141
* net: Add MDIO bus driver for the Hisilicon FEMACDongpo Li2016-07-173-0/+174
* net: phy: micrel: Add KSZ8041FTL fiber mode supportPhilipp Zabel2016-07-151-2/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-4/+9
|\
| * net: phy: dp83867: Fix initialization of PHYCR registerStefan Hauser2016-07-021-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-303-37/+84
|\|
| * net: marvell: Add separate config ANEG function for Marvell 88E1111Harini Katakam2016-06-291-1/+43
| * net: phy: Manage fixed PHY address space using IDAFlorian Fainelli2016-06-291-11/+11
| * phy: marvell: fix LED configuration via marvell,reg-initClemens Gruber2016-06-141-12/+26
| * net: phy: smsc: reintroduced unconditional soft resetManfred Schlaegl2016-06-111-13/+4Star