summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
| * net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller2018-11-171-5/+5
| * Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"David S. Miller2018-11-161-9/+5
| * net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller2018-11-161-5/+9
* | net: phy: icplus: allow configuring the interrupt function on IP101GRMartin Blumenstingl2018-11-181-1/+80
* | net: phy: icplus: implement .did_interrupt for IP101A/GMartin Blumenstingl2018-11-181-0/+16
* | net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASKMartin Blumenstingl2018-11-181-2/+2
* | net: phy: icplus: use the BIT macro where possibleMartin Blumenstingl2018-11-181-3/+3
* | net: phy: icplus: keep all ip101a_g functions togetherMartin Blumenstingl2018-11-181-15/+15
* | net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit2018-11-161-1/+1
* | net: phy: icplus: add config_intr callbackHeiner Kallweit2018-11-151-7/+16
* | net: phy: check if advertising is zero using linkmode_emptyColin Ian King2018-11-121-1/+1
* | net: phy: marvell: remove set but not used variable 'pause'YueHaibing2018-11-111-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-111-2/+16
|\|
| * net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delayTao Ren2018-11-061-2/+16
* | net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn2018-11-111-0/+8
* | net: phy: Add more link modes to the settings tableAndrew Lunn2018-11-111-4/+158
* | net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-118-39/+35
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-1112-193/+338
* | net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit2018-11-111-7/+0
* | net: phy: realtek: use new PHYID matching macrosHeiner Kallweit2018-11-111-19/+10
* | net: phy: improve and inline phy_changeHeiner Kallweit2018-11-111-32/+15
* | net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit2018-11-112-14/+1
* | net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit2018-11-111-8/+0
* | net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-1128-118/+4
* | net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit2018-11-111-2/+6
* | net: phy: leds: Don't make our own link speed namesKyle Roeschley2018-11-091-13/+2
* | net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit2018-11-091-2/+2
* | net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit2018-11-081-48/+5
* | net: phy: remove state PHY_ANHeiner Kallweit2018-11-081-27/+0
* | net: phy: add phy_check_link_statusHeiner Kallweit2018-11-081-30/+40
* | net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit2018-11-081-12/+1
* | net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit2018-11-081-11/+0
* | net: phy: realtek: load driver for all PHYs with a Realtek OUIHeiner Kallweit2018-11-071-9/+2
* | net: phy: make phy_trigger_machine staticHeiner Kallweit2018-11-071-21/+12
* | net: phy: bcm7xxx: Add entry for BCM7255Justin Chen2018-11-071-0/+2
|/
* net: phy: realtek: fix RTL8201F sysfs nameHolger Hoffstätte2018-11-041-1/+1
* net: phy: genphy_10g_driver: Avoid NULL pointer dereferenceAndrew Lunn2018-10-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-2420-367/+1997
|\
| * net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn2018-10-221-0/+1
| * net: phy: mdio-mux-bcm-iproc: simplify getting .driver_dataWolfram Sang2018-10-211-4/+2
| * net: phy: micrel: add Microchip KSZ9131 initial driverYuiko Oshino2018-10-191-1/+129
| * net: phy: mscc: fix memory leak in vsc8574_config_pre_initGustavo A. R. Silva2018-10-171-1/+1
| * net: phy: mscc: fix signedness bug in vsc85xx_downshift_getGustavo A. R. Silva2018-10-171-1/+1
| * net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit2018-10-151-18/+3
| * net: phy: simplify handling of PHY_RESUMING in state machineHeiner Kallweit2018-10-151-29/+14
| * net: phy: improve handling of PHY_RUNNING in state machineHeiner Kallweit2018-10-151-20/+9
| * net: phy: trigger state machine immediately in phy_start_machineHeiner Kallweit2018-10-151-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-2/+0
| |\
| * | net: phy: mscc: add support for VSC8574 PHYQuentin Schulz2018-10-081-1/+319
| * | net: phy: mscc: add support for VSC8584 PHYQuentin Schulz2018-10-081-0/+747