linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: drop two usb-serial subdriver entries
@ 2014-06-01  9:32 Johan Hovold
  2014-06-01 17:45 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Johan Hovold @ 2014-06-01  9:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-usb, linux-kernel, Johan Hovold

Remove the remaining two obsolete usb-serial subdriver entries from
MAINTAINERS, which were missed in the recent purge by commit
f896b7968b62 ("USB: Maintainers change for usb serial drivers").

Signed-off-by: Johan Hovold <jhovold@gmail.com>
---
 MAINTAINERS | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 51ebb779c5f3..68599b26f514 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9298,12 +9298,6 @@ S:	Maintained
 F:	drivers/usb/host/isp116x*
 F:	include/linux/usb/isp116x.h
 
-USB KAWASAKI LSI DRIVER
-M:	Oliver Neukum <oliver@neukum.org>
-L:	linux-usb@vger.kernel.org
-S:	Maintained
-F:	drivers/usb/serial/kl5kusb105.*
-
 USB MASS STORAGE DRIVER
 M:	Matthew Dharm <mdharm-usb@one-eyed-alien.net>
 L:	linux-usb@vger.kernel.org
@@ -9331,12 +9325,6 @@ S:	Maintained
 F:	Documentation/usb/ohci.txt
 F:	drivers/usb/host/ohci*
 
-USB OPTION-CARD DRIVER
-M:	Matthias Urlichs <smurf@smurf.noris.de>
-L:	linux-usb@vger.kernel.org
-S:	Maintained
-F:	drivers/usb/serial/option.c
-
 USB PEGASUS DRIVER
 M:	Petko Manolov <petkan@nucleusys.com>
 L:	linux-usb@vger.kernel.org
-- 
1.8.5.5


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: drop two usb-serial subdriver entries
  2014-06-01  9:32 [PATCH] MAINTAINERS: drop two usb-serial subdriver entries Johan Hovold
@ 2014-06-01 17:45 ` Greg Kroah-Hartman
  2014-06-02  7:16   ` Johan Hovold
  0 siblings, 1 reply; 7+ messages in thread
From: Greg Kroah-Hartman @ 2014-06-01 17:45 UTC (permalink / raw)
  To: Johan Hovold; +Cc: linux-usb, linux-kernel

On Sun, Jun 01, 2014 at 11:32:17AM +0200, Johan Hovold wrote:
> Remove the remaining two obsolete usb-serial subdriver entries from
> MAINTAINERS, which were missed in the recent purge by commit
> f896b7968b62 ("USB: Maintainers change for usb serial drivers").
> 
> Signed-off-by: Johan Hovold <jhovold@gmail.com>
> ---
>  MAINTAINERS | 12 ------------
>  1 file changed, 12 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 51ebb779c5f3..68599b26f514 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9298,12 +9298,6 @@ S:	Maintained
>  F:	drivers/usb/host/isp116x*
>  F:	include/linux/usb/isp116x.h
>  
> -USB KAWASAKI LSI DRIVER
> -M:	Oliver Neukum <oliver@neukum.org>
> -L:	linux-usb@vger.kernel.org
> -S:	Maintained
> -F:	drivers/usb/serial/kl5kusb105.*
> -
>  USB MASS STORAGE DRIVER
>  M:	Matthew Dharm <mdharm-usb@one-eyed-alien.net>
>  L:	linux-usb@vger.kernel.org
> @@ -9331,12 +9325,6 @@ S:	Maintained
>  F:	Documentation/usb/ohci.txt
>  F:	drivers/usb/host/ohci*
>  
> -USB OPTION-CARD DRIVER
> -M:	Matthias Urlichs <smurf@smurf.noris.de>
> -L:	linux-usb@vger.kernel.org
> -S:	Maintained
> -F:	drivers/usb/serial/option.c


Why are we taking away the maintainership of these individual drivers
from these developers?  I had no problem giving you the drivers I was
supposed to be in charge of, but I need a signed-off-by from Matthias
and Oliver for these if they want to do the same.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: drop two usb-serial subdriver entries
  2014-06-01 17:45 ` Greg Kroah-Hartman
@ 2014-06-02  7:16   ` Johan Hovold
  2014-06-02  7:27     ` Matthias Urlichs
  2014-06-03  9:44     ` Oliver Neukum
  0 siblings, 2 replies; 7+ messages in thread
