diff mbox

usbnet: Transfer of maintainership

Message ID 201104291419.04498.oneukum@suse.de
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Oliver Neukum April 29, 2011, 12:19 p.m. UTC
From 8786db859938a1be111b5b3a86161d38da5ac8db Mon Sep 17 00:00:00 2001
From: Oliver Neukum <oliver@neukum.org>
Date: Fri, 29 Apr 2011 14:15:53 +0200
Subject: [PATCH] usbnet: Transfer of maintainership

Somebody has to do it, however unfortunate be the cause.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

David Miller April 29, 2011, 7:40 p.m. UTC | #1
From: Oliver Neukum <oneukum@suse.de>
Date: Fri, 29 Apr 2011 14:19:04 +0200

> From 8786db859938a1be111b5b3a86161d38da5ac8db Mon Sep 17 00:00:00 2001
> From: Oliver Neukum <oliver@neukum.org>
> Date: Fri, 29 Apr 2011 14:15:53 +0200
> Subject: [PATCH] usbnet: Transfer of maintainership
> 
> Somebody has to do it, however unfortunate be the cause.
> 
> Signed-off-by: Oliver Neukum <oneukum@suse.de>

Applied, thanks Oliver.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Richard Cochran May 4, 2011, 5:45 a.m. UTC | #2
On Fri, Apr 29, 2011 at 02:19:04PM +0200, Oliver Neukum wrote:

>  USB "USBNET" DRIVER FRAMEWORK
> -M:	David Brownell <dbrownell@users.sourceforge.net>
> +M:	Oliver Neukum <oneukum@suse.de>

Oliver,

We have been looking at usbnet and a have question.

Usbnet doesn't use either phylib or napi, but I think the reason is
probably purely historical. Is there a technical reason why phylib or
napi won't work with usbnet devices?

If not, I would like to convert them in the near future.

Thanks,

Richard
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Oliver Neukum May 4, 2011, 7:36 a.m. UTC | #3
Am Mittwoch, 4. Mai 2011, 07:45:11 schrieb Richard Cochran:
> On Fri, Apr 29, 2011 at 02:19:04PM +0200, Oliver Neukum wrote:
> 
> >  USB "USBNET" DRIVER FRAMEWORK
> > -M:	David Brownell <dbrownell@users.sourceforge.net>
> > +M:	Oliver Neukum <oneukum@suse.de>
> 
> Oliver,
> 
> We have been looking at usbnet and a have question.
> 
> Usbnet doesn't use either phylib or napi, but I think the reason is
> probably purely historical. Is there a technical reason why phylib or
> napi won't work with usbnet devices?

Hi,

phylib is for historical reasons, although many devices won't
give you much access to the phy.

NAPI however is technically not very meaningful for USB
devices as you cannot poll them. So the central concept
behind NAPI doesn't apply.

	Regards
		Oliver
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2199ba1..16a5c5f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6556,7 +6556,7 @@  S:	Maintained
 F:	drivers/usb/host/uhci*
 
 USB "USBNET" DRIVER FRAMEWORK
-M:	David Brownell <dbrownell@users.sourceforge.net>
+M:	Oliver Neukum <oneukum@suse.de>
 L:	netdev@vger.kernel.org
 W:	http://www.linux-usb.org/usbnet
 S:	Maintained