summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2016-05-10net: phylib: fix interrupts re-enablement in phy_startShaohui Xie-3/+5
2016-04-28net: phy: at803x: only the AT8030 needs a hardware reset on link changeTimur Tabi-22/+18
2016-04-21net: phy: spi_ks8895: Don't leak references to SPI devicesMark Brown-1/+1
2016-03-25net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin-0/+4
2016-03-23net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias-0/+4
2016-03-23at803x: fix reset handlingSergei Shtylyov-3/+3
2016-03-21mdio-sun4i: oops in error handling in probeDan Carpenter-1/+3
2016-03-18phy: mdio-thunder: Fix some Kconfig typosAndreas Färber-2/+2
2016-03-16phy: mdio-cavium: Add missing MODULE_* annotations.David Daney-0/+4
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn-2/+9
2016-03-14phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.David Daney-0/+166
2016-03-14phy: mdio-octeon: Refactor into two files/modulesDavid Daney-268/+292
2016-03-13at803x: fix suspend/resume for SGMII linkZefir Kurtisi-0/+26
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+27
2016-03-01phy: micrel: Disable auto negotiation on startupAlexandre Belloni-0/+11
2016-03-01phy: micrel: Ensure interrupts are reenabled on resumeAlexandre Belloni-1/+16
2016-02-25phy: marvell: Fix 88E1510 initializationClemens Gruber-35/+35
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-40/+15
2016-02-19phy: marvell/micrel: Fix Unpossible conditionAndrew Lunn-9/+10
2016-02-18net: phy: dp83848: Fix sysfs naming collision warningAndrew F. Davis-1/+1
2016-02-18net: phy: Add SGMII support for Marvell 88E1510/1512/1514/1518Stefan Roese-0/+41
2016-02-17phy: marvell: Fix and unify reg-init behaviorClemens Gruber-2/+13
2016-02-17phy: keep pause flags in phy driver featuresWoojung.Huh@microchip.com-1/+1
2016-02-16net: phy: spi_ks8995: include linux/gpio/consumer.hArnd Bergmann-1/+1
2016-02-16net: phy: bcm7xxx: Reduce boilerplate code for 40nm EPHYFlorian Fainelli-36/+18
2016-02-16net: phy: bcm7xxx: Make MII_BCM7XX_64CLK_MDIO naming consistentFlorian Fainelli-2/+2
2016-02-16net: phy: bcm7xxx: Remove wildcard entriesFlorian Fainelli-31/+0
2016-02-16net: phy: bcm7xxx: Fix bcm7xxx_config_init() checkFlorian Fainelli-4/+0
2016-02-16net: phy: bcm7xxx: Fix 40nm EPHY featuresFlorian Fainelli-3/+3
2016-02-16net: phy: bcm7xxx: Fix shadow mode 2 disablingFlorian Fainelli-1/+1
2016-02-11net: phy: dp83848: Add comments for register definitionsAndrew F. Davis-2/+2
2016-02-11net: phy: dp83848: Add support for TI TLK10x Ethernet PHYsAndrew F. Davis-0/+3
2016-02-11net: phy: dp83848: Reorganize code for readability and safetyAndrew F. Davis-13/+20
2016-02-11net: phy: dp83848: Add PHY ID for TI version of DP83848CAndrew F. Davis-3/+6
2016-02-11net: phy: dp83848: Add macro for dp83848 compatible devicesAndrew F. Davis-19/+22
2016-02-11net: phy: spi_ks8995: add support for MICREL KSZ8795CLXHelmut Buchsbaum-0/+29
2016-02-11net: phy: spi_ks8995: generalize creation of SPI commandsHelmut Buchsbaum-11/+35
2016-02-11net: phy: spi_ks8995: add support for resetting switch using GPIOHelmut Buchsbaum-9/+62
2016-02-11net: phy: spi_ks8995: verify chip and determine revisionHelmut Buchsbaum-38/+80
2016-02-11net: phy: spi_ks8995: introduce spi_device_id tableHelmut Buchsbaum-2/+40
2016-01-28net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger-0/+1
2016-01-21net: phy: smsc: Fix disabling energy detect modeTeresa Remmet-10/+44
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-20net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier-0/+17
2016-01-17net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl-9/+23
2016-01-17net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl-8/+11
2016-01-17net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl-9/+54
2016-01-17net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl-1/+1
2016-01-15net: phy: turn carrier off on phy attachSjoerd Simons-0/+5