aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-28net: phy: Fix modular PHYLIB buildFlorian Fainelli1-48/+0
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli1-0/+48
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-64/+63
2018-03-12net: phy: Tell caller result of phy_change()Brad Mouring1-73/+72
2018-03-07net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit1-7/+2
2018-03-07net: phy: remove phy_error from phy_disable_interruptsHeiner Kallweit1-11/+2
2018-02-27net: phy: Restore phy_resume() locking assumptionAndrew Lunn1-1/+1
2018-02-08net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit1-1/+1
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit1-7/+3
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2017-12-13net: phy: fix resume handlingRussell King1-6/+3
2017-12-04net: phy: core: don't disable device interrupts in phy_changeHeiner Kallweit1-13/+6
2017-12-04net: phy: core: remove now uneeded disabling of interruptsHeiner Kallweit1-24/+2
2017-12-01net: phy: core: use genphy version of callbacks read_status and config_aneg per defaultHeiner Kallweit1-1/+4
2017-09-21net: phy: Keep reporting transceiver typeFlorian Fainelli1-1/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2017-08-30Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli1-3/+0
2017-08-06net: phy: export phy_start_machine() for phylinkRussell King1-0/+1
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King1-22/+20
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy-coreRussell King1-129/+1
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King1-37/+1
2017-08-06net: phy: allow settings table to support more than 32 link modesRussell King1-18/+26
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-07-31net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli1-0/+3
2017-07-31net: phy: Log only PHY state transitionsMarc Gonzalez1-3/+4
2017-07-27net: phy: Remove stale comments referencing timerFlorian Fainelli1-6/+5
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-31/+32
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-0/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-5/+5
2017-06-09net: phy: add missing SPEED_14000Joe Perches1-0/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-06net: phy: hook up clause 45 autonegotiation restartRussell King1-2/+21
2017-06-06net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King1-0/+6
2017-06-06net: phy: Delete unused function phy_ethtool_gsetyuval.shaia@oracle.com1-24/+0
2017-06-05net: phy: fix kernel-doc warningsRandy Dunlap1-1/+1
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab1-0/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+36
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov1-4/+36
2017-04-17net: phy: simplify phy_supported_speeds()Russell King1-10/+4
2017-04-17net: phy: improve phylib correctness for non-autoneg settingsRussell King1-43/+66
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-05phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches1-0/+14
2017-04-01net: phy: allow EEE with any interface modeRussell King1-8/+1
2017-04-01net: phy: restart phy autonegotiation after EEE advertisment changeRussell King1-2/+19
2017-04-01net: phy: avoid setting unsupported EEE advertismentsRussell King1-5/+10
2017-03-24net: phy: handle state correctly in phy_stop_machineNathan Sullivan1-1/+1
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King1-15/+10
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King1-85/+0
2017-02-24net: phy: Add missing driver check in phy_aneg_done()Florian Fainelli1-1/+1