aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2018-07-11sfp: fix module initialisation with netdev already upGravatar Russell King 1-2/+2
2018-07-11sfp: ensure we clean up properly on bus registration failureGravatar Russell King 1-7/+24
2018-07-05net: phy: fix flag masking in __set_phy_supportedGravatar Heiner Kallweit 1-5/+2
2018-07-04net: phy: marvell: change default m88e1510 LED configurationGravatar Wang Dongsheng 1-18/+36
2018-06-30net: phy: DP83TC811: Fix disabling interruptsGravatar Dan Murphy 1-1/+1
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-3/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+3
2018-06-12net: phy: mdio-gpio: Cut surplus includesGravatar Linus Walleij 1-3/+0
2018-06-10net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Gravatar Alvaro Gamez Machado 1-6/+29
2018-06-05net: phy: broadcom: Enable 125 MHz clock on LED4 pin for BCM54612E by default.Gravatar Kun Yi 1-2/+14
2018-06-05net: phy: remove PM ops from MDIO busGravatar Heiner Kallweit 1-48/+0
2018-06-05net: phy: add struct device_type representation of a PHYGravatar Heiner Kallweit 1-46/+50
2018-06-03net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingGravatar Heiner Kallweit 1-1/+1
2018-05-28net: phy: realtek: add suspend/resume callbacks for RTL8211BGravatar Heiner Kallweit 1-0/+16
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-6/+13
2018-05-23net: phy: broadcom: Fix bcm_write_exp()Gravatar Florian Fainelli 3-5/+12
2018-05-23net: phy: broadcom: Fix auxiliary control register readsGravatar Florian Fainelli 1-1/+1
2018-05-23net: phy: sfp: make the i2c-bus dt property mandatoryGravatar Antoine Tenart 1-13/+15
2018-05-23net: phy: sfp: warn the user when no tx_disable pin is availableGravatar Antoine Tenart 1-0/+9
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+31
2018-05-21net: phy: phylink: Don't release NULL GPIOGravatar Florian Fainelli 1-1/+1
2018-05-17net: phy: Allow MDIO_MOXART and MDIO_SUN4I with COMPILE_TESTGravatar Florian Fainelli 1-2/+2
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Gravatar Florian Fainelli 2-10/+2
2018-05-16net: phy: micrel: add 125MHz reference clock workaroundGravatar Markus Niebel 1-0/+31
2018-05-15net: phy: mscc-miim: Add MDIO driverGravatar Alexandre Belloni 3-0/+205
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+11
2018-05-11net: phy: DP83TC811: Introduce support for the DP83TC811 phyGravatar Dan Murphy 3-0/+353
2018-05-11net: phy: phylink: Poll link GPIOsGravatar Russell King 1-0/+16
2018-05-11net: phy: phylink: Release link GPIOGravatar Florian Fainelli 1-0/+2
2018-05-11net: phy: phylink: Use gpiod_get_value_cansleep()Gravatar Florian Fainelli 1-1/+1
2018-05-10microchip_t1: Add driver for Microchip LAN87XX T1 PHYsGravatar Nisar Sayed 3-0/+80
2018-05-08net: phy: sfp: handle cases where neither BR, min nor BR, max is givenGravatar Antoine Tenart 1-0/+7
2018-05-04net: phy: sfp: fix the BR,min computationGravatar Antoine Tenart 1-1/+1
2018-05-04net: phy: broadcom: add support for BCM89610 PHYGravatar Bhadram Varka 1-0/+10
2018-04-28net: phy: Fix modular PHYLIB buildGravatar Florian Fainelli 2-49/+2
2018-04-27drivers: net: replace UINT64_MAX with U64_MAXGravatar Jisheng Zhang 4-17/+4
2018-04-27phy: Temporary build fix after phylib changes.Gravatar David S. Miller 1-2/+1
2018-04-27net: Move PHY statistics code into PHY library helpersGravatar Florian Fainelli 1-0/+48
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+10
2018-04-25net: phy: allow scanning busses with missing physGravatar Alexandre Belloni 1-1/+10
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+9
2018-04-23net: phy: marvell: clear wol event before setting itGravatar Jingju Hou 1-0/+9
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+177
2018-04-20lan78xx: Read LED states from Device TreeGravatar Phil Elwell 1-0/+25
2018-04-20net: phy: mdio-boardinfo: Allow recursive mdiobus_register()Gravatar Andrew Lunn 1-1/+4
2018-04-19net-next: phy: new Asix Electronics PHY driverGravatar Michael Schmitz 3-0/+70
2018-04-19net: phy: mdio-gpio: Remove redundant platform data headerGravatar Andrew Lunn 1-1/+1
2018-04-19net: phy: mdio-gpio: Add #defines for the GPIO index'sGravatar Andrew Lunn 1-3/+7
2018-04-19net: phy: mdio-gpio: Parse properties directly into bitbang structureGravatar Andrew Lunn 1-29/+16