summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-3/+5
|\
| * net: phy: marvell: Only configure RGMII delays when using RGMIIAndrew Lunn2017-11-011-3/+5
* | net: phy: Fix sfp.c build against GPIO definitionsFlorian Fainelli2017-11-011-1/+1
* | net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.cFlorian Fainelli2017-11-013-29/+22Star
* | net: phy: broadcom: support new device flag for setting master modeRafał Miłecki2017-10-131-0/+6
* | net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy2017-10-111-1/+1
* | net: phy: DP83822 initial driver submissionDan Murphy2017-10-114-3/+350
* | Add a driver for Renesas uPD60620 and uPD60620A PHYsBernd Edlinger2017-10-103-0/+115
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-234-12/+13
|\|
| * net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven2017-09-221-1/+1
| * net: phy: Keep reporting transceiver typeFlorian Fainelli2017-09-221-1/+2
| * net: phy: Kconfig: Fix PHY infrastructure menu in menuconfigJerome Brunet2017-09-191-9/+9
| * net: phy: Fix mask value write on gmii2rgmii converter speed registerFahad Kunnathadi2017-09-191-1/+1
* | net: phy: realtek: add RTL8201F phy-id and functionsJassi Brar2017-09-181-0/+44
* | net: phy: realtek: rename RTL8211F_PAGE_SELECT to RTL821x_PAGE_SELECTKunihiko Hayashi2017-09-181-5/+5
|/
* Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli2017-09-091-2/+4
* net: phy: sfp: rename dt properties to match the bindingBaruch Siach2017-09-091-2/+2
* net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe2017-09-054-6/+8
* net: stmmac: Delete dead code for MDIO registrationRomain Perier2017-09-051-3/+19
* net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code...Colin Ian King2017-09-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-022-5/+4Star
|\
| * Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli2017-08-311-3/+0Star
| * net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli2017-08-221-2/+4
* | net: mdio-mux: fix unbalanced put_deviceCorentin Labbe2017-09-011-4/+2Star
* | net: mdio-mux-mmioreg: Can handle 8/16/32 bits registersCorentin Labbe2017-09-011-1/+1
* | net: mdio-mux: printing driver version is uselessCorentin Labbe2017-09-011-3/+0Star
* | net: mdio-mux: Remove unnecessary 'out of memory' messageCorentin Labbe2017-09-011-6/+0Star
* | net: mdio-mux: Fix NULL Comparison styleCorentin Labbe2017-09-011-2/+2
* | dp83640: don't hold spinlock while calling netif_rx_niStefan Sørensen2017-08-301-2/+5
* | net: phy: mdio-bcm-unimac: Use correct I/O accessorsFlorian Fainelli2017-08-291-6/+26
* | net: mdio-gpio: make mdiobb_ops constBhumika Goyal2017-08-221-1/+1
* | net: phy: Use tab for indentation in KconfigMichal Simek2017-08-141-21/+21
* | net: phy: Add rockchip PHY driver supportDavid Wu2017-08-113-0/+239
* | phylink: Fix an uninitialized variable bugDan Carpenter2017-08-111-1/+1
* | net: phy: mdio-bcm-unimac: fix unsigned wrap-around when decrementing timeoutColin Ian King2017-08-091-1/+1
* | sfp: add SFP module supportRussell King2017-08-073-0/+921
* | phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King2017-08-071-0/+17
* | phylink: add support for MII ioctl access to Clause 45 PHYsRussell King2017-08-071-33/+124
* | phylink: add module EEPROM supportRussell King2017-08-071-0/+28
* | sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King2017-08-074-0/+663
* | phylink: add phylink infrastructureRussell King2017-08-074-0/+1181
* | net: phy: add I2C mdio busRussell King2017-08-074-0/+139
* | net: phy: export phy_start_machine() for phylinkRussell King2017-08-071-0/+1
* | net: phy: provide a hook for link up/link down eventsRussell King2017-08-072-22/+34
* | net: phy: add 1000Base-X to phy settings tableRussell King2017-08-071-0/+5
* | net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King2017-08-072-129/+127Star
* | net: phy: split out PHY speed and duplex string generationRussell King2017-08-072-37/+50
* | net: phy: allow settings table to support more than 32 link modesRussell King2017-08-071-18/+26
* | net: phy: marvell: logical vs bitwise OR typoDan Carpenter2017-08-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-3/+13
|\|