From: Johan Hovold @ 2014-06-02  7:16 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Oliver Neukum, Matthias Urlichs
  Cc: Johan Hovold, linux-usb, linux-kernel

On Sun, Jun 01, 2014 at 10:45:59AM -0700, Greg Kroah-Hartman wrote:
> On Sun, Jun 01, 2014 at 11:32:17AM +0200, Johan Hovold wrote:
> > Remove the remaining two obsolete usb-serial subdriver entries from
> > MAINTAINERS, which were missed in the recent purge by commit
> > f896b7968b62 ("USB: Maintainers change for usb serial drivers").
> > 
> > Signed-off-by: Johan Hovold <jhovold@gmail.com>
> > ---
> >  MAINTAINERS | 12 ------------
> >  1 file changed, 12 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 51ebb779c5f3..68599b26f514 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -9298,12 +9298,6 @@ S:	Maintained
> >  F:	drivers/usb/host/isp116x*
> >  F:	include/linux/usb/isp116x.h
> >  
> > -USB KAWASAKI LSI DRIVER
> > -M:	Oliver Neukum <oliver@neukum.org>
> > -L:	linux-usb@vger.kernel.org
> > -S:	Maintained
> > -F:	drivers/usb/serial/kl5kusb105.*
> > -
> >  USB MASS STORAGE DRIVER
> >  M:	Matthew Dharm <mdharm-usb@one-eyed-alien.net>
> >  L:	linux-usb@vger.kernel.org
> > @@ -9331,12 +9325,6 @@ S:	Maintained
> >  F:	Documentation/usb/ohci.txt
> >  F:	drivers/usb/host/ohci*
> >  
> > -USB OPTION-CARD DRIVER
> > -M:	Matthias Urlichs <smurf@smurf.noris.de>
> > -L:	linux-usb@vger.kernel.org
> > -S:	Maintained
> > -F:	drivers/usb/serial/option.c
> 
> Why are we taking away the maintainership of these individual drivers
> from these developers?  I had no problem giving you the drivers I was
> supposed to be in charge of, but I need a signed-off-by from Matthias
> and Oliver for these if they want to do the same.

I honestly thought you had just missed these entries when you removed
individual maintainership for the other usb-serial drivers with the
motivation that the developers were not around and that maintainership
for individual drivers did not make much sense anymore (as consolidation
proceeds, I read). (These two entries were also not grouped with the
others.)

Oliver and perhaps also Mathias are still around, but the option driver
is now down to about 200 LOC (including boilerplate) when not counting
the id table, while the kl5kusb105 is currently at about 400 LOC
(including boilerplate) since I converted it to use the generic
implementation a few years ago.

Oliver and Mathias, what do you think of this? Would you be willing to
sign off on this patch?

Thanks,
Johan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: drop two usb-serial subdriver entries
  2014-06-02  7:16   ` Johan Hovold
@ 2014-06-02  7:27     ` Matthias Urlichs
  2014-06-03 12:01       ` Matthias Urlichs
  2014-06-03  9:44     ` Oliver Neukum
  1 sibling, 1 reply; 7+ messages in thread
From: Matthias Urlichs @ 2014-06-02  7:27 UTC (permalink / raw)
  To: Johan Hovold; +Cc: Greg Kroah-Hartman, Oliver Neukum, linux-usb, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1580 bytes --]

Hi,

