summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2019-05-31net: phylink: support for link gpio interruptRussell King-4/+32
2019-05-31net: phylink: remove netdev from phylink mii ioctl emulationRussell King-8/+4
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+62
2019-05-30net: phy: export phy_queue_state_machineHeiner Kallweit-3/+5
2019-05-30net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit-2/+7
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit-15/+23
2019-05-30net: phy: sfp: enable i2c-bus detection on ACPI based systemsRuslan Babayev-8/+27
2019-05-29net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()Marek Vasut-22/+2
2019-05-29net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei-60/+77
2019-05-29net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei-5/+20
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei-9/+17
2019-05-29net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei-18/+32
2019-05-29net: phy: Add phy_standalone sysfs entryIoana Ciornei-0/+22
2019-05-29net: phy: Check against net_device being NULLIoana Ciornei-0/+6
2019-05-29net: phy: Guard against the presence of a netdevIoana Ciornei-10/+23
2019-05-29net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean-17/+26
2019-05-29net: phy: dp83867: Set up RGMII TX delayMax Uvarov-3/+1
2019-05-29net: phy: dp83867: do not call config_init twiceMax Uvarov-1/+1
2019-05-29net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov-0/+18
2019-05-29net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov-0/+17
2019-05-29net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King-0/+13
2019-05-29net: phylink: ensure consistent phy interface modeRussell King-3/+7
2019-05-26net: phy: bcm87xx: improve bcm87xx_config_init and feature detectionHeiner Kallweit-12/+8
2019-05-26net: phy: tja11xx: Add TJA11xx PHY driverMarek Vasut-0/+430
2019-05-24net: phy: aquantia: add USXGMII support and warn if XGMII mode is setHeiner Kallweit-0/+8
2019-05-23net: phy: lxt: Add suspend/resume support to LXT971 and LXT973.Christophe Leroy-0/+6
2019-05-22net: phy: Make phy_basic_t1_features use base100t1.Andrew Lunn-1/+1
2019-05-22net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn-1/+3
2019-05-22net: phy: dp83867: Allocate state struct in probeTrent Piepho-14/+19
2019-05-22net: phy: dp83867: Validate FIFO depth propertyTrent Piepho-2/+15
2019-05-22net: phy: dp83867: IO impedance is not dependent on RGMII delayTrent Piepho-10/+9
2019-05-22net: phy: dp83867: Use unsigned variables to store unsigned propertiesTrent Piepho-3/+3
2019-05-22net: phy: dp83867: Rework delay rgmii delay handlingTrent Piepho-12/+66
2019-05-22net: phy: dp83867: Add ability to disable output clockTrent Piepho-9/+28
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-22/+15
2019-05-21net: phylink: ensure inband AN works correctlyRussell King-22/+15
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+2
2019-05-16net: phy: aquantia: readd XGMII support for AQR107Madalin-cristian Bucur-0/+1
2019-05-13net: meson: fixup g12a glue ephy idJerome Brunet-1/+1
2019-05-13net: phy: realtek: Replace phy functions with non-locked version in rtl8211e_...Kunihiko Hayashi-3/+3
2019-05-11net: phy: realtek: fix double page ops in generic Realtek driverHeiner Kallweit-2/+0
2019-05-10net: phy: realtek: add missing page operationsHeiner Kallweit-0/+12
2019-05-08net: phy: realtek: Change TX-delay setting for RGMII modes onlySerge Semin-4/+15
2019-05-08net: phy: realtek: Add rtl8211e rx/tx delays configSerge Semin-0/+51
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+7
2019-05-07net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit-1/+27
2019-05-05net: phy: fix phy_validate_pauseHeiner Kallweit-4/+7
2019-05-04net: phy: improve resuming from hibernationHeiner Kallweit-6/+1