Re: [PATCH 1/1] net/velocity: add poll controller function for velocity nic

2013-07-19 Thread David Miller
From: Amit Uttamchandani Date: Thu, 18 Jul 2013 17:45:22 -0700 > Add poll controller function for velocity nic. > > Signed-off-by: Amit Uttamchandani Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More m

Re: [PATCH 1/1] net/velocity: add poll controller function for velocity nic

2013-07-18 Thread Amit Uttamchandani
On Fri, Jul 19, 2013 at 08:11:07AM +0200, Francois Romieu wrote: > Amit Uttamchandani : > > Add poll controller function for velocity nic. > > Thanks. > > You did not state if it was tested. Was it ? > Yes, tested with latest upstream kernel and latest -stable 3.2.y (3.2.48). Thanks. -- To u

Re: [PATCH 1/1] net/velocity: add poll controller function for velocity nic

2013-07-18 Thread Francois Romieu
Amit Uttamchandani : > Add poll controller function for velocity nic. Thanks. You did not state if it was tested. Was it ? -- Ueimor -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://v

[PATCH 1/1] net/velocity: add poll controller function for velocity nic

2013-07-18 Thread Amit Uttamchandani
Add poll controller function for velocity nic. Signed-off-by: Amit Uttamchandani --- drivers/net/ethernet/via/via-velocity.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/net/ethernet/via/via-velocity.c b/drivers/net/ethernet/via/via-velocity.c index 1d6dc41.