summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2017-09-21net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven-1/+1
2017-09-21net: phy: Keep reporting transceiver typeFlorian Fainelli-1/+2
2017-09-19net: phy: Kconfig: Fix PHY infrastructure menu in menuconfigJerome Brunet-9/+9
2017-09-18net: phy: Fix mask value write on gmii2rgmii converter speed registerFahad Kunnathadi-1/+1
2017-09-08Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli-2/+4
2017-09-08net: phy: sfp: rename dt properties to match the bindingBaruch Siach-2/+2
2017-09-05net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe-6/+8
2017-09-05net: stmmac: Delete dead code for MDIO registrationRomain Perier-3/+19
2017-09-01net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code...Colin Ian King-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+4
2017-09-01net: mdio-mux: fix unbalanced put_deviceCorentin Labbe-4/+2
2017-09-01net: mdio-mux-mmioreg: Can handle 8/16/32 bits registersCorentin Labbe-1/+1
2017-09-01net: mdio-mux: printing driver version is uselessCorentin Labbe-3/+0
2017-09-01net: mdio-mux: Remove unnecessary 'out of memory' messageCorentin Labbe-6/+0
2017-09-01net: mdio-mux: Fix NULL Comparison styleCorentin Labbe-2/+2
2017-08-30Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli-3/+0
2017-08-30dp83640: don't hold spinlock while calling netif_rx_niStefan Sørensen-2/+5
2017-08-29net: phy: mdio-bcm-unimac: Use correct I/O accessorsFlorian Fainelli-6/+26
2017-08-22net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli-2/+4
2017-08-22net: mdio-gpio: make mdiobb_ops constBhumika Goyal-1/+1
2017-08-14net: phy: Use tab for indentation in KconfigMichal Simek-21/+21
2017-08-11net: phy: Add rockchip PHY driver supportDavid Wu-0/+239
2017-08-11phylink: Fix an uninitialized variable bugDan Carpenter-1/+1
2017-08-08net: phy: mdio-bcm-unimac: fix unsigned wrap-around when decrementing timeoutColin Ian King-1/+1
2017-08-06sfp: add SFP module supportRussell King-0/+921
2017-08-06phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King-0/+17
2017-08-06phylink: add support for MII ioctl access to Clause 45 PHYsRussell King-33/+124
2017-08-06phylink: add module EEPROM supportRussell King-0/+28
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King-0/+663
2017-08-06phylink: add phylink infrastructureRussell King-0/+1181
2017-08-06net: phy: add I2C mdio busRussell King-0/+139
2017-08-06net: phy: export phy_start_machine() for phylinkRussell King-0/+1
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King-22/+34
2017-08-06net: phy: add 1000Base-X to phy settings tableRussell King-0/+5
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King-129/+127
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King-37/+50
2017-08-06net: phy: allow settings table to support more than 32 link modesRussell King-18/+26
2017-08-04net: phy: marvell: logical vs bitwise OR typoDan Carpenter-1/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+13
2017-07-31net: phy: marvell: Refactor setting downshift into a helperAndrew Lunn-5/+19
2017-07-31net: phy: marvell: Use the set_polarity helperAndrew Lunn-11/+14
2017-07-31net: phy: marvell: Refactor m88e1121 RGMII delay configurationAndrew Lunn-29/+33
2017-07-31net: phy: marvell: Consolidate setting the phy-modeAndrew Lunn-48/+40
2017-07-31net: phy: marvell: consolidate RGMII delay codeAndrew Lunn-32/+22
2017-07-31net: phy: marvell: Use core genphy_soft_reset()Andrew Lunn-35/+12
2017-07-31net: phy: marvell: tabificationAndrew Lunn-15/+15
2017-07-31net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli-0/+3
2017-07-31net: phy: Log only PHY state transitionsMarc Gonzalez-3/+4
2017-07-31net: phy: mdio-bcm-unimac: Allow specifying platform dataFlorian Fainelli-6/+22
2017-07-31net: phy: mdio-bcm-unimac: Add debug print for PHY workaroundFlorian Fainelli-1/+3