Johan Hovold:
> > > -USB OPTION-CARD DRIVER
> > > -M:	Matthias Urlichs <smurf@smurf.noris.de>
> > > -L:	linux-usb@vger.kernel.org
> > > -S:	Maintained
> > > -F:	drivers/usb/serial/option.c
> > 
> > Why are we taking away the maintainership of these individual drivers
> > from these developers?  I had no problem giving you the drivers I was
> > supposed to be in charge of, but I need a signed-off-by from Matthias
> > and Oliver for these if they want to do the same.
> 
> I honestly thought you had just missed these entries when you removed
> individual maintainership for the other usb-serial drivers with the
> motivation that the developers were not around and that maintainership
> for individual drivers did not make much sense anymore (as consolidation
> proceeds, I read). (These two entries were also not grouped with the
> others.)
> 
> Oliver and perhaps also Mathias are still around, but the option driver
> is now down to about 200 LOC (including boilerplate) when not counting
> the id table, while the kl5kusb105 is currently at about 400 LOC
> (including boilerplate) since I converted it to use the generic
> implementation a few years ago.
> 
> Oliver and Mathias, what do you think of this? Would you be willing to
> sign off on this patch?
> 
Fine by me. While I am indeed "still around", Option doesn't need a
maintainer any more -- the thing just works, and I do not see any need
for driver-specific changes other than additions to the ID table.

You hardly need a maintainer for that.

-- 
-- Matthias Urlichs

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: drop two usb-serial subdriver entries
  2014-06-02  7:16   ` Johan Hovold
  2014-06-02  7:27     ` Matthias Urlichs
@ 2014-06-03  9:44     ` Oliver Neukum
  1 sibling, 0 replies; 7+ messages in thread
From: Oliver Neukum @ 2014-06-03  9:44 UTC (permalink / raw)
  To: Johan Hovold
  Cc: Greg Kroah-Hartman, Matthias Urlichs, linux-usb, linux-kernel

On Mon, 2014-06-02 at 09:16 +0200, Johan Hovold wrote:
> Oliver and perhaps also Mathias are still around, but the option
> driver
> is now down to about 200 LOC (including boilerplate) when not counting
> the id table, while the kl5kusb105 is currently at about 400 LOC
> (including boilerplate) since I converted it to use the generic
> implementation a few years ago.
> 
> Oliver and Mathias, what do you think of this? Would you be willing to
> sign off on this patch?

Signed-off-by: Oliver Neukum <oliver@neukum.org>

	Regards
		Oliver



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: drop two usb-serial subdriver entries
  2014-06-02  7:27     ` Matthias Urlichs
@ 2014-06-03 12:01       ` Matthias Urlichs
  2014-06-23 10:41         ` Johan Hovold
  0 siblings, 1 reply; 7+ messages in thread
From: Matthias Urlichs @ 2014-06-03 12:01 UTC (permalink / raw)
  To: Johan Hovold; +Cc: Greg Kroah-Hartman, Oliver Neukum, linux-usb, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

Hi,

Matthias Urlichs:
> Fine by me.

or, in other words:

Signed-Off-By: Matthias Urlichs <matthias@urlichs.de>

-- 
-- Matthias Urlichs

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: drop two usb-serial subdriver entries
  2014-06-03 12:01       ` Matthias Urlichs
@ 2014-06-23 10:41         ` Johan Hovold
  0 siblings, 0 replies; 7+ messages in thread
From: Johan Hovold @ 2014-06-23 10:41 UTC (permalink / raw)
  To: Matthias Urlichs
  Cc: Johan Hovold, Greg Kroah-Hartman, Oliver Neukum, linux-usb, linux-kernel

On Tue, Jun 03, 2014 at 02:01:57PM +0200, Matthias Urlichs wrote:
> Hi,
> 
> Matthias Urlichs:
> > Fine by me.
> 
> or, in other words:
> 
> Signed-Off-By: Matthias Urlichs <matthias@urlichs.de>

I've now applied this to my usb-linus branch with yours and Oliver's
signed-offs.

Thanks,
Johan

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-23 10:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-01  9:32 [PATCH] MAINTAINERS: drop two usb-serial subdriver entries Johan Hovold
2014-06-01 17:45 ` Greg Kroah-Hartman
2014-06-02  7:16   ` Johan Hovold
2014-06-02  7:27     ` Matthias Urlichs
2014-06-03 12:01       ` Matthias Urlichs
2014-06-23 10:41         ` Johan Hovold
2014-06-03  9:44     ` Oliver Neukum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).