mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela
@ 2013-11-07 20:04 Joe Perches
  2013-11-08  7:28 ` Jaroslav Kysela
  2013-11-08  8:24 ` Richard Weinberger
  0 siblings, 2 replies; 4+ messages in thread
From: Joe Perches @ 2013-11-07 20:04 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: LKML, Takashi Iwai, alsa-devel

Jaroslav hasn't acked or signed a patch in quite awhile.

Mark ISAPnp and HP VG/AnyLAN driver as orphan.

Add sound to his CREDITS entry.

Signed-off-by: Joe Perches <joe@perches.com>
---
 CREDITS     | 1 +
 MAINTAINERS | 7 ++-----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/CREDITS b/CREDITS
index 0640e16..01a1b34 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2021,6 +2021,7 @@ E: perex@perex.cz
 W: http://www.perex.cz
 D: Original Author and Maintainer for HP 10/100 Mbit Network Adapters
 D: ISA PnP
+D: ALSA/Sound
 S: Sindlovy Dvory 117
 S: 370 01  Ceske Budejovice
 S: Czech Republic
diff --git a/MAINTAINERS b/MAINTAINERS
index 831b869..8706839 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3983,8 +3983,7 @@ S:	Orphan
 F:	drivers/platform/x86/tc1100-wmi.c
 
 HP100:	Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
-M:	Jaroslav Kysela <perex@perex.cz>
-S:	Maintained
+S:	Orphan
 F:	drivers/net/ethernet/hp/hp100.*
 
 HPET:	High Precision Event Timers driver
@@ -4600,8 +4599,7 @@ F:	include/linux/irqdomain.h
 F:	kernel/irq/irqdomain.c
 
 ISAPNP
-M:	Jaroslav Kysela <perex@perex.cz>
-S:	Maintained
+S:	Orphan
 F:	Documentation/isapnp.txt
 F:	drivers/pnp/isapnp/
 F:	include/linux/isapnp.h
@@ -7818,7 +7816,6 @@ S:	Maintained
 F:	drivers/memstick/core/ms_block.*
 
 SOUND
-M:	Jaroslav Kysela <perex@perex.cz>
 M:	Takashi Iwai <tiwai@suse.de>
 L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
 W:	http://www.alsa-project.org/



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

