aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08net: phy: don't double-read link status register if link is upHeiner Kallweit2-1/+7
2019-02-08net: phy: consider latched link-down status in polling modeHeiner Kallweit2-6/+17
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-19/+10
2019-02-07net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit2-17/+11
2019-02-07net: fixed-phy: Add fixed_phy_register_with_gpiod() APIMoritz Fischer1-7/+25
2019-02-07net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer1-3/+3
2019-02-06net: phy: improve genphy_c45_read_linkHeiner Kallweit2-11/+6
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit5-94/+38
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko1-13/+103
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-22/+60
2019-02-04net: dp83640: expire old TX-skbSebastian Andrzej Siewior1-3/+10
2019-02-03net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit1-14/+66
2019-02-03net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit1-18/+12
2019-02-03net: phy: aquantia: remove unneeded includesHeiner Kallweit1-3/+0
2019-02-03net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn1-32/+32
2019-02-03net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit1-0/+9
2019-02-02Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King1-16/+0
2019-01-27net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione1-13/+3
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-28/+5
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit3-16/+15
2019-01-24net: phy: start interrupts in phy_startHeiner Kallweit1-20/+14
2019-01-24net: phy: warn if phy_start is called from invalid stateHeiner Kallweit1-2/+9
2019-01-24net: phy: start state machine in phy_start onlyHeiner Kallweit3-3/+1
2019-01-22net: phy: Add SDPX tag based on COPYING fileAndrew Lunn7-34/+13
2019-01-22net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn8-55/+16
2019-01-22net: phy: Fixup GPLv2+ SPDX tags based on license textAndrew Lunn3-28/+5
2019-01-22net: phy: Remove redundent License text when SPDX header is presentAndrew Lunn2-14/+0
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn51-323/+52
2019-01-22net: phy: at803x: Disable phy delay for RGMII modeVinod Koul1-10/+12
2019-01-22net: phy: improve phy_init_hwHeiner Kallweit1-2/+5
2019-01-22net: phy: fix issue with loading PHY driver w/o initramfsHeiner Kallweit1-3/+5
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-14/+67
2019-01-19net: phy: phy driver features are mandatoryCamelia Groza1-0/+5
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit2-19/+2
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2-2/+1
2019-01-18net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit1-0/+3
2019-01-18net: phy: improve get_phy_idHeiner Kallweit1-9/+2
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit1-2/+0
2019-01-18net: phy: mdio_bus: add missing device_del() in mdiobus_register() error handlingThomas Petazzoni1-0/+1
2019-01-17net: phy: add missing phy driver featuresCamelia Groza2-0/+2
2019-01-17net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit1-32/+11
2019-01-17net: phy: check return code when requesting PHY driver moduleHeiner Kallweit1-5/+30
2019-01-17net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli1-2/+32
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit3-6/+0
2019-01-16net: phy: improve logging in phylibHeiner Kallweit2-6/+3
2019-01-16net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit1-8/+0
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn3-0/+15
2019-01-15net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar1-0/+1
2019-01-15net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn1-1/+1
2019-01-15net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn1-1/+34