linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] HID: moving to group maintainership model
@ 2018-10-27 12:19 Jiri Kosina
  2018-10-27 12:25 ` [PATCH v2] " Jiri Kosina
  2018-10-28  1:15 ` [PATCH] " Stephen Rothwell
  0 siblings, 2 replies; 5+ messages in thread
From: Jiri Kosina @ 2018-10-27 12:19 UTC (permalink / raw)
  To: linux-input, linux-kernel; +Cc: Benjamin Tissoires, Stephen Rothwell

From: Jiri Kosina <jkosina@suse.cz>

Benjamin and myself will from now on be sharing maintainership 
responsibilities for hid.git.

Update maintainers to reflect that change, and also move a git repository 
to shared space at kernel.org.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---

Stephen, could you please update the hid.git URL for linux-next as below? 
Thanks.

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c0c4c5003998..6cdca65bb0a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6588,9 +6588,9 @@ F:	arch/*/include/asm/suspend*.h
 
 HID CORE LAYER
 M:	Jiri Kosina <jikos@kernel.org>
-R:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
+M:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
 L:	linux-input@vger.kernel.org
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
 S:	Maintained
 F:	drivers/hid/
 F:	include/linux/hid*

-- 
Jiri Kosina
SUSE Labs


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

* [PATCH v2] HID: moving to group maintainership model
  2018-10-27 12:19 [PATCH] HID: moving to group maintainership model Jiri Kosina
@ 2018-10-27 12:25 ` Jiri Kosina
  2018-10-29 15:05   ` Benjamin Tissoires
  2018-10-28  1:15 ` [PATCH] " Stephen Rothwell
  1 sibling, 1 reply; 5+ messages in thread
From: Jiri Kosina @ 2018-10-27 12:25 UTC (permalink / raw)
  To: linux-input, linux-kernel; +Cc: Benjamin Tissoires, Stephen Rothwell

From: Jiri Kosina <jkosina@suse.cz>
Date: Sat, 27 Oct 2018 14:16:13 +0200
Subject: [PATCH] HID: moving to group maintainership model

Benjamin and myself will from now on be sharing maintainership
responsibilities for hid.git.

Update maintainers to reflect that change, and also move a git
repository to shared space at kernel.org.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---

Stephen, could you please update the hid.git URL for linux-next as below? 
Thanks.

v1->v2: Update all occurences in MAINTAINERS

 MAINTAINERS | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c0c4c5003998..4715cb8d9584 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6588,9 +6588,9 @@ F:	arch/*/include/asm/suspend*.h
 
 HID CORE LAYER
 M:	Jiri Kosina <jikos@kernel.org>
-R:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
+M:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
 L:	linux-input@vger.kernel.org
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
 S:	Maintained
 F:	drivers/hid/
 F:	include/linux/hid*
@@ -15254,9 +15254,9 @@ F:	include/linux/usb/gadget*
 
 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
 M:	Jiri Kosina <jikos@kernel.org>
-R:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
+M:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
 L:	linux-usb@vger.kernel.org
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
 S:	Maintained
 F:	Documentation/hid/hiddev.txt
 F:	drivers/hid/usbhid/


-- 
Jiri Kosina
SUSE Labs


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

* Re: [PATCH] HID: moving to group maintainership model
  2018-10-27 12:19 [PATCH] HID: moving to group maintainership model Jiri Kosina
  2018-10-27 12:25 ` [PATCH v2] " Jiri Kosina
@ 2018-10-28  1:15 ` Stephen Rothwell
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2018-10-28  1:15 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input, linux-kernel, Benjamin Tissoires

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

Hi Jiri,

On Sat, 27 Oct 2018 14:19:02 +0200 (CEST) Jiri Kosina <jikos@kernel.org> wrote:
>
> Stephen, could you please update the hid.git URL for linux-next as below? 
> Thanks.

Done, also added Benjamin as a contact.

