summaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
AgeCommit message (Expand)Author
2019-01-19net: phy: phy driver features are mandatoryCamelia Groza
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn
2018-12-27phy.h: fix obvious errors in doc and kerneldoc contentRobert P. J. Day
2018-12-18net: phy: improve phy state checkingHeiner 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: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit
2018-11-11net: phy: add macros for PHYID matchingHeiner Kallweit
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit
2018-11-08net: phy: remove state PHY_ANHeiner Kallweit
2018-11-07net: phy: make phy_trigger_machine staticHeiner Kallweit
2018-10-01net: phy: improve handling delayed workHeiner Kallweit
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn
2018-10-01net: phy: Add phydev_info()Andrew Lunn
2018-10-01net: phy: Add phydev_warn()Andrew Lunn
2018-10-01net: phy: Move linkmode helpers to somewhere publicAndrew Lunn
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn
2018-07-25net: phy: add helper phy_polling_modeHeiner Kallweit
2018-07-16net: phy: add phy_speed_down and phy_speed_upHeiner Kallweit
2018-05-24net: phy: replace bool members in struct phy_device with bit-fieldsHeiner Kallweit
2018-04-28net: phy: Fix modular PHYLIB buildFlorian Fainelli
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22net: phy: Add general dummy stubs for MMD register accessKevin Hao
2018-03-12net: phy: Tell caller result of phy_change()Brad Mouring
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-01net: phy: Export gen10g_* functionsFlorian Fainelli
2018-02-27net: phy: Restore phy_resume() locking assumptionAndrew Lunn
2018-01-16phy: add helpers for setting/clearing bits in PHY registersHeiner Kallweit
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit
2018-01-03net: phy: add phy_modify() accessorRussell King
2018-01-03net: phy: add paged phy register accessorsRussell King
2018-01-03net: phy: add unlocked accessorsRussell King
2018-01-02net: phy: add helper to convert negotiation result to phy settingsRussell King
2018-01-02net: phy: marvell10g: add MDI swap reportingRussell King
2017-12-13phylib: add reset after clk enable supportRichard Leitner
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov
2017-12-05phy: add phy_interface_mode_is_8023z() helperRussell King
2017-12-04net: phy: core: remove now uneeded disabling of interruptsHeiner Kallweit
2017-12-01net: phy: core: use genphy version of callbacks read_status and config_aneg p...Heiner Kallweit
2017-11-30net: phy: harmonize phy_id{,_mask} data typeRichard Leitner
2017-11-08net: phy: leds: Add support for "link" triggerMaciej S. Szmigiero