aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-25net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin1-0/+4
2016-03-23net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias1-0/+4
2016-03-23at803x: fix reset handlingSergei Shtylyov1-3/+3
2016-03-21mdio-sun4i: oops in error handling in probeDan Carpenter1-1/+3
2016-03-18phy: mdio-thunder: Fix some Kconfig typosAndreas Färber1-2/+2
2016-03-16phy: mdio-cavium: Add missing MODULE_* annotations.David Daney1-0/+4
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn1-2/+9
2016-03-14phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.David Daney3-0/+166
2016-03-14phy: mdio-octeon: Refactor into two files/modulesDavid Daney5-268/+292
2016-03-13at803x: fix suspend/resume for SGMII linkZefir Kurtisi1-0/+26
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+27
2016-03-01phy: micrel: Disable auto negotiation on startupAlexandre Belloni1-0/+11
2016-03-01phy: micrel: Ensure interrupts are reenabled on resumeAlexandre Belloni1-1/+16
2016-02-25phy: marvell: Fix 88E1510 initializationClemens Gruber1-35/+35
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-40/+15
2016-02-19phy: marvell/micrel: Fix Unpossible conditionAndrew Lunn2-9/+10
2016-02-18net: phy: dp83848: Fix sysfs naming collision warningAndrew F. Davis1-1/+1
2016-02-18net: phy: Add SGMII support for Marvell 88E1510/1512/1514/1518Stefan Roese1-0/+41
2016-02-17phy: marvell: Fix and unify reg-init behaviorClemens Gruber1-2/+13
2016-02-17phy: keep pause flags in phy driver featuresWoojung.Huh@microchip.com1-1/+1
2016-02-16net: phy: spi_ks8995: include linux/gpio/consumer.hArnd Bergmann1-1/+1
2016-02-16net: phy: bcm7xxx: Reduce boilerplate code for 40nm EPHYFlorian Fainelli1-36/+18
2016-02-16net: phy: bcm7xxx: Make MII_BCM7XX_64CLK_MDIO naming consistentFlorian Fainelli1-2/+2
2016-02-16net: phy: bcm7xxx: Remove wildcard entriesFlorian Fainelli1-31/+0
2016-02-16net: phy: bcm7xxx: Fix bcm7xxx_config_init() checkFlorian Fainelli1-4/+0
2016-02-16net: phy: bcm7xxx: Fix 40nm EPHY featuresFlorian Fainelli1-3/+3
2016-02-16net: phy: bcm7xxx: Fix shadow mode 2 disablingFlorian Fainelli1-1/+1
2016-02-11net: phy: dp83848: Add comments for register definitionsAndrew F. Davis1-2/+2
2016-02-11net: phy: dp83848: Add support for TI TLK10x Ethernet PHYsAndrew F. Davis1-0/+3
2016-02-11net: phy: dp83848: Reorganize code for readability and safetyAndrew F. Davis1-13/+20
2016-02-11net: phy: dp83848: Add PHY ID for TI version of DP83848CAndrew F. Davis1-3/+6
2016-02-11net: phy: dp83848: Add macro for dp83848 compatible devicesAndrew F. Davis1-19/+22
2016-02-11net: phy: spi_ks8995: add support for MICREL KSZ8795CLXHelmut Buchsbaum1-0/+29
2016-02-11net: phy: spi_ks8995: generalize creation of SPI commandsHelmut Buchsbaum1-11/+35
2016-02-11net: phy: spi_ks8995: add support for resetting switch using GPIOHelmut Buchsbaum1-9/+62
2016-02-11net: phy: spi_ks8995: verify chip and determine revisionHelmut Buchsbaum1-38/+80
2016-02-11net: phy: spi_ks8995: introduce spi_device_id tableHelmut Buchsbaum1-2/+40
2016-01-28net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+1
2016-01-21net: phy: smsc: Fix disabling energy detect modeTeresa Remmet1-10/+44
2016-01-21net: phy: Fix phy_mac_interrupt()Florian Fainelli1-13/+18
2016-01-21net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli1-5/+10
2016-01-20net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier1-0/+17
2016-01-17net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl1-9/+23
2016-01-17net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl1-8/+11
2016-01-17net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl1-9/+54
2016-01-17net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl1-1/+1
2016-01-15net: phy: turn carrier off on phy attachSjoerd Simons1-0/+5
2016-01-12phy: remove an unneeded conditionDan Carpenter1-1/+1
2016-01-12mdio_bus: NULL dereference on allocation errorDan Carpenter1-5/+6
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10