linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: media: uvcvideo: Update mailing list address
@ 2022-03-12 20:33 Jonathan Neuschäfer
  2022-03-12 20:43 ` Laurent Pinchart
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Neuschäfer @ 2022-03-12 20:33 UTC (permalink / raw)
  To: linux-media
  Cc: linux-uvc-devel, Jonathan Neuschäfer, Mauro Carvalho Chehab,
	Laurent Pinchart, linux-kernel

The mailing list address for UVC development has changed a while ago,
but it was only updated in MAINTAINERS, not in the documentation.
Update it there, too.

Fixes: 616bd4e2573cb ("[media] MAINTAINERS: Update UVC driver's mailing list address")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---

The ML is marked "subscribers-only" in MAINTAINERS. Perhaps it would
be useful to bring that up in the docs too.
---
 Documentation/userspace-api/media/drivers/uvcvideo.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/userspace-api/media/drivers/uvcvideo.rst b/Documentation/userspace-api/media/drivers/uvcvideo.rst
index e5fd8fad333c9..dcf992f85d471 100644
--- a/Documentation/userspace-api/media/drivers/uvcvideo.rst
+++ b/Documentation/userspace-api/media/drivers/uvcvideo.rst
@@ -7,7 +7,7 @@ This file documents some driver-specific aspects of the UVC driver, such as
 driver-specific ioctls and implementation notes.

 Questions and remarks can be sent to the Linux UVC development mailing list at
-linux-uvc-devel@lists.berlios.de.
+linux-uvc-devel@lists.sourceforce.net.


 Extension Unit (XU) support
--
2.34.1


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

* Re: [PATCH] docs: media: uvcvideo: Update mailing list address
  2022-03-12 20:33 [PATCH] docs: media: uvcvideo: Update mailing list address Jonathan Neuschäfer
@ 2022-03-12 20:43 ` Laurent Pinchart
  2022-03-12 20:52   ` Jonathan Neuschäfer
  0 siblings, 1 reply; 6+ messages in thread
From: Laurent Pinchart @ 2022-03-12 20:43 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-media, linux-uvc-devel, Mauro Carvalho Chehab, linux-kernel

Hi Jonathan,

Thank you for the patch.

On Sat, Mar 12, 2022 at 09:33:22PM +0100, Jonathan Neuschäfer wrote:
> The mailing list address for UVC development has changed a while ago,
> but it was only updated in MAINTAINERS, not in the documentation.
> Update it there, too.

Thanks for bringing this to my attention, I didn't know we were still
referencing that old list.

How about moving to the linux-media@vger.kernel.org mailing list instead
? I don't see many reasons to treat this driver with a special mailing
list anymore.

> Fixes: 616bd4e2573cb ("[media] MAINTAINERS: Update UVC driver's mailing list address")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
> 
> The ML is marked "subscribers-only" in MAINTAINERS. Perhaps it would
> be useful to bring that up in the docs too.
> ---
>  Documentation/userspace-api/media/drivers/uvcvideo.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/userspace-api/media/drivers/uvcvideo.rst b/Documentation/userspace-api/media/drivers/uvcvideo.rst
> index e5fd8fad333c9..dcf992f85d471 100644
> --- a/Documentation/userspace-api/media/drivers/uvcvideo.rst
> +++ b/Documentation/userspace-api/media/drivers/uvcvideo.rst
> @@ -7,7 +7,7 @@ This file documents some driver-specific aspects of the UVC driver, such as
>  driver-specific ioctls and implementation notes.
> 
>  Questions and remarks can be sent to the Linux UVC development mailing list at
> -linux-uvc-devel@lists.berlios.de.
> +linux-uvc-devel@lists.sourceforce.net.
> 
> 
>  Extension Unit (XU) support

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] docs: media: uvcvideo: Update mailing list address
  2022-03-12 20:43 ` Laurent Pinchart
@ 2022-03-12 20:52   ` Jonathan Neuschäfer
  2022-03-13  9:27     ` Kieran Bingham
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Neuschäfer @ 2022-03-12 20:52 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Jonathan Neuschäfer, linux-media, linux-uvc-devel,
	Mauro Carvalho Chehab, linux-kernel

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

On Sat, Mar 12, 2022 at 10:43:22PM +0200, Laurent Pinchart wrote:
> Hi Jonathan,
> 
> Thank you for the patch.
> 
> On Sat, Mar 12, 2022 at 09:33:22PM +0100, Jonathan Neuschäfer wrote:
> > The mailing list address for UVC development has changed a while ago,
> > but it was only updated in MAINTAINERS, not in the documentation.
> > Update it there, too.
> 
> Thanks for bringing this to my attention, I didn't know we were still
> referencing that old list.
> 
> How about moving to the linux-media@vger.kernel.org mailing list instead
> ? I don't see many reasons to treat this driver with a special mailing
> list anymore.

Fine by me, but I'll wait for the opinion of others who more regularly
contribute to the media subsystem.


Jonathan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] docs: media: uvcvideo: Update mailing list address
  2022-03-12 20:52   ` Jonathan Neuschäfer
@ 2022-03-13  9:27     ` Kieran Bingham
  2022-03-13 14:25       ` Laurent Pinchart
  0 siblings, 1 reply; 6+ messages in thread
From: Kieran Bingham @ 2022-03-13  9:27 UTC (permalink / raw)
  To: Jonathan Neuschäfer, Laurent Pinchart
  Cc: Jonathan Neuschäfer, linux-media, linux-uvc-devel,
	Mauro Carvalho Chehab, linux-kernel

Quoting Jonathan Neuschäfer (2022-03-12 20:52:47)
> On Sat, Mar 12, 2022 at 10:43:22PM +0200, Laurent Pinchart wrote:
> > Hi Jonathan,
> > 
> > Thank you for the patch.
> > 
> > On Sat, Mar 12, 2022 at 09:33:22PM +0100, Jonathan Neuschäfer wrote:
> > > The mailing list address for UVC development has changed a while ago,
> > > but it was only updated in MAINTAINERS, not in the documentation.
> > > Update it there, too.
> > 
> > Thanks for bringing this to my attention, I didn't know we were still
> > referencing that old list.
> > 
> > How about moving to the linux-media@vger.kernel.org mailing list instead
> > ? I don't see many reasons to treat this driver with a special mailing
> > list anymore.
> 
> Fine by me, but I'll wait for the opinion of others who more regularly
> contribute to the media subsystem.

Being subscribed to the linux-uvc-devel list, and seeing that it's a
black hole where people post, and unfortunately get very little to no
response I certainly concur that it needs to be changed.

I don't think we can guarantee a better response with linux-media, but
at least it's the right place, where the driver is actually maintained.

So I also believe it should be moved to linux-media.

--
Kieran


> 
> 
> Jonathan

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

* Re: [PATCH] docs: media: uvcvideo: Update mailing list address
  2022-03-13  9:27     ` Kieran Bingham
@ 2022-03-13 14:25       ` Laurent Pinchart
  2022-03-14 10:51         ` Jonathan Neuschäfer
  0 siblings, 1 reply; 6+ messages in thread
From: Laurent Pinchart @ 2022-03-13 14:25 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Jonathan Neuschäfer, linux-media, linux-uvc-devel,
	Mauro Carvalho Chehab, linux-kernel

On Sun, Mar 13, 2022 at 09:27:12AM +0000, Kieran Bingham wrote:
> Quoting Jonathan Neuschäfer (2022-03-12 20:52:47)
> > On Sat, Mar 12, 2022 at 10:43:22PM +0200, Laurent Pinchart wrote:
> > > Hi Jonathan,
> > > 
> > > Thank you for the patch.
> > > 
> > > On Sat, Mar 12, 2022 at 09:33:22PM +0100, Jonathan Neuschäfer wrote:
> > > > The mailing list address for UVC development has changed a while ago,
> > > > but it was only updated in MAINTAINERS, not in the documentation.
> > > > Update it there, too.
> > > 
> > > Thanks for bringing this to my attention, I didn't know we were still
> > > referencing that old list.
> > > 
> > > How about moving to the linux-media@vger.kernel.org mailing list instead
> > > ? I don't see many reasons to treat this driver with a special mailing
> > > list anymore.
> > 
> > Fine by me, but I'll wait for the opinion of others who more regularly
> > contribute to the media subsystem.
> 
> Being subscribed to the linux-uvc-devel list, and seeing that it's a
> black hole where people post, and unfortunately get very little to no
> response I certainly concur that it needs to be changed.
> 
> I don't think we can guarantee a better response with linux-media, but
> at least it's the right place, where the driver is actually maintained.
> 
> So I also believe it should be moved to linux-media.

Jonathan, would you send a v2 that references the
linux-media@vger.kernel.org list ?

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] docs: media: uvcvideo: Update mailing list address
  2022-03-13 14:25       ` Laurent Pinchart
@ 2022-03-14 10:51         ` Jonathan Neuschäfer
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Neuschäfer @ 2022-03-14 10:51 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Kieran Bingham, Jonathan Neuschäfer, linux-media,
	linux-uvc-devel, Mauro Carvalho Chehab, linux-kernel

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

On Sun, Mar 13, 2022 at 04:25:35PM +0200, Laurent Pinchart wrote:
> On Sun, Mar 13, 2022 at 09:27:12AM +0000, Kieran Bingham wrote:
> > Quoting Jonathan Neuschäfer (2022-03-12 20:52:47)
> > > On Sat, Mar 12, 2022 at 10:43:22PM +0200, Laurent Pinchart wrote:
> > > > Hi Jonathan,
> > > > 
> > > > Thank you for the patch.
> > > > 
> > > > On Sat, Mar 12, 2022 at 09:33:22PM +0100, Jonathan Neuschäfer wrote:
> > > > > The mailing list address for UVC development has changed a while ago,
> > > > > but it was only updated in MAINTAINERS, not in the documentation.
> > > > > Update it there, too.
> > > > 
> > > > Thanks for bringing this to my attention, I didn't know we were still
> > > > referencing that old list.
> > > > 
> > > > How about moving to the linux-media@vger.kernel.org mailing list instead
> > > > ? I don't see many reasons to treat this driver with a special mailing
> > > > list anymore.
> > > 
> > > Fine by me, but I'll wait for the opinion of others who more regularly
> > > contribute to the media subsystem.
> > 
> > Being subscribed to the linux-uvc-devel list, and seeing that it's a
> > black hole where people post, and unfortunately get very little to no
> > response I certainly concur that it needs to be changed.
> > 
> > I don't think we can guarantee a better response with linux-media, but
> > at least it's the right place, where the driver is actually maintained.
> > 
> > So I also believe it should be moved to linux-media.
> 
> Jonathan, would you send a v2 that references the
> linux-media@vger.kernel.org list ?

Will do.


Thanks,
Jonathan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-03-14 10:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12 20:33 [PATCH] docs: media: uvcvideo: Update mailing list address Jonathan Neuschäfer
2022-03-12 20:43 ` Laurent Pinchart
2022-03-12 20:52   ` Jonathan Neuschäfer
2022-03-13  9:27     ` Kieran Bingham
2022-03-13 14:25       ` Laurent Pinchart
2022-03-14 10:51         ` Jonathan Neuschäfer

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