aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2017-06-02net: phy: marvell 88e151x: Fix handling of RGMII interface typesPhil Edworthy1-1/+44
2017-06-02net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectablePhilipp Tomsich1-0/+34
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass2-2/+2
2017-05-12net: phy: mv88e61xx: Fix uninitialized variable warningTom Rini1-1/+3
2017-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+13
2017-03-26drivers/net/phy: add fixed-phy / fixed-link supportHannes Schmelzer4-3/+113
2017-03-20drivers: net: phy: add MV88E6xx options to KconfigTim Harvey1-0/+13
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini7-23/+683
2017-02-08net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541John Haechten4-0/+515
2017-02-08dm: core: Replace of_offset with accessorSimon Glass3-5/+5
2017-02-07drivers: net: Provide Kconfig menu for PHYLIBAlex1-0/+90
2017-02-07net: phy: Improve the Marvell 151x constantsJoe Hershberger1-11/+36
2017-02-07net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N1-0/+31
2017-02-07net: phy: vitesse: Fix cis8204 RGMII_ID codePhil Edworthy1-3/+1
2017-02-07net: phy: Marvell: Use phy_interface_is_rgmii helper functionPhil Edworthy1-4/+1
2017-02-07net: phy: Add support for Marvell M88E1512Phil Edworthy1-2/+7
2017-02-07net: phy: Fix mask so that we can identify Marvell 88E1518Phil Edworthy1-2/+2
2017-02-07net: phy: ti: Fix dp83867 RGMII_TXID interface pathPhil Edworthy1-2/+1
2017-02-01net: phy: Support Marvell 88E1680Dirk Eibach1-0/+54
2017-01-28net: phy: add SMSC LAN8742 phyMichael Kurz1-0/+12
2017-01-11xilinx_phy: Pass correct pointer to fdtdec_get_int()Kamensky Ivan1-2/+2
2016-12-08net/phy/vitesse: Rework RGMII skew configuration for VSC8601Alex1-19/+24
2016-12-08net: phy: realtek: Only force master mode on rtl8211b/coliver@schinagl.nl1-8/+23
2016-12-08net: phy: realtek: make define more consistentoliver@schinagl.nl1-2/+2
2016-12-08net: phy: realtek: Use the BIT() macrooliver@schinagl.nl1-2/+3
2016-12-08net: phy: micrel: Fix error handlingMarek Vasut1-2/+4
2016-11-07net: phy: micrel: center FLP burst timing at 16msAsh Charles1-0/+23
2016-10-13net: mv88e61xx: Add support for fixed linksChris Packham1-0/+43
2016-10-13net: Add support for mv88e609x switchesChris Packham1-2/+16
2016-10-13drivers: net: phy: atheros: add separate config for AR8031Mugunthan V N1-1/+36
2016-10-13phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXIDAndrea Merello1-0/+16
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-15net: mii: Changes not made by spatchJoe Hershberger1-17/+8
2016-07-27net: phy: marvell: Add a missing errno.h headerSimon Glass1-0/+1
2016-07-06driver: net: phylib: add support for aquantia AQR106/107 PHYMingkai Hu1-0/+28
2016-06-21net: phy: marvell: Do not reset 88e1310 after autonegNathan Rossi1-4/+1
2016-06-21net: phy: micrel: add support for KSZ886x switches in MIIM modeAlexey Firago1-0/+26
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood1-2/+2
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini4-498/+976
2016-05-24net: phy: dp83867: Add SGMII helper for configurationDan Murphy1-1/+1
2016-05-24net: phy: Move is_rgmii helper to phy.hDan Murphy1-11/+0
2016-05-24net: phy: ti: Allow the driver to be more configurableDan Murphy1-10/+77
2016-05-24net: phy: Add PHY driver for mv88e61xx switchesKevin Smith2-0/+1020
2016-05-24net: Remove unused mv88e61xx switch driverKevin Smith2-598/+0
2016-05-24phy: marvell: Do not reset phy after negotiationMichal Simek1-5/+1
2016-05-24phy: Wire return value from phy_config()Michal Simek1-3/+1
2016-05-24net: phy: Handle phy_startup() error codes properlyMichal Simek11-56/+115
2016-05-24phy: Return correct error code when timeout happensMichal Simek2-3/+3
2016-04-04net: phy: Add SGMII support for TI phySiva Durga Prasad Paladugu1-1/+38
2016-04-04phy: Add phy driver support for xilinx PCS/PMA coreSiva Durga Prasad Paladugu3-0/+148