summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2019-03-25net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit
2019-02-21net: phy: export genphy_config_eee_advertHeiner Kallweit
2019-02-21net: phy: don't use 10BaseT/half as default in genphy_read_statusHeiner Kallweit
2019-02-21net: phy: remove orphaned register read in genphy_read_statusHeiner Kallweit
2019-02-17net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier
2019-02-12net: phy: simplify genphy_config_eee_advertHeiner Kallweit
2019-02-10net: phy: use phy_modify_changed in genphy_config_advertHeiner Kallweit
2019-02-09net: phy: Add support for asking the PHY its abilitiesAndrew Lunn
2019-02-09net: phy: probe the PHY before determining the supported featuresAndrew Lunn
2019-02-09net: phy: remove unneeded masking of PHY register read resultsHeiner Kallweit
2019-02-08net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkgHeiner Kallweit
2019-02-08net: phy: don't double-read link status register if link is upHeiner Kallweit
2019-02-08net: phy: consider latched link-down status in polling modeHeiner Kallweit
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit
2019-01-24net: phy: start state machine in phy_start onlyHeiner Kallweit
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2019-01-22net: phy: improve phy_init_hwHeiner Kallweit
2019-01-22net: phy: fix issue with loading PHY driver w/o initramfsHeiner Kallweit
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-19net: phy: phy driver features are mandatoryCamelia Groza
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit
2019-01-18net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit
2019-01-18net: phy: improve get_phy_idHeiner Kallweit
2019-01-17net: phy: check return code when requesting PHY driver moduleHeiner Kallweit
2019-01-17net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit
2019-01-16net: phy: improve logging in phylibHeiner Kallweit
2019-01-16net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-18net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi
2018-12-18net: phy: remove unused code in phy_probeHeiner Kallweit
2018-12-05net: mii: Add mii_lpa_mod_linkmode_lpa_tAndrew Lunn
2018-12-05net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn
2018-12-04phy: Revert toggling reset changes.David S. Miller
2018-12-03net: phy: Also request modules for C45 IDsJose Abreu
2018-12-03net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-27net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit
2018-11-16net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit
2018-11-11net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit
2018-10-22net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn