From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A19EA3B28D for ; Fri, 6 Feb 2026 08:30:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770366626; cv=none; b=Z/w4Uy3/nXCLQyFUIpAIbeJ6VZ2WAYE/WKgsa1e2xmBMrzdpReaE5/r8AMrOoi+T0lKxL+jgmqLaQuiqjFaL4eu9fBhpK3Y1IFZ+n9E7WElOk8t6VXNuB7Iujf0OdZCuuzymPV6WRcmLboayCzclfZjPpjq5gAkm7TLtCdh7ZaQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770366626; c=relaxed/simple; bh=8MfsGkZnIwVxEFoU+rW4cttCkAnjseMsvF4L8NYGMI0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gdm8FthIwU8bWWXyiqzY2yfD7SviyI2W3KOzB04QjdXRx1feGN3liQrrKMzcNIXwx2GPg2jNbT8o7mr2tEtmf4utoAgVXikfdRl+tsQplx/LAaWnjTNHVkiOhI/Dn361MOKy94oTCAVph57VpzPjgr7VuOQxcZ3h1mRRzLl3N2w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=TzRXYkF2; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="TzRXYkF2" Received: from ideasonboard.com (unknown [IPv6:2001:b07:6462:5de2:153:f9b8:5024:faa2]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2317063B; Fri, 6 Feb 2026 09:29:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1770366580; bh=8MfsGkZnIwVxEFoU+rW4cttCkAnjseMsvF4L8NYGMI0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TzRXYkF2cJ7f676Y8YFx/C+zHNBeSosnxWCbm27D8SThZPeMjrVHhNUhmTZ/IY9Rn MI1YFQzKi98tQj9L8w+P85UUwbyMmco/8DgCgfr4Kc90I+1myEGMw6O22rB8e9+03C P9VaGmRH9OjvHpA2mpwmTHpK7tmWvozVjVxE+aL4= Date: Fri, 6 Feb 2026 09:30:19 +0100 From: Jacopo Mondi To: Laurent Pinchart Cc: Nicolas Dufresne , Hans Verkuil , linux-media@vger.kernel.org, Mauro Carvalho Chehab , Sakari Ailus , Sean Young , Bryan O'Donoghue , Ricardo Ribalda Subject: Re: [PATCHv7 2/3] docs: media: document Media Maintainers Message-ID: References: <74976e732f6be2964e0371c73407c9dccf755424.1769511207.git.hverkuil+cisco@kernel.org> <444435bf1e67841c49b22cb9b4a41c8c17c710e4.camel@collabora.com> <20260205165912.GO156228@killaraus> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260205165912.GO156228@killaraus> Hi Laurent On Thu, Feb 05, 2026 at 06:59:12PM +0200, Laurent Pinchart wrote: > On Thu, Feb 05, 2026 at 09:24:26AM -0500, Nicolas Dufresne wrote: > > Le mardi 27 janvier 2026 à 11:53 +0100, Hans Verkuil a écrit : > > > Document who the Media Maintainers are and what their > > > responsibilities are. > > > > > > Signed-off-by: Hans Verkuil > > > --- > > >  .../media/maintainer-entry-profile.rst        | 47 +++++++++++++++++-- > > >  1 file changed, 44 insertions(+), 3 deletions(-) > > > > > > diff --git a/Documentation/driver-api/media/maintainer-entry-profile.rst b/Documentation/driver-api/media/maintainer-entry-profile.rst > > > index be4728b97759..4f73ee073860 100644 > > > --- a/Documentation/driver-api/media/maintainer-entry-profile.rst > > > +++ b/Documentation/driver-api/media/maintainer-entry-profile.rst > > > @@ -346,13 +346,54 @@ With the pull request workflow, pull requests shall use PGP-signed tags. > > >  For more details about PGP signing, please read > > >  Documentation/process/maintainer-pgp-guide.rst. > > >   > > > -Subsystem Media Maintainers > > > ---------------------------- > > > +List of Media Maintainers > > > +------------------------- > > >   > > > -The subsystem maintainers are: > > > +The Media Maintainers listed here all have patchwork access and can > > > +make Pull Requests or have commit rights. > > > + > > > +The Media Subsystem Maintainers are: > > >    - Mauro Carvalho Chehab > > >    - Hans Verkuil > > >   > > > +The Media Core Maintainers are: > > > +  - Sakari Ailus > > > + > > > +    - ISP > > > +    - sensor drivers > > > +    - v4l2-async and v4l2-fwnode core frameworks > > > +    - v4l2-flash-led-class core framework > > > + > > > +  - Mauro Carvalho Chehab > > > + > > > +    - DVB > > > + > > > +  - Laurent Pinchart > > > + > > > +    - Media controller drivers > > > +    - Core media controller framework > > You could list me for ISPs as well, Sakari and I handle the together. > > I'm not alone there of course, it's a team effort and Dan and Jacopo are > also active in developing and reviewing multiple ISP drivers. Not that > we necessarily want to list them in this document (and I don't know if > they would be interested), but I want publicly credit them in this mail > for the work they do. > Thanks for pointing it out. I have sent some pull request in the past and when it makes sense I intend to do so for the drivers (or framework components) I take care of. As long as I can continue doing it, there's no need to list my name here until we don't get to a model where more people can have commit rights, which is still something I hope we can get to in a reasonable time. In any case, I'm certainly interested in partecipating in any effort that could make the subsystem a little more agile. Thanks j > > > + > > > +  - Hans Verkuil > > > + > > > +    - V4L2 drivers > > > +    - V4L2 and videobuf2 core frameworks > > > +    - HDMI CEC drivers > > > +    - HDMI CEC core framework > > > + > > > +  - Sean Young > > > + > > > +    - Remote Controller (infrared) drivers > > > +    - Remote Controller (infrared) core framework > > > + > > > +The Media Driver Maintainers responsible for specific areas are: > > > +  - Nicolas Dufresne > > > + > > > +    - Codec drivers > > > > I also took care of M2M color converters lately, while trying to delegate when > > it makes sense (such as DWL100 delegated to Laurent). So we may (or may not) > > add: > > > > - M2M driver not otherwise delegated > > > > Reviewed-by: Nicolas Dufresne > > > > > + > > > +  - Bryan O'Donoghue > > > + > > > +    - Qualcomm drivers > > > + > > >  Submit Checklist Addendum > > >  ------------------------- > > >   > > -- > Regards, > > Laurent Pinchart >