aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio/my3126.c
Commit message (Collapse)AuthorAgeFilesLines
* cxgb: set phy's mdio dev before the phy init sequenceDivy Le Ray2009-05-201-2/+2
| | | | | | | mdio's dev field needs to be set before mdio ops occur. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* chelsio: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings2009-04-291-4/+6
| | | | | | | Compile-tested only. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* chelsio: use const for virtual functionsStephen Hemminger2007-04-281-4/+4
| | | | | | | | There are several uses of _ops structure in this driver that can be converted to const. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* chelsio: the return statement is not a functionFrancois Romieu2007-02-051-8/+8
| | | | Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
* chelsio: error path fixStephen Hemminger2007-01-091-2/+3
| | | | | | | Fix handling of allocation failure. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-3/+5
| | | | | | | | | | Fix up arch-specific work items where possible to use the new work_struct and delayed_work structs. Three places that enqueue bits of their stack and then return have been marked with #error as this is not permitted. Signed-Off-By: David Howells <dhowells@redhat.com>
* [PATCH] chelsio: add support for other 10G boardsStephen Hemminger2006-12-021-0/+204
Add support for other versions of the 10G Chelsio boards. This is basically a port of the vendor driver with the TOE features removed. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>