summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: export genphy_config_eee_advertHeiner Kallweit2019-02-211-1/+2
* net: phy: don't use 10BaseT/half as default in genphy_read_statusHeiner Kallweit2019-02-211-2/+2
* net: phy: remove orphaned register read in genphy_read_statusHeiner Kallweit2019-02-211-4/+0
* net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit2019-02-171-23/+1
* net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier2019-02-131-28/+0
* net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier2019-02-131-53/+0
* net: phy: simplify genphy_config_eee_advertHeiner Kallweit2019-02-121-21/+6
* net: phy: use phy_modify_changed in genphy_config_advertHeiner Kallweit2019-02-101-28/+15
* net: phy: Add support for asking the PHY its abilitiesAndrew Lunn2019-02-091-16/+15
* net: phy: probe the PHY before determining the supported featuresAndrew Lunn2019-02-091-11/+13
* net: phy: remove unneeded masking of PHY register read resultsHeiner Kallweit2019-02-091-6/+6
* net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkgHeiner Kallweit2019-02-081-0/+3
* net: phy: don't double-read link status register if link is upHeiner Kallweit2019-02-081-1/+5
* net: phy: consider latched link-down status in polling modeHeiner Kallweit2019-02-081-4/+9
* net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-241-2/+2
* net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-241-1/+0
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-6/+1
* 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-211-0/+17
|\
| * net: phy: phy driver features are mandatoryCamelia Groza2019-01-191-0/+5
| * net: phy: Add missing features to PHY driversAndrew Lunn2019-01-161-0/+12
* | net: phy: remove phy_stop_interruptsHeiner Kallweit2019-01-181-2/+2
* | net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2019-01-181-2/+0
* | 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: 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-161-2/+0
* | net: phy: improve logging in phylibHeiner Kallweit2019-01-161-2/+2
* | net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit2019-01-161-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-181-5/+2
| * phy: Revert toggling reset changes.David S. Miller2018-12-041-6/+5
| * net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda2018-12-031-5/+6
| * net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-11/+8
* | net: phy: remove unused code in phy_probeHeiner Kallweit2018-12-181-2/+0
* | net: mii: Add mii_lpa_mod_linkmode_lpa_tAndrew Lunn2018-12-051-1/+1
* | net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn2018-12-051-2/+2
* | net: phy: Also request modules for C45 IDsJose Abreu2018-12-031-1/+15
* | net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-28/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-0/+8
|\|
| * net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit2018-11-271-0/+8
* | net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit2018-11-161-1/+1
* | net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-4/+4
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-60/+115
* | net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit2018-11-111-1/+0
* | net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit2018-11-111-2/+6
|/
* net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn2018-10-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-3/+9
|\