summaryrefslogtreecommitdiffstats
path: root/drivers/net/smc911x.c
Commit message (Collapse)AuthorAgeFilesLines
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-18/+15
| | | | | | | this rework is done in order to add a phylib and allow to have phy driver support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-171-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add a device_d to ethernet devicesSascha Hauer2009-07-211-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* smc911x: fix wrong printfSascha Hauer2009-02-201-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [smsc911x] undef FLOW if already definedMarc Kleine-Budde2007-11-121-0/+4
| | | | | | | | | | | | | | fixes: drivers/net/smc911x.c:334:1: warning: "FLOW" redefined In file included from include/asm/blackfin.h:33, from include/asm/system.h:29, from include/asm/bitops.h:33, from include/linux/bitops.h:69, from include/common.h:31, from drivers/net/smc911x.c:29: include/asm/cpu/defBF561.h:1654:1: warning: this is the location of the previous definition Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* noisy supportJuergen Beisert2007-10-181-1/+5
|
* change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-181-4/+4
| | | | change the parameter name for ethernet devices to 'ethaddr' aswell.
* - coding styleSascha Hauer2007-09-121-29/+45
| | | | | - turn endless loop into timeout loop - remove preliminary debug crap
* add blackfin network driverSascha Hauer2007-09-111-0/+738