summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: add GBit master / slave error detectionHeiner Kallweit2018-07-241-0/+8
* net: phy: sfp: Do not use "imply HWMON"Guenter Roeck2018-07-221-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-213-32/+64
|\
| * sfp: fix module initialisation with netdev already upRussell King2018-07-121-2/+2
| * sfp: ensure we clean up properly on bus registration failureRussell King2018-07-121-7/+24
| * net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit2018-07-051-5/+2Star
| * net: phy: marvell: change default m88e1510 LED configurationWang Dongsheng2018-07-041-18/+36
* | net: phy: Drop OF dependency for MDIO_BCM_UNIMACFlorian Fainelli2018-07-181-1/+1
* | net: phy: realtek: Support RTL8366RB variantLinus Walleij2018-07-181-0/+31
* | net: phy: sfp: Add HWMON support for module sensorsAndrew Lunn2018-07-182-0/+728
* | net: phy: realtek: add missing entry for RTL8211C to mdio_device_id tableHeiner Kallweit2018-07-161-0/+1
* | net: phy: add phy_speed_down and phy_speed_upHeiner Kallweit2018-07-161-0/+78
* | net: phy: add helper phy_config_anegHeiner Kallweit2018-07-161-4/+9
* | net: phy: vitesse: Add support for VSC73xxLinus Walleij2018-07-041-0/+175
* | net: phy: DP83TC811: Fix SGMII enable/disableDan Murphy2018-07-031-11/+9Star
* | net: phy: DP83TC811: Add INT_STAT3Dan Murphy2018-07-031-0/+26
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+1
|\|
| * net: phy: DP83TC811: Fix disabling interruptsDan Murphy2018-06-301-1/+1
* | net: phy: realtek: add support for RTL8211CHeiner Kallweit2018-07-021-0/+17
* | net: phy: realtek: add missing entry for RTL8211 to mdio_device_id tableHeiner Kallweit2018-07-021-0/+1
* | net: phy: realtek: add support for RTL8211Heiner Kallweit2018-06-301-0/+30
* | net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier2018-06-281-1/+4
* | net: phy: xgmiitorgmii: Use correct mdio busBrandon Maier2018-06-281-4/+6
* | net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier2018-06-281-0/+5
* | mdio-mux-gpio: Remove VLA usageKees Cook2018-06-261-8/+14
* | net: phy: fixed-phy: Make the error path simplerFabio Estevam2018-06-241-5/+2Star
* | net: phy: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2018-06-231-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-3/+0Star
|\
| * net: phy: mdio-gpio: Cut surplus includesLinus Walleij2018-06-131-3/+0Star
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-3/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
|/
* net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Alvaro Gamez Machado2018-06-101-6/+29
* net: phy: broadcom: Enable 125 MHz clock on LED4 pin for BCM54612E by default.Kun Yi2018-06-051-2/+14
* net: phy: remove PM ops from MDIO busHeiner Kallweit2018-06-051-48/+0Star
* net: phy: add struct device_type representation of a PHYHeiner Kallweit2018-06-051-46/+50
* net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner Kallweit2018-06-031-1/+1
* net: phy: realtek: add suspend/resume callbacks for RTL8211BHeiner Kallweit2018-05-291-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-274-6/+13
|\
| * net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli2018-05-233-5/+12
| * net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli2018-05-231-1/+1
* | net: phy: sfp: make the i2c-bus dt property mandatoryAntoine Tenart2018-05-231-13/+15
* | net: phy: sfp: warn the user when no tx_disable pin is availableAntoine Tenart2018-05-231-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+31
|\|
| * net: phy: micrel: add 125MHz reference clock workaroundMarkus Niebel2018-05-161-0/+31
* | net: phy: phylink: Don't release NULL GPIOFlorian Fainelli2018-05-211-1/+1
* | net: phy: Allow MDIO_MOXART and MDIO_SUN4I with COMPILE_TESTFlorian Fainelli2018-05-171-2/+2
* | drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-162-10/+2Star
* | net: phy: mscc-miim: Add MDIO driverAlexandre Belloni2018-05-153-0/+205
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-122-1/+11
|\|
| * net: phy: sfp: fix the BR,min computationAntoine Tenart2018-05-041-1/+1