08 Dec, 2011
1 commit
-
Signed-off-by: David Daney
Cc: linux-mips@linux-mips.org
Cc: netdev@vger.kernel.org
Cc: devel@driverdev.osuosl.org
Acked-by: Greg Kroah-Hartman
Patchwork: https://patchwork.linux-mips.org/patch/2942/
Patchwork: https://patchwork.linux-mips.org/patch/3012/
Signed-off-by: Ralf Baechle
24 Aug, 2011
1 commit
-
I looks like something used to implicitly include linux/interrupt.h,
and no longer does. Fix the resulting build error by explicitly
including it.Signed-off-by: David Daney
Cc: David S. Miller
Signed-off-by: Greg Kroah-Hartman
03 Aug, 2010
1 commit
-
request_irq() may fail, if so propagate error code.
Signed-off-by: Kulikov Vasiliy
Acked-by: David Daney
Signed-off-by: Greg Kroah-Hartman
27 Feb, 2010
1 commit
-
Signed-off-by: David Daney
To: linux-mips@linux-mips.org
To: netdev@vger.kernel.org
To: gregkh@suse.de
Patchwork: http://patchwork.linux-mips.org/patch/964/
Signed-off-by: Ralf Baechle
24 Nov, 2009
1 commit
-
In addition to being magic numbers, the irq number passed to free_irq
is incorrect. We need to use the correct symbolic value instead.Signed-off-by: David Daney
Signed-off-by: Ralf Baechle
25 Jun, 2009
1 commit
-
Convert the driver to use net_device_ops as it is now mandatory.
Also compensate for the removal of struct sk_buff's dst field.
The changes are mostly mechanical, the content of ethernet-common.c
was moved to ethernet.c and ethernet-common.{c,h} are removed.Signed-off-by: David Daney
Signed-off-by: Ralf Baechle
17 Jun, 2009
1 commit
-
The octeon-ethernet driver supports the sgmii, rgmii, spi, and xaui
ports present on the Cavium OCTEON family of SOCs. These SOCs are
multi-core mips64 processors with existing support over in arch/mips.The driver files can be categorized into three basic groups:
1) Register definitions, these are named cvmx-*-defs.h
2) Main driver code, these have names that don't start cvmx-.
3) Interface specific functions and other utility code, names starting
with cvmx-Signed-off-by: David Daney
Signed-off-by: Ralf Baechle