summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione2019-01-271-13/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-273-28/+5Star
|\
| * net: phy: Fixup GPLv2+ SPDX tags based on license textAndrew Lunn2019-01-233-28/+5Star
* | net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-253-16/+15Star
* | net: phy: start interrupts in phy_startHeiner Kallweit2019-01-251-20/+14Star
* | 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/+1Star
* | net: phy: Add SDPX tag based on COPYING fileAndrew Lunn2019-01-237-34/+13Star
* | net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn2019-01-238-55/+16Star
* | net: phy: Remove redundent License text when SPDX header is presentAndrew Lunn2019-01-232-14/+0Star
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-2351-323/+52Star
* | 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/+7Star
* | net: phy: remove phy_stop_interruptsHeiner Kallweit2019-01-182-19/+2Star
* | net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2019-01-182-2/+1Star
* | 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/+2Star
* | net: phy: remove state PHY_CHANGELINKHeiner Kallweit2019-01-181-2/+0Star
* | net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit2019-01-181-32/+11Star
* | 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/+0Star
* | net: phy: improve logging in phylibHeiner Kallweit2019-01-172-6/+3Star
* | net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit2019-01-171-8/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-5/+2Star
|\
| * net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi2018-12-191-5/+2Star
* | 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/+0Star
* | net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-191-0/+2
* | net: phy: improve phy state checkingHeiner Kallweit2018-12-191-13/+21
* | Fixed PHY: Add fixed_phy_change_carrier()Joakim Tjernlund2018-12-171-1/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-1/+1
|\|
| * phy: Revert toggling reset changes.David S. Miller2018-12-042-14/+5Star
| * net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda2018-12-041-0/+8
| * net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda2018-12-041-5/+6
| * net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-11/+8Star
| * net: phy: sfp: correct store of detected link modesBaruch Siach2018-11-291-1/+1
* | net: phy: mdio-gpio: Add phy_ignore_ta_mask to platform dataAndrew Lunn2018-12-091-1/+3
* | net: phy: mdio-gpio: Add platform_data support for phy_maskAndrew Lunn2018-12-091-0/+5