summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin2016-03-251-0/+4
* net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias2016-03-231-0/+4
* at803x: fix reset handlingSergei Shtylyov2016-03-231-3/+3
* mdio-sun4i: oops in error handling in probeDan Carpenter2016-03-211-1/+3
* phy: mdio-thunder: Fix some Kconfig typosAndreas Färber2016-03-191-2/+2
* phy: mdio-cavium: Add missing MODULE_* annotations.David Daney2016-03-171-0/+4
* phy: fixed: Fix removal of phys.Andrew Lunn2016-03-141-2/+9
* phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.David Daney2016-03-143-0/+166
* phy: mdio-octeon: Refactor into two files/modulesDavid Daney2016-03-145-268/+292
* at803x: fix suspend/resume for SGMII linkZefir Kurtisi2016-03-141-0/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+27
|\
| * phy: micrel: Disable auto negotiation on startupAlexandre Belloni2016-03-011-0/+11
| * phy: micrel: Ensure interrupts are reenabled on resumeAlexandre Belloni2016-03-011-1/+16
* | phy: marvell: Fix 88E1510 initializationClemens Gruber2016-02-251-35/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-233-40/+15Star
|\|
| * phy: marvell: Fix and unify reg-init behaviorClemens Gruber2016-02-171-2/+13
| * phy: keep pause flags in phy driver featuresWoojung.Huh@microchip.com2016-02-171-1/+1
| * net: phy: bcm7xxx: Remove wildcard entriesFlorian Fainelli2016-02-161-31/+0Star
| * net: phy: bcm7xxx: Fix bcm7xxx_config_init() checkFlorian Fainelli2016-02-161-4/+0Star
| * net: phy: bcm7xxx: Fix 40nm EPHY featuresFlorian Fainelli2016-02-161-3/+3
| * net: phy: bcm7xxx: Fix shadow mode 2 disablingFlorian Fainelli2016-02-161-1/+1
* | phy: marvell/micrel: Fix Unpossible conditionAndrew Lunn2016-02-202-9/+10
* | net: phy: dp83848: Fix sysfs naming collision warningAndrew F. Davis2016-02-181-1/+1
* | net: phy: Add SGMII support for Marvell 88E1510/1512/1514/1518Stefan Roese2016-02-181-0/+41
* | net: phy: spi_ks8995: include linux/gpio/consumer.hArnd Bergmann2016-02-171-1/+1
* | net: phy: bcm7xxx: Reduce boilerplate code for 40nm EPHYFlorian Fainelli2016-02-161-36/+18Star
* | net: phy: bcm7xxx: Make MII_BCM7XX_64CLK_MDIO naming consistentFlorian Fainelli2016-02-161-2/+2
* | net: phy: dp83848: Add comments for register definitionsAndrew F. Davis2016-02-111-2/+2
* | net: phy: dp83848: Add support for TI TLK10x Ethernet PHYsAndrew F. Davis2016-02-111-0/+3
* | net: phy: dp83848: Reorganize code for readability and safetyAndrew F. Davis2016-02-111-13/+20
* | net: phy: dp83848: Add PHY ID for TI version of DP83848CAndrew F. Davis2016-02-111-3/+6
* | net: phy: dp83848: Add macro for dp83848 compatible devicesAndrew F. Davis2016-02-111-19/+22
* | net: phy: spi_ks8995: add support for MICREL KSZ8795CLXHelmut Buchsbaum2016-02-111-0/+29
* | net: phy: spi_ks8995: generalize creation of SPI commandsHelmut Buchsbaum2016-02-111-11/+35
* | net: phy: spi_ks8995: add support for resetting switch using GPIOHelmut Buchsbaum2016-02-111-9/+62
* | net: phy: spi_ks8995: verify chip and determine revisionHelmut Buchsbaum2016-02-111-38/+80
* | net: phy: spi_ks8995: introduce spi_device_id tableHelmut Buchsbaum2016-02-111-2/+40
|/
* net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-291-0/+1
* net: phy: smsc: Fix disabling energy detect modeTeresa Remmet2016-01-211-10/+44
* net: phy: Fix phy_mac_interrupt()Florian Fainelli2016-01-211-13/+18
* net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli2016-01-211-5/+10
* net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier2016-01-211-0/+17
* net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl2016-01-181-9/+23
* net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl2016-01-181-8/+11
* net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl2016-01-181-9/+54
* net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl2016-01-181-1/+1
* net: phy: turn carrier off on phy attachSjoerd Simons2016-01-151-0/+5
* phy: remove an unneeded conditionDan Carpenter2016-01-121-1/+1
* mdio_bus: NULL dereference on allocation errorDan Carpenter2016-01-121-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-121-2/+10
|\