aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-02net: phy: Realtek RTL8211B/C PHY ID fixKarsten Merker1-1/+2
2016-03-31net: phy: Optionally force master mode for RTL PHYMichael Haas1-1/+12
2016-02-26net: phy: atheros: Fix problem with phy_reset() clearing BMCRAlison Wang1-0/+3
2016-02-22net: phy: realtek: Use generic genphy_parse_link() for RTL8211EMichal Simek1-1/+9
2016-02-18net: phy: marvell: Fix problem with phy_reset() clearing BMCRStefan Roese1-2/+1
2016-02-18net: phy: marvell: Call phy_reset() where possibleStefan Roese1-21/+2
2016-02-08drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETHMugunthan V N1-2/+4
2016-02-01drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal1-0/+10
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini3-38/+96
2016-01-28net: phy: implements probe for Cortina phyShaohui Xie1-0/+7
2016-01-28net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie1-0/+3
2016-01-28net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen1-1/+1
2016-01-28net: phy: Use 'autoneg' flag from phydevAlexandre Messier1-2/+3
2016-01-28net: phy: Set ANRESTART in setup_forcedAlexandre Messier1-1/+1
2016-01-28net: phy: micrel: Disable B_CAST on configAlexandre Messier1-2/+21
2016-01-28drivers/net/phy: introduce phy_set_supported()Alexey Brodkin1-0/+24
2016-01-28net: phy: genphy: Allow overwriting featuresSascha Hauer1-5/+5
2016-01-28net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-18/+29
2016-01-28net: phy: do not read configuration register on resetStefan Agner1-9/+2
2016-01-27net: phy: ti: Enable automatic crossover modeMichal Simek1-0/+3
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-1/+2
2016-01-07phy: atheros: Use ar8035_config for AR8031Fabio Estevam1-1/+1
2015-12-20net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OFMarek Vasut1-1/+145
2015-11-30net: phy: added aquantia PHY AQR405 supportShaohui Xie1-0/+15
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-19net: phy: Add support for Texas Instruments DP83867Edgar E. Iglesias3-0/+204
2015-11-12pengwyn: nand and ethernet fixesVincent BENOIT1-2/+43
2015-10-29net: phy: Test previous phydev->dev against new mac devBin Meng1-1/+1
2015-10-29net: phy: Change to print all phys that are not foundBin Meng1-1/+8
2015-10-29net: phy: Don't create phy device when there is no phyBin Meng1-1/+2
2015-10-29net: phy: micrel: disable NAND-tree for KSZ8051Sylvain Rochet1-0/+29