summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2019-02-08net: phy: consider latched link-down status in polling modeHeiner Kallweit
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-07net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit
2019-02-07net: fixed-phy: Add fixed_phy_register_with_gpiod() APIMoritz Fischer
2019-02-07net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer
2019-02-06net: phy: improve genphy_c45_read_linkHeiner Kallweit
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij
2019-02-04net: dp83640: expire old TX-skbSebastian Andrzej Siewior
2019-02-03net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit
2019-02-03net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit
2019-02-03net: phy: aquantia: remove unneeded includesHeiner Kallweit
2019-02-03net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn
2019-02-03net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit
2019-02-02Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King
2019-01-27net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit
2019-01-24net: phy: start interrupts in phy_startHeiner Kallweit
2019-01-24net: phy: warn if phy_start is called from invalid stateHeiner Kallweit
2019-01-24net: phy: start state machine in phy_start onlyHeiner Kallweit
2019-01-22net: phy: Add SDPX tag based on COPYING fileAndrew Lunn
2019-01-22net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn
2019-01-22net: phy: Fixup GPLv2+ SPDX tags based on license textAndrew Lunn
2019-01-22net: phy: Remove redundent License text when SPDX header is presentAndrew Lunn
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2019-01-22net: phy: at803x: Disable phy delay for RGMII modeVinod Koul
2019-01-22net: phy: improve phy_init_hwHeiner Kallweit
2019-01-22net: phy: fix issue with loading PHY driver w/o initramfsHeiner Kallweit
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-19net: phy: phy driver features are mandatoryCamelia Groza
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit
2019-01-18net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit
2019-01-18net: phy: improve get_phy_idHeiner Kallweit
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit
2019-01-18net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni
2019-01-17net: phy: add missing phy driver featuresCamelia Groza
2019-01-17net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit
2019-01-17net: phy: check return code when requesting PHY driver moduleHeiner Kallweit
2019-01-17net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit
2019-01-16net: phy: improve logging in phylibHeiner Kallweit
2019-01-16net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn
2019-01-15net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar
2019-01-15net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn
2019-01-15net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn
2019-01-15net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit