summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: DP83TC811: Fix disabling interruptsDan Murphy2018-06-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-3/+0
|\
| * net: phy: mdio-gpio: Cut surplus includesLinus Walleij2018-06-121-3/+0
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-3/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-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/+0
* 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-281-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-264-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/+2
* | 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-112-1/+11
|\|
| * net: phy: sfp: fix the BR,min computationAntoine Tenart2018-05-041-1/+1
| * net: phy: broadcom: add support for BCM89610 PHYBhadram Varka2018-05-041-0/+10
* | net: phy: DP83TC811: Introduce support for the DP83TC811 phyDan Murphy2018-05-113-0/+353
* | net: phy: phylink: Poll link GPIOsRussell King2018-05-111-0/+16
* | net: phy: phylink: Release link GPIOFlorian Fainelli2018-05-111-0/+2
* | net: phy: phylink: Use gpiod_get_value_cansleep()Florian Fainelli2018-05-111-1/+1
* | microchip_t1: Add driver for Microchip LAN87XX T1 PHYsNisar Sayed2018-05-103-0/+80
* | net: phy: sfp: handle cases where neither BR, min nor BR, max is givenAntoine Tenart2018-05-081-0/+7
* | net: phy: Fix modular PHYLIB buildFlorian Fainelli2018-04-282-49/+2
* | drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang2018-04-274-17/+4
* | phy: Temporary build fix after phylib changes.David S. Miller2018-04-271-2/+1
* | net: Move PHY statistics code into PHY library helpersFlorian Fainelli2018-04-271-0/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-1/+10
|\|
| * net: phy: allow scanning busses with missing physAlexandre Belloni2018-04-251-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-241-0/+9
|\|
| * net: phy: marvell: clear wol event before setting itJingju Hou2018-04-231-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-211-1/+177
|\|
| * lan78xx: PHY DSP registers initialization to address EEE link drop issues wit...Raghuram Chary J2018-04-121-1/+177
* | lan78xx: Read LED states from Device TreePhil Elwell2018-04-201-0/+25
* | net: phy: mdio-boardinfo: Allow recursive mdiobus_register()Andrew Lunn2018-04-201-1/+4
* | net-next: phy: new Asix Electronics PHY driverMichael Schmitz2018-04-193-0/+70
* | net: phy: mdio-gpio: Remove redundant platform data headerAndrew Lunn2018-04-191-1/+1
* | net: phy: mdio-gpio: Add #defines for the GPIO index'sAndrew Lunn2018-04-191-3/+7
* | net: phy: mdio-gpio: Parse properties directly into bitbang structureAndrew Lunn2018-04-191-29/+16
* | net: phy: mdio-gpio: Move allocation for bitbanging dataAndrew Lunn2018-04-191-6/+7
* | net: phy: mdio-gpio: Swap to using gpio descriptorsAndrew Lunn2018-04-191-56/+17
* | net: phy: mdio-gpio: Remove support for IRQs in platform dataAndrew Lunn2018-04-191-7/+0