* Re: [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela
  2013-11-07 20:04 [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela Joe Perches
@ 2013-11-08  7:28 ` Jaroslav Kysela
  2013-11-08 11:54   ` Joe Perches
  2013-11-08  8:24 ` Richard Weinberger
  1 sibling, 1 reply; 4+ messages in thread
From: Jaroslav Kysela @ 2013-11-08  7:28 UTC (permalink / raw)
  To: Joe Perches; +Cc: LKML, Takashi Iwai, alsa-devel

Date 7.11.2013 21:04, Joe Perches wrote:
> Jaroslav hasn't acked or signed a patch in quite awhile.

It does not mean that I'm not willing to continue the kernel code
maintenance when Takashi is offline. Keep me in. You may reorder M: lines.

> Mark ISAPnp and HP VG/AnyLAN driver as orphan.

I agree.

> 
> Add sound to his CREDITS entry.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  CREDITS     | 1 +
>  MAINTAINERS | 7 ++-----
>  2 files changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/CREDITS b/CREDITS
> index 0640e16..01a1b34 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -2021,6 +2021,7 @@ E: perex@perex.cz
>  W: http://www.perex.cz
>  D: Original Author and Maintainer for HP 10/100 Mbit Network Adapters
>  D: ISA PnP
> +D: ALSA/Sound
>  S: Sindlovy Dvory 117
>  S: 370 01  Ceske Budejovice
>  S: Czech Republic
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 831b869..8706839 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3983,8 +3983,7 @@ S:	Orphan
>  F:	drivers/platform/x86/tc1100-wmi.c
>  
>  HP100:	Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
> -M:	Jaroslav Kysela <perex@perex.cz>
> -S:	Maintained
> +S:	Orphan
>  F:	drivers/net/ethernet/hp/hp100.*
>  
>  HPET:	High Precision Event Timers driver
> @@ -4600,8 +4599,7 @@ F:	include/linux/irqdomain.h
>  F:	kernel/irq/irqdomain.c
>  
>  ISAPNP
> -M:	Jaroslav Kysela <perex@perex.cz>
> -S:	Maintained
> +S:	Orphan
>  F:	Documentation/isapnp.txt
>  F:	drivers/pnp/isapnp/
>  F:	include/linux/isapnp.h
> @@ -7818,7 +7816,6 @@ S:	Maintained
>  F:	drivers/memstick/core/ms_block.*
>  
>  SOUND
> -M:	Jaroslav Kysela <perex@perex.cz>
>  M:	Takashi Iwai <tiwai@suse.de>
>  L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
>  W:	http://www.alsa-project.org/
> 


-- 
Jaroslav Kysela <perex@perex.cz>
Linux Kernel Sound Maintainer
ALSA Project; Red Hat, Inc.

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

* Re: [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela
  2013-11-07 20:04 [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela Joe Perches
  2013-11-08  7:28 ` Jaroslav Kysela
@ 2013-11-08  8:24 ` Richard Weinberger
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2013-11-08  8:24 UTC (permalink / raw)
  To: Joe Perches; +Cc: Jaroslav Kysela, LKML, Takashi Iwai, alsa-devel

On Thu, Nov 7, 2013 at 9:04 PM, Joe Perches <joe@perches.com> wrote:
> Jaroslav hasn't acked or signed a patch in quite awhile.
>
> Mark ISAPnp and HP VG/AnyLAN driver as orphan.
>
> Add sound to his CREDITS entry.

...didn't know that we have a maintainer police.

> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  CREDITS     | 1 +
>  MAINTAINERS | 7 ++-----
>  2 files changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/CREDITS b/CREDITS
> index 0640e16..01a1b34 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -2021,6 +2021,7 @@ E: perex@perex.cz
>  W: http://www.perex.cz
>  D: Original Author and Maintainer for HP 10/100 Mbit Network Adapters
>  D: ISA PnP
> +D: ALSA/Sound
>  S: Sindlovy Dvory 117
>  S: 370 01  Ceske Budejovice
>  S: Czech Republic
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 831b869..8706839 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3983,8 +3983,7 @@ S:        Orphan
>  F:     drivers/platform/x86/tc1100-wmi.c
>
>  HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
> -M:     Jaroslav Kysela <perex@perex.cz>
> -S:     Maintained
> +S:     Orphan
>  F:     drivers/net/ethernet/hp/hp100.*
>
>  HPET:  High Precision Event Timers driver
> @@ -4600,8 +4599,7 @@ F:        include/linux/irqdomain.h
>  F:     kernel/irq/irqdomain.c
>
>  ISAPNP
> -M:     Jaroslav Kysela <perex@perex.cz>
> -S:     Maintained
> +S:     Orphan
>  F:     Documentation/isapnp.txt
>  F:     drivers/pnp/isapnp/
>  F:     include/linux/isapnp.h
> @@ -7818,7 +7816,6 @@ S:        Maintained
>  F:     drivers/memstick/core/ms_block.*
>
>  SOUND
> -M:     Jaroslav Kysela <perex@perex.cz>
>  M:     Takashi Iwai <tiwai@suse.de>
>  L:     alsa-devel@alsa-project.org (moderated for non-subscribers)
>  W:     http://www.alsa-project.org/
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



-- 
Thanks,
//richard

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

* Re: [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela
  2013-11-08  7:28 ` Jaroslav Kysela
@ 2013-11-08 11:54   ` Joe Perches
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2013-11-08 11:54 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: LKML, Takashi Iwai, alsa-devel

On Fri, 2013-11-08 at 08:28 +0100, Jaroslav Kysela wrote:
> Date 7.11.2013 21:04, Joe Perches wrote:
> > Jaroslav hasn't acked or signed a patch in quite awhile.
> 
> It does not mean that I'm not willing to continue the kernel code
> maintenance when Takashi is offline. Keep me in. You may reorder M: lines.
> 
> > Mark ISAPnp and HP VG/AnyLAN driver as orphan.
> 
> I agree.

Please submit whatever patch you think appropriate.

I only did this to get a discussion going because I
submitted a trivial sound patch and you were listed
as a maintainer without having signed anything while
Takashi had signed about 1000 patches.

That kind of inactivity is generally a sign you've
dropped off.  Also your credits entry for www.perez.cz
seemed not to be an active website, it redirected to
your webhost until just now.  nice bike/ride btw.



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

end of thread, other threads:[~2013-11-08 11:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-07 20:04 [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela Joe Perches
2013-11-08  7:28 ` Jaroslav Kysela
2013-11-08 11:54   ` Joe Perches
2013-11-08  8:24 ` Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®