aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2018-07-25net: phy: add helper phy_polling_modeHeiner Kallweit
2018-07-25net: phy: prevent PHYs w/o Clause 22 regs from calling genphy_config_anegCamelia Groza
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-21net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_privHeiner Kallweit
2018-07-16net: phy: add phy_speed_down and phy_speed_upHeiner Kallweit
2018-07-16net: phy: add helper phy_config_anegHeiner Kallweit
2018-06-03net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner 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-12net: phy: Tell caller result of phy_change()Brad Mouring
2018-03-07net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit
2018-03-07net: phy: remove phy_error from phy_disable_interruptsHeiner Kallweit
2018-02-27net: phy: Restore phy_resume() locking assumptionAndrew Lunn
2018-02-08net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-13net: phy: fix resume handlingRussell King
2017-12-04net: phy: core: don't disable device interrupts in phy_changeHeiner Kallweit
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-09-21net: phy: Keep reporting transceiver typeFlorian Fainelli
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli
2017-08-06net: phy: export phy_start_machine() for phylinkRussell King
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King
2017-08-06net: phy: allow settings table to support more than 32 link modesRussell King
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-31net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli
2017-07-31net: phy: Log only PHY state transitionsMarc Gonzalez
2017-07-27net: phy: Remove stale comments referencing timerFlorian Fainelli
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-06-09net: phy: add missing SPEED_14000Joe Perches
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-06net: phy: hook up clause 45 autonegotiation restartRussell King
2017-06-06net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King
2017-06-06net: phy: Delete unused function phy_ethtool_gsetyuval.shaia@oracle.com
2017-06-05net: phy: fix kernel-doc warningsRandy Dunlap
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov
2017-04-17net: phy: simplify phy_supported_speeds()Russell King
2017-04-17net: phy: improve phylib correctness for non-autoneg settingsRussell King
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-05phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches