linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add myself as UVC Gadget Maintainer
@ 2022-12-06 11:38 Daniel Scally
  2022-12-06 19:06 ` Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Scally @ 2022-12-06 11:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: laurent.pinchart, Daniel Scally

Add myself as a second maintainer for the UVC Gadget

Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1daadaa4d48b..36b58ccc9a32 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21441,6 +21441,7 @@ F:	include/uapi/linux/uvcvideo.h
 
 USB WEBCAM GADGET
 M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
+M:	Daniel Scally <dan.scally@ideasonboard.com>
 L:	linux-usb@vger.kernel.org
 S:	Maintained
 F:	drivers/usb/gadget/function/*uvc*
-- 
2.34.1


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

* Re: [PATCH] MAINTAINERS: Add myself as UVC Gadget Maintainer
  2022-12-06 11:38 [PATCH] MAINTAINERS: Add myself as UVC Gadget Maintainer Daniel Scally
@ 2022-12-06 19:06 ` Laurent Pinchart
  2023-01-22 15:08   ` Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2022-12-06 19:06 UTC (permalink / raw)
  To: Daniel Scally; +Cc: linux-kernel

Hi Dan,

Thank you for the patch.

On Tue, Dec 06, 2022 at 11:38:41AM +0000, Daniel Scally wrote:
> Add myself as a second maintainer for the UVC Gadget
> 
> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>

Happy to record your interested into the UVC gadget driver in
MAINTAINERS :-)

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1daadaa4d48b..36b58ccc9a32 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21441,6 +21441,7 @@ F:	include/uapi/linux/uvcvideo.h
>  
>  USB WEBCAM GADGET
>  M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> +M:	Daniel Scally <dan.scally@ideasonboard.com>
>  L:	linux-usb@vger.kernel.org
>  S:	Maintained
>  F:	drivers/usb/gadget/function/*uvc*

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] MAINTAINERS: Add myself as UVC Gadget Maintainer
  2022-12-06 19:06 ` Laurent Pinchart
@ 2023-01-22 15:08   ` Laurent Pinchart
  2023-01-22 15:43     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2023-01-22 15:08 UTC (permalink / raw)
  To: Daniel Scally; +Cc: linux-kernel, linux-usb, Greg KH

Hi Dan,

I've just noticed that neither linux-usb nor Greg were CC'ed on this.

Greg, could you pick this patch up ([1]) for v6.3, or should Dan resend
it with the right CC list ?

[1] https://lore.kernel.org/all/20221206113841.1359976-1-dan.scally@ideasonboard.com/

On Tue, Dec 06, 2022 at 09:06:47PM +0200, Laurent Pinchart wrote:
> Hi Dan,
> 
> Thank you for the patch.
> 
> On Tue, Dec 06, 2022 at 11:38:41AM +0000, Daniel Scally wrote:
> > Add myself as a second maintainer for the UVC Gadget
> > 
> > Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
> 
> Happy to record your interested into the UVC gadget driver in
> MAINTAINERS :-)
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 1daadaa4d48b..36b58ccc9a32 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -21441,6 +21441,7 @@ F:	include/uapi/linux/uvcvideo.h
> >  
> >  USB WEBCAM GADGET
> >  M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > +M:	Daniel Scally <dan.scally@ideasonboard.com>
> >  L:	linux-usb@vger.kernel.org
> >  S:	Maintained
> >  F:	drivers/usb/gadget/function/*uvc*

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] MAINTAINERS: Add myself as UVC Gadget Maintainer
  2023-01-22 15:08   ` Laurent Pinchart
@ 2023-01-22 15:43     ` Greg KH
  2023-01-24 13:57       ` Dan Scally
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2023-01-22 15:43 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Daniel Scally, linux-kernel, linux-usb

On Sun, Jan 22, 2023 at 05:08:39PM +0200, Laurent Pinchart wrote:
> Hi Dan,
> 
> I've just noticed that neither linux-usb nor Greg were CC'ed on this.
> 
> Greg, could you pick this patch up ([1]) for v6.3, or should Dan resend
> it with the right CC list ?
> 
> [1] https://lore.kernel.org/all/20221206113841.1359976-1-dan.scally@ideasonboard.com/

Please resend it with the correct list :)

thanks,

greg k-h

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

* Re: [PATCH] MAINTAINERS: Add myself as UVC Gadget Maintainer
  2023-01-22 15:43     ` Greg KH
@ 2023-01-24 13:57       ` Dan Scally
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Scally @ 2023-01-24 13:57 UTC (permalink / raw)
  To: Greg KH, Laurent Pinchart; +Cc: linux-kernel, linux-usb


On 22/01/2023 15:43, Greg KH wrote:
> On Sun, Jan 22, 2023 at 05:08:39PM +0200, Laurent Pinchart wrote:
>> Hi Dan,
>>
>> I've just noticed that neither linux-usb nor Greg were CC'ed on this.
>>
>> Greg, could you pick this patch up ([1]) for v6.3, or should Dan resend
>> it with the right CC list ?
>>
>> [1] https://lore.kernel.org/all/20221206113841.1359976-1-dan.scally@ideasonboard.com/
> Please resend it with the correct list :)

Oops; how did I manage that!? Thanks for the heads up Laurent; I'll 
re-send it


> thanks,
>
> greg k-h

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

end of thread, other threads:[~2023-01-24 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06 11:38 [PATCH] MAINTAINERS: Add myself as UVC Gadget Maintainer Daniel Scally
2022-12-06 19:06 ` Laurent Pinchart
2023-01-22 15:08   ` Laurent Pinchart
2023-01-22 15:43     ` Greg KH
2023-01-24 13:57       ` Dan Scally

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