[for Benjamin's benefit ...]

Thanks for adding your subsystem tree as a participant of linux-next.  As
you may know, this is not a judgement of your code.  The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window. 

You will need to ensure that the patches/commits in your tree/series have
been:
     * submitted under GPL v2 (or later) and include the Contributor's
        Signed-off-by,
     * posted to the relevant mailing list,
     * reviewed by you (or another maintainer of your subsystem tree),
     * successfully unit tested, and 
     * destined for the current or next Linux merge window.

Basically, this should be just what you would send to Linus (or ask him
to fetch).  It is allowed to be rebased if you deem it necessary.

-- 
Cheers,
Stephen Rothwell 
sfr@canb.auug.org.au

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH v2] HID: moving to group maintainership model
  2018-10-27 12:25 ` [PATCH v2] " Jiri Kosina
@ 2018-10-29 15:05   ` Benjamin Tissoires
  2018-10-29 15:28     ` Jiri Kosina
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Tissoires @ 2018-10-29 15:05 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: open list:HID CORE LAYER, lkml, sfr

On Sat, Oct 27, 2018 at 2:25 PM Jiri Kosina <jikos@kernel.org> wrote:
>
> From: Jiri Kosina <jkosina@suse.cz>
> Date: Sat, 27 Oct 2018 14:16:13 +0200
> Subject: [PATCH] HID: moving to group maintainership model
>
> Benjamin and myself will from now on be sharing maintainership
> responsibilities for hid.git.
>
> Update maintainers to reflect that change, and also move a git
> repository to shared space at kernel.org.
>
> Signed-off-by: Jiri Kosina <jkosina@suse.cz>

I guess I can answer this with:
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>

Jiri, would this need to go through the HID tree or some other? (I guess HID).

> ---
>
> Stephen, could you please update the hid.git URL for linux-next as below?

And thanks Stephen for updating linux-next (and yes, I have read the
linux-next inclusion topic :-P )

Cheers,
Benjamin

> Thanks.
>
> v1->v2: Update all occurences in MAINTAINERS
>
>  MAINTAINERS | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c0c4c5003998..4715cb8d9584 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6588,9 +6588,9 @@ F:        arch/*/include/asm/suspend*.h
>
>  HID CORE LAYER
>  M:     Jiri Kosina <jikos@kernel.org>
> -R:     Benjamin Tissoires <benjamin.tissoires@redhat.com>
> +M:     Benjamin Tissoires <benjamin.tissoires@redhat.com>
>  L:     linux-input@vger.kernel.org
> -T:     git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
> +T:     git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
>  S:     Maintained
>  F:     drivers/hid/
>  F:     include/linux/hid*
> @@ -15254,9 +15254,9 @@ F:      include/linux/usb/gadget*
>
>  USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
>  M:     Jiri Kosina <jikos@kernel.org>
> -R:     Benjamin Tissoires <benjamin.tissoires@redhat.com>
> +M:     Benjamin Tissoires <benjamin.tissoires@redhat.com>
>  L:     linux-usb@vger.kernel.org
> -T:     git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
> +T:     git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
>  S:     Maintained
>  F:     Documentation/hid/hiddev.txt
>  F:     drivers/hid/usbhid/
>
>
> --
> Jiri Kosina
> SUSE Labs
>

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

* Re: [PATCH v2] HID: moving to group maintainership model
  2018-10-29 15:05   ` Benjamin Tissoires
@ 2018-10-29 15:28     ` Jiri Kosina
  0 siblings, 0 replies; 5+ messages in thread
From: Jiri Kosina @ 2018-10-29 15:28 UTC (permalink / raw)
  To: Benjamin Tissoires; +Cc: open list:HID CORE LAYER, lkml, sfr

On Mon, 29 Oct 2018, Benjamin Tissoires wrote:

> > From: Jiri Kosina <jkosina@suse.cz>
> > Date: Sat, 27 Oct 2018 14:16:13 +0200
> > Subject: [PATCH] HID: moving to group maintainership model
> >
> > Benjamin and myself will from now on be sharing maintainership
> > responsibilities for hid.git.
> >
> > Update maintainers to reflect that change, and also move a git
> > repository to shared space at kernel.org.
> >
> > Signed-off-by: Jiri Kosina <jkosina@suse.cz>
> 
> I guess I can answer this with:
> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> 
> Jiri, would this need to go through the HID tree or some other? (I guess HID).

I've just pushed it to for-4.20/upstream-fixes. Thanks,

-- 
Jiri Kosina
SUSE Labs


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

end of thread, other threads:[~2018-10-29 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-27 12:19 [PATCH] HID: moving to group maintainership model Jiri Kosina
2018-10-27 12:25 ` [PATCH v2] " Jiri Kosina
2018-10-29 15:05   ` Benjamin Tissoires
2018-10-29 15:28     ` Jiri Kosina
2018-10-28  1:15 ` [PATCH] " Stephen Rothwell

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).