aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2019-01-15net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit1-0/+1
2019-01-15net: phy: fix too strict check in phy_start_anegHeiner Kallweit1-12/+7
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2018-12-19net: phy: mscc: Fix the VSC 8531/41 Chip Init sequenceRaju Lakkaraju1-1/+54
2018-12-18net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi1-5/+2
2018-12-18net: phy: remove unused code in phy_probeHeiner Kallweit1-2/+0
2018-12-18net: phy: print stack trace in phy_errorHeiner Kallweit1-0/+2