summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Keep reporting transceiver typeFlorian Fainelli2017-09-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+0
|\
| * Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli2017-08-301-3/+0
* | net: phy: export phy_start_machine() for phylinkRussell King2017-08-061-0/+1
* | net: phy: provide a hook for link up/link down eventsRussell King2017-08-061-22/+20
* | net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King2017-08-061-129/+1
* | net: phy: split out PHY speed and duplex string generationRussell King2017-08-061-37/+1
* | net: phy: allow settings table to support more than 32 link modesRussell King2017-08-061-18/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-0/+3
|\|
| * net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli2017-07-311-0/+3
* | net: phy: Log only PHY state transitionsMarc Gonzalez2017-07-311-3/+4
* | net: phy: Remove stale comments referencing timerFlorian Fainelli2017-07-271-6/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-31/+32
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-0/+2
| |\
| * | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-5/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-1/+1
| |\ \
| * | | net: phy: hook up clause 45 autonegotiation restartRussell King2017-06-061-2/+21
| * | | net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King2017-06-061-0/+6
| * | | net: phy: Delete unused function phy_ethtool_gsetyuval.shaia@oracle.com2017-06-061-24/+0
* | | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-031-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab2017-05-161-0/+1
| |/ /
* | / net: phy: add missing SPEED_14000Joe Perches2017-06-091-0/+2
| |/ |/|
* | net: phy: fix kernel-doc warningsRandy Dunlap2017-06-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-4/+36
|\
| * net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov2017-04-261-4/+36
* | net: phy: simplify phy_supported_speeds()Russell King2017-04-171-10/+4
* | net: phy: improve phylib correctness for non-autoneg settingsRussell King2017-04-171-43/+66
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-1/+1
|\|
| * net: phy: handle state correctly in phy_stop_machineNathan Sullivan2017-03-241-1/+1
* | phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches2017-04-051-0/+14
* | net: phy: allow EEE with any interface modeRussell King2017-04-011-8/+1
* | net: phy: restart phy autonegotiation after EEE advertisment changeRussell King2017-04-011-2/+19
* | net: phy: avoid setting unsupported EEE advertismentsRussell King2017-04-011-5/+10
* | net: phy: switch remaining users to phy_(read|write)_mmd()Russell King2017-03-221-15/+10
* | net: phy: move phy MMD accessors to phy-core.cRussell King2017-03-221-85/+0
|/
* net: phy: Add missing driver check in phy_aneg_done()Florian Fainelli2017-02-241-1/+1
* net: phy: Check phydev->drvFlorian Fainelli2017-02-201-4/+22
* net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven2017-01-251-0/+1
* net: phy: Avoid deadlock during phy_error()Florian Fainelli2017-01-231-5/+9
* phy state machine: failsafe leave invalid RUNNING stateZefir Kurtisi2017-01-091-0/+9
* net: phy: update the mdix_ctrl with correct value.Raju Lakkaraju2016-12-011-4/+6
* net: phy: add an option to disable EEE advertisementjbrunet2016-11-291-0/+3
* net: phy: Add phy_ethtool_nway_resetFlorian Fainelli2016-11-151-0/+11
* net: phy: expose phy_aneg_done API for use by driversLendacky, Thomas2016-11-131-1/+2
* net: phy: leds: add support for led triggers on phy link state changeZach Brown2016-10-181-0/+1
* net: phy: Create phy_supported_speeds function which lists speeds currently s...Zach Brown2016-10-181-0/+35
* net: phy: Encapsulate actions performed during link state changes into functi...Zach Brown2016-10-181-8/+13
* net: phy: Use phy name when requesting the interruptAndrew Lunn2016-10-171-2/+1
* net: phy: Threaded interrupts allow some simplificationAndrew Lunn2016-10-171-19/+26
* net: phy: Use threaded IRQ, to allow IRQ from sleeping devicesAndrew Lunn2016-10-171-4/+4