summaryrefslogtreecommitdiff
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-09-23/+683
|\
| * net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541John Haechten2017-02-08-0/+515
| * drivers: net: Provide Kconfig menu for PHYLIBAlex2017-02-07-0/+90
| * net: phy: Improve the Marvell 151x constantsJoe Hershberger2017-02-07-11/+36
| * net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N2017-02-07-0/+31
| * net: phy: vitesse: Fix cis8204 RGMII_ID codePhil Edworthy2017-02-07-3/+1
| * net: phy: Marvell: Use phy_interface_is_rgmii helper functionPhil Edworthy2017-02-07-4/+1
| * net: phy: Add support for Marvell M88E1512Phil Edworthy2017-02-07-2/+7
| * net: phy: Fix mask so that we can identify Marvell 88E1518Phil Edworthy2017-02-07-2/+2
| * net: phy: ti: Fix dp83867 RGMII_TXID interface pathPhil Edworthy2017-02-07-2/+1
* | dm: core: Replace of_offset with accessorSimon Glass2017-02-08-5/+5
|/
* 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