aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-20net: phy: Check phydev->drvFlorian Fainelli1-4/+22
2017-01-25net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven1-0/+1
2017-01-23net: phy: Avoid deadlock during phy_error()Florian Fainelli1-5/+9
2017-01-09phy state machine: failsafe leave invalid RUNNING stateZefir Kurtisi1-0/+9
2016-12-01net: phy: update the mdix_ctrl with correct value.Raju Lakkaraju1-4/+6
2016-11-29net: phy: add an option to disable EEE advertisementjbrunet1-0/+3
2016-11-15net: phy: Add phy_ethtool_nway_resetFlorian Fainelli1-0/+11
2016-11-13net: phy: expose phy_aneg_done API for use by driversLendacky, Thomas1-1/+2
2016-10-18net: phy: leds: add support for led triggers on phy link state changeZach Brown1-0/+1
2016-10-18net: phy: Create phy_supported_speeds function which lists speeds currently supported by a phydeviceZach Brown1-0/+35
2016-10-18net: phy: Encapsulate actions performed during link state changes into function phy_adjust_linkZach Brown1-8/+13
2016-10-17net: phy: Use phy name when requesting the interruptAndrew Lunn1-2/+1
2016-10-17net: phy: Threaded interrupts allow some simplificationAndrew Lunn1-19/+26
2016-10-17net: phy: Use threaded IRQ, to allow IRQ from sleeping devicesAndrew Lunn1-4/+4