diff options
| author | Hans Verkuil <hverkuil+cisco@kernel.org> | 2025-10-27 14:13:51 +0100 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2026-02-27 06:34:19 +0100 |
| commit | afdf5530b531c26d0882c88371e60df08df42b9a (patch) | |
| tree | 158afd6ddf22e4905013c5b6197ef4be0cd0395b /Documentation/driver-api/media | |
| parent | cc353539ec33971dcabd92279565f7d67d6bef78 (diff) | |
docs: media: document Media Maintainers
Document who the Media Maintainers are and what their
responsibilities are.
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/driver-api/media')
| -rw-r--r-- | Documentation/driver-api/media/maintainer-entry-profile.rst | 51 |
1 files changed, 48 insertions, 3 deletions
diff --git a/Documentation/driver-api/media/maintainer-entry-profile.rst b/Documentation/driver-api/media/maintainer-entry-profile.rst index a97d10620bd0..c06a84d98d75 100644 --- a/Documentation/driver-api/media/maintainer-entry-profile.rst +++ b/Documentation/driver-api/media/maintainer-entry-profile.rst @@ -359,13 +359,58 @@ 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 Media Maintainers listed here all have patchwork access and can +make Pull Requests or have commit rights. -The subsystem maintainers are: +The Media Subsystem Maintainers are: - Mauro Carvalho Chehab <mchehab@kernel.org> - Hans Verkuil <hverkuil@kernel.org> +The Media Core Maintainers are: + - Sakari Ailus <sakari.ailus@linux.intel.com> + + - Media controller drivers + - Core media controller framework + - ISP + - sensor drivers + - v4l2-async and v4l2-fwnode core frameworks + - v4l2-flash-led-class core framework + + - Mauro Carvalho Chehab <mchehab@kernel.org> + + - DVB + + - Laurent Pinchart <laurent.pinchart@ideasonboard.com> + + - Media controller drivers + - Core media controller framework + - ISP + + - Hans Verkuil <hverkuil@kernel.org> + + - V4L2 drivers + - V4L2 and videobuf2 core frameworks + - HDMI CEC drivers + - HDMI CEC core framework + + - Sean Young <sean@mess.org> + + - Remote Controller (infrared) drivers + - Remote Controller (infrared) core framework + +The Media Driver Maintainers responsible for specific areas are: + - Nicolas Dufresne <nicolas.dufresne@collabora.com> + + - Codec drivers + - M2M driver not otherwise delegated + + - Bryan O'Donoghue <bryan.odonoghue@linaro.org> + + - Qualcomm drivers + Submit Checklist Addendum ------------------------- |
