summaryrefslogtreecommitdiffstats
path: root/include/fec.h
Commit message (Collapse)AuthorAgeFilesLines
* net: fec: use standard phy type definesSascha Hauer2013-03-091-11/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* net: fec: drop sevenwire supportSascha Hauer2013-03-091-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\ | | | | | | | | | | Conflicts: drivers/net/miidev.c include/miidev.h
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
| | | | | | | | | | | | | | The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-0/+3
|/ | | | | | | | | | | | | | | | Adapt phylib from linux switch all the driver to it reimplement mii bus This will allow to have - phy drivers - to only connect the phy at then opening of the device - if the phy is not ready or not up fail on open Same behaviour as in linux and will allow to share code and simplify porting. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* net fec: Add i.MX6 supportSascha Hauer2012-04-241-0/+1
| | | | | | | Currently only 100Mb/s is tested. Freescale's U-Boot suggests that there are some additional adjustments necessary for Gigabit support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fec imx27: Add RMII supportSascha Hauer2009-02-201-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fec imx27: configure phy address from platform dataSascha Hauer2009-02-201-11/+13
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc fixed in i.MX27 fec related filesJuergen Beisert2007-11-121-3/+3
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* adding and correcting driver's docJuergen Beisert2007-11-091-2/+3
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* adding first clean mx27 only fec driverJuergen Beisert2007-11-081-0/+44