[PATCH] drivers/net/niu: Support for Marvell PHY

2008-01-10 Thread Mirko Lindner
This patch makes necessary changes in the Neptune driver to support the new Marvell PHY. It also adds support for the LED blinking on Neptune cards with Marvell PHY. All registers are using defines in the niu.h header file as is already done for the BCM8704 registers. diff -uprN -X

Re: [PATCH] drivers/net/niu: Support for Marvell PHY

2008-01-10 Thread David Miller
From: Mirko Lindner [EMAIL PROTECTED] Date: Thu, 10 Jan 2008 10:33:01 +0100 This patch makes necessary changes in the Neptune driver to support the new Marvell PHY. It also adds support for the LED blinking on Neptune cards with Marvell PHY. All registers are using defines in the niu.h

Re: [PATCH] drivers/net/niu: Support for Marvell PHY

2007-12-20 Thread David Miller
From: Mirko Lindner [EMAIL PROTECTED] Date: Tue, 18 Dec 2007 17:03:58 +0100 +static int xcvr_init_10g_mrvl88x2011(struct niu *np) +{ + int err; + + /* Set LED functions */ + mrvl88x2011_led_blink_rate(np, 2); + mrvl88x2011_act_led(np, 0); /* led activity */ + +

[PATCH] drivers/net/niu: Support for Marvell PHY

2007-12-18 Thread Mirko Lindner
This patch makes necessary changes in the Neptune driver to support the new Marvell PHY. It also adds support for the LED blinking on Neptune cards with Marvell PHY. diff -uprN -X linux-2.6/Documentation/dontdiff linux-2.6/drivers/net/niu.c linux-2.6-changed/drivers/net/niu.c ---