summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2017-12-18net: phy: meson-gxl: detect LPA corruptionJerome Brunet1-1/+87
2017-11-17net: phy: Add Amlogic Meson GXL Internal PHY supportNeil Armstrong4-0/+64
2017-09-18net: phy: micrel: Convert to livetreePhilipp Tomsich1-3/+2
2017-09-15blk: Remove various places that do flush cache after readBin Meng1-2/+0
2017-09-07net: phy: realtek: fix enabling of the TX-delay for RTL8211FMadalin Bucur1-10/+14
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-07net: phy: micrel: add an option to disable gigabit for the KSZ9031Sebastien Bourdelin1-0/+28
2017-08-07net: phy: Add AFE settings to the Broadcom Cygnus phyArun Parameswaran1-1/+63
2017-08-07net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig optionsAlexandru Gagniuc1-22/+2
2017-08-07net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxxAlexandru Gagniuc1-357/+1
2017-08-07net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 driversAlexandru Gagniuc5-7/+406
2017-08-07net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021Alexandru Gagniuc1-8/+0
2017-08-07drivers/net/phy/fixed: do not overwrite addrChristian Gmeiner1-1/+0
2017-07-12net: phy: cortina: use get_nand_dev_by_index()Grygorii Strashko1-1/+2
2017-06-27Merge git://www.denx.de/git/u-boot-imxTom Rini1-0/+8
2017-06-12net: phy: marvell: Fix init function for m88e1145York Sun1-1/+4
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-31drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entryJagan Teki1-0/+8
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-09net: 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-24treewide: 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