From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1985F3F23DB for ; Thu, 5 Feb 2026 14:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770302223; cv=none; b=afeSN2voJpy1vmKvca/HYK3EvVaxixmICgZMW/QuyXtOKc5gktERNmUqhZffo+bBhFqES7yMWubCZInKp+2Nrf/9SADfPQ4LGwMyaDPJVSyVO9StB5R47K2E1SDX6W70n4MkpVNY5clGCfGR2XofugN6vPMw3Pjl7YHrn7sbPlg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770302223; c=relaxed/simple; bh=aKUho0pWbNFBL+JEEtoWav+yqzY5Gf/GRpTP+CvNlEM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=iH3ZVfHalTG/fqJBCIXHbPjCGgPTPtDq8rOMz6WBc3aRQjJM2ef6oThI2FG157jl7ncspoOEw/4BP/odmfmpBBHt1taO37awn/3KhkzyJ9qUoLyeF3HAjUoT65PcWGL4Z6xYWDzwgLYuovgJbJ+5S5/qj6+CpZecvdQLUPHla3s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZAArChi9; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZAArChi9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0421C4CEF7; Thu, 5 Feb 2026 14:37:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770302222; bh=aKUho0pWbNFBL+JEEtoWav+yqzY5Gf/GRpTP+CvNlEM=; h=From:To:Cc:Subject:Date:From; b=ZAArChi9Fj7wEKTuNZ3grquWtgDsRdPttw2nunerTlcH84uG2D00vTpRCkREEUWjh U94eyLz7t4cQPBWn7dvvV4OeXI3YoVV+PZdpiI95LAnFREQyf5fBgqbIscquM9qoTR rEbmQq/R3kJbxhQBROJTjYRE3WJJRz5vn2SAZ3APkstFpQ7uMtnYbMnnEU23H8KK0v yrZH2Jg82FWUdWNmKXpd5gP9en31CeEAinVMeMx+csEmJKDr2kCwI3sDbege8R8Pvh 2t5V8+u2doBwtjdZJJ1D+4En7Mho7bu8F2Le8iSIiU2AZZ3Pfr+KJN7oltOIAERt45 /Eqy/DMreLxxA== From: Hans Verkuil To: linux-media@vger.kernel.org Cc: Mauro Carvalho Chehab , Sakari Ailus , Laurent Pinchart , Sean Young , Nicolas Dufresne , Bryan O'Donoghue , Ricardo Ribalda Subject: [PATCHv8 0/3] docs: media: multicommitters model documentation Date: Thu, 5 Feb 2026 15:32:51 +0100 Message-ID: X-Mailer: git-send-email 2.51.0 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Here is v8, based on Mauro's feedback. The main changes since v7 are: - rename media-committer.rst to media-committers.rst - the 'Note' at the start of media-committers.rst is now just a list of additional responsibilies (it made no sense that it was a 'Note'). - incorporated Mauro's suggestions Patch 1/3 updates maintainer-entry-profile.rst: it introduces the three Media maintainer levels (Media Driver Maintainer, Media Core Maintainer and Media Subsystem Maintainer) and what the responsibilities are. Patch 2/3 adds back and updates the list of Media Maintainers that disappeared in patch 1/3. Please verify this whether the email addresses are the correct ones, and verify that the areas of responsibility are correct and that nothing is missing. Patch 3/3 adds media-committers.rst: that focusses on the additional commit rights that can be granted to a Media Maintainer. I have uploaded the documentation with these patches here: https://hverkuil.home.xs4all.nl/spec/driver-api/maintainer-entry-profile.html https://hverkuil.home.xs4all.nl/spec/driver-api/media-committers.html Mauro's feedback for v7 is here: https://patchwork.linuxtv.org/project/linux-media/list/?series=21550 Regards, Hans Hans Verkuil (1): docs: media: document Media Maintainers Mauro Carvalho Chehab (2): docs: media: update maintainer-entry-profile for multi-committers docs: media: document media multi-committers rules and process Documentation/driver-api/media/index.rst | 1 + .../media/maintainer-entry-profile.rst | 451 +++++++++++++++--- .../driver-api/media/media-committers.rst | 201 ++++++++ 3 files changed, 591 insertions(+), 62 deletions(-) create mode 100644 Documentation/driver-api/media/media-committers.rst -- 2.51.0