aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-04net: phy: vitesse: Add support for VSC73xxLinus Walleij1-0/+175
2018-07-03net: phy: DP83TC811: Fix SGMII enable/disableDan Murphy1-11/+9
2018-07-03net: phy: DP83TC811: Add INT_STAT3Dan Murphy1-0/+26
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-02net: phy: realtek: add support for RTL8211CHeiner Kallweit1-0/+17
2018-07-02net: phy: realtek: add missing entry for RTL8211 to mdio_device_id tableHeiner Kallweit1-0/+1
2018-06-30net: phy: DP83TC811: Fix disabling interruptsDan Murphy1-1/+1
2018-06-30net: phy: realtek: add support for RTL8211Heiner Kallweit1-0/+30
2018-06-28net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier1-1/+4
2018-06-28net: phy: xgmiitorgmii: Use correct mdio busBrandon Maier1-4/+6
2018-06-28net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier1-0/+5
2018-06-26mdio-mux-gpio: Remove VLA usageKees Cook1-8/+14
2018-06-24net: phy: fixed-phy: Make the error path simplerFabio Estevam1-5/+2
2018-06-23net: phy: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+2
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-12net: phy: mdio-gpio: Cut surplus includesLinus Walleij1-3/+0
2018-06-10net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Alvaro Gamez Machado1-6/+29
2018-06-05net: phy: broadcom: Enable 125 MHz clock on LED4 pin for BCM54612E by default.Kun Yi1-2/+14
2018-06-05net: phy: remove PM ops from MDIO busHeiner Kallweit1-48/+0
2018-06-05net: phy: add struct device_type representation of a PHYHeiner Kallweit1-46/+50
2018-06-03net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner Kallweit1-1/+1
2018-05-28net: phy: realtek: add suspend/resume callbacks for RTL8211BHeiner Kallweit1-0/+16
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+13
2018-05-23net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli3-5/+12
2018-05-23net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli1-1/+1
2018-05-23net: phy: sfp: make the i2c-bus dt property mandatoryAntoine Tenart1-13/+15
2018-05-23net: phy: sfp: warn the user when no tx_disable pin is availableAntoine Tenart1-0/+9
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+31
2018-05-21net: phy: phylink: Don't release NULL GPIOFlorian Fainelli1-1/+1
2018-05-17net: phy: Allow MDIO_MOXART and MDIO_SUN4I with COMPILE_TESTFlorian Fainelli1-2/+2
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2-10/+2
2018-05-16net: phy: micrel: add 125MHz reference clock workaroundMarkus Niebel1-0/+31
2018-05-15net: phy: mscc-miim: Add MDIO driverAlexandre Belloni3-0/+205
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+11
2018-05-11net: phy: DP83TC811: Introduce support for the DP83TC811 phyDan Murphy3-0/+353
2018-05-11net: phy: phylink: Poll link GPIOsRussell King1-0/+16
2018-05-11net: phy: phylink: Release link GPIOFlorian Fainelli1-0/+2
2018-05-11net: phy: phylink: Use gpiod_get_value_cansleep()Florian Fainelli1-1/+1
2018-05-10microchip_t1: Add driver for Microchip LAN87XX T1 PHYsNisar Sayed3-0/+80
2018-05-08net: phy: sfp: handle cases where neither BR, min nor BR, max is givenAntoine Tenart1-0/+7
2018-05-04net: phy: sfp: fix the BR,min computationAntoine Tenart1-1/+1
2018-05-04net: phy: broadcom: add support for BCM89610 PHYBhadram Varka1-0/+10
2018-04-28net: phy: Fix modular PHYLIB buildFlorian Fainelli2-49/+2
2018-04-27drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang4-17/+4
2018-04-27phy: Temporary build fix after phylib changes.David S. Miller1-2/+1
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli1-0/+48
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2018-04-25net: phy: allow scanning busses with missing physAlexandre Belloni1-1/+10