summaryrefslogtreecommitdiff
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeLines
* net: phy: Support Marvell 88E1680Dirk Eibach2017-02-01-0/+54
* net: phy: add SMSC LAN8742 phyMichael Kurz2017-01-28-0/+12
* xilinx_phy: Pass correct pointer to fdtdec_get_int()Kamensky Ivan2017-01-11-2/+2
* net/phy/vitesse: Rework RGMII skew configuration for VSC8601Alex2016-12-08-19/+24
* net: phy: realtek: Only force master mode on rtl8211b/coliver@schinagl.nl2016-12-08-8/+23
* net: phy: realtek: make define more consistentoliver@schinagl.nl2016-12-08-2/+2
* net: phy: realtek: Use the BIT() macrooliver@schinagl.nl2016-12-08-2/+3
* net: phy: micrel: Fix error handlingMarek Vasut2016-12-08-2/+4
* net: phy: micrel: center FLP burst timing at 16msAsh Charles2016-11-07-0/+23
* net: mv88e61xx: Add support for fixed linksChris Packham2016-10-13-0/+43
* net: Add support for mv88e609x switchesChris Packham2016-10-13-2/+16
* drivers: net: phy: atheros: add separate config for AR8031Mugunthan V N2016-10-13-1/+36
* phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXIDAndrea Merello2016-10-13-0/+16
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* net: mii: Changes not made by spatchJoe Hershberger2016-08-15-17/+8
* net: phy: marvell: Add a missing errno.h headerSimon Glass2016-07-27-0/+1
* driver: net: phylib: add support for aquantia AQR106/107 PHYMingkai Hu2016-07-06-0/+28
* net: phy: marvell: Do not reset 88e1310 after autonegNathan Rossi2016-06-21-4/+1
* net: phy: micrel: add support for KSZ886x switches in MIIM modeAlexey Firago2016-06-21-0/+26
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-03-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-05-24-498/+976
|\
| * net: phy: dp83867: Add SGMII helper for configurationDan Murphy2016-05-24-1/+1
| * net: phy: Move is_rgmii helper to phy.hDan Murphy2016-05-24-11/+0
| * net: phy: ti: Allow the driver to be more configurableDan Murphy2016-05-24-10/+77
| * net: phy: Add PHY driver for mv88e61xx switchesKevin Smith2016-05-24-0/+1020
| * net: Remove unused mv88e61xx switch driverKevin Smith2016-05-24-598/+0
* | phy: marvell: Do not reset phy after negotiationMichal Simek2016-05-24-5/+1
* | phy: Wire return value from phy_config()Michal Simek2016-05-24-3/+1
* | net: phy: Handle phy_startup() error codes properlyMichal Simek2016-05-24-56/+115
* | phy: Return correct error code when timeout happensMichal Simek2016-05-24-3/+3
|/
* net: phy: Add SGMII support for TI phySiva Durga Prasad Paladugu2016-04-04-1/+38
* phy: Add phy driver support for xilinx PCS/PMA coreSiva Durga Prasad Paladugu2016-04-04-0/+148
* net: phy: Realtek RTL8211B/C PHY ID fixKarsten Merker2016-04-02-1/+2
* net: phy: Optionally force master mode for RTL PHYMichael Haas2016-03-31-1/+12
* net: phy: atheros: Fix problem with phy_reset() clearing BMCRAlison Wang2016-02-26-0/+3
* net: phy: realtek: Use generic genphy_parse_link() for RTL8211EMichal Simek2016-02-22-1/+9
* net: phy: marvell: Fix problem with phy_reset() clearing BMCRStefan Roese2016-02-18-2/+1
* net: phy: marvell: Call phy_reset() where possibleStefan Roese2016-02-18-21/+2
* drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETHMugunthan V N2016-02-08-2/+4
* drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal2016-02-01-0/+10
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-28-38/+96
|\
| * net: phy: implements probe for Cortina phyShaohui Xie2016-01-28-0/+7
| * net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie2016-01-28-0/+3
| * net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen2016-01-28-1/+1
| * net: phy: Use 'autoneg' flag from phydevAlexandre Messier2016-01-28-2/+3
| * net: phy: Set ANRESTART in setup_forcedAlexandre Messier2016-01-28-1/+1
| * net: phy: micrel: Disable B_CAST on configAlexandre Messier2016-01-28-2/+21
| * drivers/net/phy: introduce phy_set_supported()Alexey Brodkin2016-01-28-0/+24
| * net: phy: genphy: Allow overwriting featuresSascha Hauer2016-01-28-5/+5
| * net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2016-01-28-18/+29