summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2016-07-27net: phy: marvell: Add a missing errno.h headerSimon Glass
2016-07-06driver: net: phylib: add support for aquantia AQR106/107 PHYMingkai Hu
2016-06-21net: phy: marvell: Do not reset 88e1310 after autonegNathan Rossi
2016-06-21net: phy: micrel: add support for KSZ886x switches in MIIM modeAlexey Firago
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-05-24net: phy: dp83867: Add SGMII helper for configurationDan Murphy
2016-05-24net: phy: Move is_rgmii helper to phy.hDan Murphy
2016-05-24net: phy: ti: Allow the driver to be more configurableDan Murphy
2016-05-24net: phy: Add PHY driver for mv88e61xx switchesKevin Smith
2016-05-24net: Remove unused mv88e61xx switch driverKevin Smith
2016-05-24phy: marvell: Do not reset phy after negotiationMichal Simek
2016-05-24phy: Wire return value from phy_config()Michal Simek
2016-05-24net: phy: Handle phy_startup() error codes properlyMichal Simek
2016-05-24phy: Return correct error code when timeout happensMichal Simek
2016-04-04net: phy: Add SGMII support for TI phySiva Durga Prasad Paladugu
2016-04-04phy: Add phy driver support for xilinx PCS/PMA coreSiva Durga Prasad Paladugu
2016-04-02net: phy: Realtek RTL8211B/C PHY ID fixKarsten Merker
2016-03-31net: phy: Optionally force master mode for RTL PHYMichael Haas
2016-02-26net: phy: atheros: Fix problem with phy_reset() clearing BMCRAlison Wang
2016-02-22net: phy: realtek: Use generic genphy_parse_link() for RTL8211EMichal Simek
2016-02-18net: phy: marvell: Fix problem with phy_reset() clearing BMCRStefan Roese
2016-02-18net: phy: marvell: Call phy_reset() where possibleStefan Roese
2016-02-08drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETHMugunthan V N
2016-02-01drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-01-28net: phy: implements probe for Cortina phyShaohui Xie
2016-01-28net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie
2016-01-28net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen
2016-01-28net: phy: Use 'autoneg' flag from phydevAlexandre Messier
2016-01-28net: phy: Set ANRESTART in setup_forcedAlexandre Messier
2016-01-28net: phy: micrel: Disable B_CAST on configAlexandre Messier
2016-01-28drivers/net/phy: introduce phy_set_supported()Alexey Brodkin
2016-01-28net: phy: genphy: Allow overwriting featuresSascha Hauer
2016-01-28net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli
2016-01-28net: phy: do not read configuration register on resetStefan Agner
2016-01-27net: phy: ti: Enable automatic crossover modeMichal Simek
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-07phy: atheros: Use ar8035_config for AR8031Fabio Estevam
2015-12-20net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OFMarek Vasut
2015-11-30net: phy: added aquantia PHY AQR405 supportShaohui Xie
2015-11-20Move console definitions into a new console.h fileSimon Glass
2015-11-19net: phy: Add support for Texas Instruments DP83867Edgar E. Iglesias
2015-11-12pengwyn: nand and ethernet fixesVincent BENOIT
2015-10-29net: phy: Test previous phydev->dev against new mac devBin Meng
2015-10-29net: phy: Change to print all phys that are not foundBin Meng
2015-10-29net: phy: Don't create phy device when there is no phyBin Meng
2015-10-29net: phy: micrel: disable NAND-tree for KSZ8051Sylvain Rochet
2015-10-29net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNLSylvain Lemieux
2015-09-29net: phy: on phy device create do not initialize link to 1Mugunthan V N