summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2016-11-15net: phy: Add phy_ethtool_nway_resetFlorian Fainelli
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14mdio: Demote print from info to debug in mdio_driver_registerFlorian Fainelli
2016-11-13net: phy: marvell: optimize logic for page changing during initUwe Kleine-König
2016-11-13net: phy: expose phy_aneg_done API for use by driversLendacky, Thomas
2016-11-09ptp: dp83640: Use the high resolution frequency method.Richard Cochran
2016-11-09net: phy: Add Meson GXL Internal PHY driverNeil Armstrong
2016-11-09net: mdio-mux-mmioreg: Add support for 16bit and 32bit register sizesNeil Armstrong
2016-11-07phy: fix device reference leaksJohan Hovold
2016-11-07net: phy: broadcom: Add BCM54810 PHY entryJon Mason
2016-11-07net: phy: broadcom: add bcm54xx_auxctl_readJon Mason
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29net: phy: Add support for Microsemi VSC 8530/40 Fast Ethernet PHYRaju Lakkaraju
2016-10-29net: phy: dp83848: add dp83822 PHY supportRoger Quadros
2016-10-29net: phy: at803x: Add a definition for PHY ID maskFabio Estevam
2016-10-27at803x: double check SGMII side autonegZefir Kurtisi
2016-10-27Revert "at803x: fix suspend/resume for SGMII link"Zefir Kurtisi
2016-10-26net: phy: broadcom: Add support for BCM54612EXo Wang
2016-10-20net: phy: aquantia: add PHY ID of AQR106 and AQR107Shaohui Xie
2016-10-18net: phy: leds: add support for led triggers on phy link state changeZach Brown
2016-10-18net: phy: Create phy_supported_speeds function which lists speeds currently s...Zach Brown
2016-10-18net: phy: Encapsulate actions performed during link state changes into functi...Zach Brown
2016-10-18net: phy: dp83867: add support for MAC impedance configurationMugunthan V N
2016-10-17net: phy: Use phy name when requesting the interruptAndrew Lunn
2016-10-17net: phy: Threaded interrupts allow some simplificationAndrew Lunn
2016-10-17net: phy: Use threaded IRQ, to allow IRQ from sleeping devicesAndrew Lunn
2016-10-14net: phy: Cleanup the Edge-Rate feature in Microsemi PHYs.Allan W. Nielsen
2016-10-13net: phy: Trigger state machine on state change and not polling.Andrew Lunn
2016-10-06drivers: net: phy: Correct duplicate MDIO_XGENE entryLaura Abbott
2016-10-06net: phy: Add Wake-on-LAN driver for Microsemi PHYs.Raju Lakkaraju
2016-10-05phy: micrel.c: Enable ksz9031 energy-detect power-down modeMike Looijmans
2016-10-04net: phy: Add Edge-rate driver for Microsemi PHYs.Raju Lakkaraju
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-20net: phy: Add MAC-IF driver for Microsemi PHYs.Raju Lakkaraju
2016-09-19phy: mark lan88xx_suspend() staticBaoyou Xie
2016-09-13drivers: net: phy: xgene: Fix 'remove' functionChristophe Jaillet
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-09drivers: net: phy: mdio-xgene: Add hardware dependencyJean Delvare
2016-09-09net: phy: Fixed checkpatch errors for Microsemi PHYs.Raju Lakkaraju
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-25Revert "phy: IRQ cannot be shared"Xander Huff
2016-08-23net: phy: xgmiitorgmii: Fix non static symbol warningWei Yongjun
2016-08-23phy: micrel: Reenable interrupts during resume for ksz9031Xander Huff
2016-08-22net: phy: Add missing of_node_put() in xgmiitorgmii_probe()Wei Yongjun
2016-08-19net: phy: Kconfig: Remove redundant "Support for"Andrew Lunn
2016-08-19net: phy: Sort Makefile and KconfigAndrew Lunn
2016-08-18net: phy: Update copyright infoAppana Durga Kedareswara Rao
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-15net: phy: Fix return value check in xgmiitorgmii_probe()Wei Yongjun
2016-08-13net: phy: initialize rc to zero to avoid returning garbage valueColin Ian King