summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: at803x: Use genphy_config_initSascha Hauer2015-07-292-35/+4
* Merge branch 'pu/am335x'Sascha Hauer2015-05-281-0/+11
|\
| * net: phy: Add missing phy_unregister_deviceSascha Hauer2015-04-281-0/+11
* | Merge branch 'for-next/mvebu'Sascha Hauer2015-05-061-0/+31
|\ \
| * | net: phy: Support Marvell 88E1318S PHYSebastian Hesselbarth2015-04-271-0/+31
| |/
* / net: phy: Do not double remove phy deviceSascha Hauer2015-05-051-0/+2
|/
* net: phy: Support Marvell 88EE1543 PHYEzequiel Garcia2014-11-111-0/+9
* net: phy: Support Marvell 88EE1545 PHYEzequiel Garcia2014-11-111-0/+58
* net: phy: marvell: Fix array identationEzequiel Garcia2014-11-111-9/+9
* Merge branch 'for-next/misc'Sascha Hauer2014-11-051-1/+85
|\
| * net: phy: micrel: Add OF conf. support for ksz9031Wadim Egorov2014-11-031-1/+85
* | net: micrel: Add ksz8081 supportJan Weitzel2014-10-081-1/+9
|/
* Merge branch 'for-next/resource-err-ptr'Sascha Hauer2014-10-021-2/+3
|\
| * resource: Let dev_get_mem_region return an error pointerSascha Hauer2014-09-161-2/+3
* | Merge branch 'for-next/phycore-imx6'Sascha Hauer2014-10-021-2/+2
|\ \
| * | phy/micrel: disable Asym_Pause supportJan Weitzel2014-09-171-2/+2
| |/
* | Merge branch 'for-next/net-phy'Sascha Hauer2014-10-021-56/+86
|\ \
| * | net: phy: don't use 'dev' as name for variables of type struct phy_deviceSascha Hauer2014-09-181-39/+39
| * | net: phy: Use xzalloc for small allocationsSascha Hauer2014-09-181-7/+2
| * | net: phy: introduce phy_aneg_doneSascha Hauer2014-09-171-11/+46
| |/
* / phy: marvell: move IDs to own headerLucas Stach2014-09-171-16/+1
|/
* net: phy: mdio-mvebu: Make the clock property requiredEzequiel Garcia2014-07-311-4/+4
* net: phy: Add fallbacks for the obsoletes phy DT propertiesEzequiel Garcia2014-07-311-0/+4
* net: phy: add support for Marvell PHY driversSebastian Hesselbarth2014-06-253-0/+205
* Merge branch 'for-next/net-of-phy'Sascha Hauer2014-06-044-78/+292
|\
| * net: phy: micrel: Add support for specifying pad skew valuesSascha Hauer2014-05-231-1/+85
| * net: phy: micrel: Add kwz9031 supportSascha Hauer2014-05-231-0/+9
| * net: phy: genphy: Make it work with of_set_phy_supportedSascha Hauer2014-05-231-3/+5
| * net: phy: genphy: always write MII_CTRL1000 when availableSascha Hauer2014-05-231-3/+6
| * net: phy: remove now unused of_phy_device_connectSascha Hauer2014-05-231-31/+0
| * net: orion-gbe: use transparent-to-driver of mdio functionsSascha Hauer2014-05-231-0/+1
| * net: phy: Support limiting phy speed in the devicetreeSascha Hauer2014-05-211-1/+35
| * net: phy: Support finding a phy in the devicetreeSascha Hauer2014-05-211-0/+30
| * net: phy: register phys specified in devicetreeSascha Hauer2014-05-211-0/+69
| * net: phy: move setting of phy_map to phy_register_deviceSascha Hauer2014-05-212-2/+2
| * net: phy: factor out phy_device_attach functionSascha Hauer2014-05-211-43/+56
* | net: phy: Print ethernet device in the link informationSascha Hauer2014-05-151-1/+1
|/
* net: phy: add mvebu mdio bus driverSebastian Hesselbarth2014-02-103-0/+162
* net: phy: add of_phy_device_connectSebastian Hesselbarth2014-02-101-0/+31
* net/phy: add driver for National Semiconductor DP83865 PHYAntony Pavlov2014-01-203-0/+101
* net: phy: Fix crash when no phy is foundSascha Hauer2014-01-201-0/+5
* net/phy/phy.c: fix whitespaceAntony Pavlov2014-01-061-1/+1
* net/phy: add driver for LXT PHYsAntony Pavlov2014-01-063-0/+37
* miitool: change behaviour closer to linux' mii-toolAntony Pavlov2014-01-061-9/+1
* net: phy: implement detect callback for miibus devicesSascha Hauer2013-12-112-1/+32
* net: phy: Track mii buses on a listSascha Hauer2013-12-111-0/+6
* net: phy: move phy_init_hw to phy_device_connectSascha Hauer2013-12-112-8/+9
* net: phy: track registered state of a phy deviceSascha Hauer2013-12-111-4/+17
* net: phy: check if a phy already has an ethernet deviceSascha Hauer2013-12-111-0/+3
* net: phy: move duplicated code out of if/elseSascha Hauer2013-12-111-18/+9