summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: improve genphy_c45_read_linkHeiner Kallweit2019-02-072-11/+6
* net: phy: make use of new MMD accessorsHeiner Kallweit2019-02-065-94/+38
* net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko2019-02-061-13/+103
* net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-051-22/+60
* net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit2019-02-031-14/+66
* net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit2019-02-031-18/+12
* net: phy: aquantia: remove unneeded includesHeiner Kallweit2019-02-031-3/+0
* net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn2019-02-031-32/+32
* net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit2019-02-031-0/+9
* net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione2019-01-271-13/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-273-28/+5
|\
| * net: phy: Fixup GPLv2+ SPDX tags based on license textAndrew Lunn2019-01-233-28/+5
* | net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-253-16/+15
* | net: phy: start interrupts in phy_startHeiner Kallweit2019-01-251-20/+14
* | net: phy: warn if phy_start is called from invalid stateHeiner Kallweit2019-01-251-2/+9
* | net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-253-3/+1
* | net: phy: Add SDPX tag based on COPYING fileAndrew Lunn2019-01-237-34/+13
* | net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn2019-01-238-55/+16
* | net: phy: Remove redundent License text when SPDX header is presentAndrew Lunn2019-01-232-14/+0
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-2351-323/+52
* | net: phy: at803x: Disable phy delay for RGMII modeVinod Koul2019-01-231-10/+12
* | net: phy: improve phy_init_hwHeiner Kallweit2019-01-221-2/+5
* | net: phy: fix issue with loading PHY driver w/o initramfsHeiner Kallweit2019-01-221-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-219-14/+67
|\|
| * net: phy: phy driver features are mandatoryCamelia Groza2019-01-191-0/+5
| * net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni2019-01-181-0/+1
| * net: phy: add missing phy driver featuresCamelia Groza2019-01-182-0/+2
| * net: phy: Add missing features to PHY driversAndrew Lunn2019-01-173-0/+15
| * net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar2019-01-161-0/+1
| * net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn2019-01-161-1/+1
| * net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn2019-01-161-1/+34
| * net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit2019-01-161-0/+1
| * net: phy: fix too strict check in phy_start_anegHeiner Kallweit2019-01-151-12/+7
* | net: phy: remove phy_stop_interruptsHeiner Kallweit2019-01-182-19/+2
* | net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2019-01-182-2/+1
* | net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit2019-01-181-0/+3
* | net: phy: improve get_phy_idHeiner Kallweit2019-01-181-9/+2
* | net: phy: remove state PHY_CHANGELINKHeiner Kallweit2019-01-181-2/+0
* | net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit2019-01-181-32/+11
* | net: phy: check return code when requesting PHY driver moduleHeiner Kallweit2019-01-171-5/+30
* | net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli2019-01-171-2/+32
* | net: phy: don't include asm/irq.h directlyHeiner Kallweit2019-01-173-6/+0
* | net: phy: improve logging in phylibHeiner Kallweit2019-01-172-6/+3
* | net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit2019-01-171-8/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-5/+2
|\
| * net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi2018-12-191-5/+2
* | net: phy: mscc: Fix the VSC 8531/41 Chip Init sequenceRaju Lakkaraju2018-12-191-1/+54
* | net: phy: remove unused code in phy_probeHeiner Kallweit2018-12-191-2/+0
* | net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-191-0/+2
* | net: phy: improve phy state checkingHeiner Kallweit2018-12-191-13/+21