summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kconfig'Sascha Hauer2012-12-082-2/+2
|\
| * Cleanup Kconfig filesAlexander Shiyan2012-12-082-2/+2
* | Merge branch 'for-next/phylib'Sascha Hauer2012-12-078-56/+330
|\ \ | |/ |/|
| * net: phy: micrel: fix typo in driver nameJan Luebbe2012-12-051-1/+1
| * phylib: add micrel supportJean-Christophe PLAGNIOL-VILLARD2012-11-203-0/+180
| * phylib: add fixup supportJean-Christophe PLAGNIOL-VILLARD2012-11-202-8/+107
| * mdio_bus: fix matchJean-Christophe PLAGNIOL-VILLARD2012-11-201-1/+1
| * phylib: fix generic phy driver probeJean-Christophe PLAGNIOL-VILLARD2012-11-204-45/+34
| * macb/ether: split flags for drivers and phylibJean-Christophe PLAGNIOL-VILLARD2012-11-192-4/+3
| * phylib: introduction of forced 100MbpsJean-Christophe PLAGNIOL-VILLARD2012-11-191-0/+4
| * phylib: export phy_id via paramJean-Christophe PLAGNIOL-VILLARD2012-11-191-0/+3
* | mdio_bus: fix matchJean-Christophe PLAGNIOL-VILLARD2012-12-051-1/+1
* | phylib: fix compiler warningAntony Pavlov2012-11-261-1/+1
|/
* Merge branch 'for-next/phylib'Sascha Hauer2012-11-162-24/+10
|\
| * mdiobus: unbreak phy_device_connect(): honor masked out PHYsAndreas Pretzsch2012-11-121-0/+4
| * mdiobus: do not scan the bus at registration timeSascha Hauer2012-11-072-24/+3
| * mdiobus: return existing phydev in mdiobus_scanSascha Hauer2012-10-301-0/+3
* | Merge branch 'for-next/net'Sascha Hauer2012-11-162-5/+98
|\ \
| * | net smc911x: add support for external PHYAndreas Pretzsch2012-11-121-4/+93
| * | designware: set parent for eth_device and miibusJean-Christophe PLAGNIOL-VILLARD2012-10-151-0/+2
| * | net:designware: allow to pass the phy interfaceJean-Christophe PLAGNIOL-VILLARD2012-10-151-1/+3
* | | Merge branch 'for-next/imx'Sascha Hauer2012-11-162-16/+78
|\ \ \
| * | | ARM i.MX: get rid of imx-regs.hSascha Hauer2012-10-171-1/+0
| * | | Merge branch 'for-next/clk' into for-next/imxSascha Hauer2012-10-171-3/+0
| |\ \ \
| | * | | ARM i.MX: Enable clocks in common placeSascha Hauer2012-10-101-3/+1
| * | | | Merge branch 'for-next/imx-dt' into for-next/imxSascha Hauer2012-10-172-12/+78
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | net fec_imx: determine fec version based on device idsSascha Hauer2012-10-052-12/+78
* | | | | Revert "net fec: connect phy at probe time"Sascha Hauer2012-11-161-30/+13
* | | | | phy: add smsc phy driver supportJean-Christophe PLAGNIOL-VILLARD2012-11-153-0/+152
* | | | | phy: add phy_drivers_registerJean-Christophe PLAGNIOL-VILLARD2012-11-151-0/+12
* | | | | net usb asix: Add missing line breaks in dev_* messagesSascha Hauer2012-11-011-28/+28
* | | | | net fec: call fec_init at probe timeSascha Hauer2012-10-311-1/+2
| |_|_|/ |/| | |
* | | | net fec: connect phy at probe timeSascha Hauer2012-10-301-13/+30
* | | | net gianfar: remove unused variableSascha Hauer2012-10-171-1/+0
|/ / /
* | / designware: fix 100mps phy supportJean-Christophe PLAGNIOL-VILLARD2012-10-151-0/+10
| |/ |/|
* | davinci_emac: fix comment for the _send functionAntony Pavlov2012-10-051-2/+2
|/
* net/designware: fix phylib supportJean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+2
* net/designware: update version display to print user ID and Synosys IDJean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+10
* net mdio_bus: Add missing bus_registerSascha Hauer2012-10-041-2/+0
* Merge branch 'for-next/imx-clk'Sascha Hauer2012-10-042-3/+32
|\
| * net fec: Switch to clk supportSascha Hauer2012-10-042-3/+32
* | switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-0416-17/+17
|/
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-0313-50/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-1714-53/+0
* | Merge branch 'for-next/net'Sascha Hauer2012-10-0332-717/+2211
|\ \
| * | davinci_emac: get rid of mdio wrapper functionsJan Luebbe2012-09-291-32/+19
| * | davinci_emac: adjust to new phylib frameworkJan Luebbe2012-09-292-34/+47
| * | davinci_emac: return 0 on successful transmitJan Luebbe2012-09-291-2/+2
| * | net/eth: fix link handlingSascha Hauer2012-09-271-10/+25
| * | net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-2530-715/+1281