* [PATCH] media: platform: qcom: Add a media/platform/qcom MAINTAINERS entry
@ 2025-08-12 9:47 bod
2025-08-12 10:13 ` Krzysztof Kozlowski
0 siblings, 1 reply; 3+ messages in thread
From: bod @ 2025-08-12 9:47 UTC (permalink / raw)
To: krzysztof.kozlowski, quic_vgarodia, quic_dikshita, hverkuil,
mchehab, abhinav.kumar
Cc: linux-media, linux-arm-msm, linux-kernel, bryan.odonoghue,
Bryan O'Donoghue
From: Bryan O'Donoghue <bod@kernel.org>
Point the MAINTAINERS file to the linuxtv.org patchwork, to me for
merging media/platform/qcom and to the media-comitters gitlab.
Remove my +R from venus and iris so that get_maintainers.pl lists me for
drivers/media/platform/qcom as +M.
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
---
MAINTAINERS | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fe168477caa45..bb1b904e618cc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20815,7 +20815,6 @@ QUALCOMM IRIS VIDEO ACCELERATOR DRIVER
M: Vikash Garodia <quic_vgarodia@quicinc.com>
M: Dikshita Agarwal <quic_dikshita@quicinc.com>
R: Abhinav Kumar <abhinav.kumar@linux.dev>
-R: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
L: linux-media@vger.kernel.org
L: linux-arm-msm@vger.kernel.org
S: Maintained
@@ -20830,6 +20829,17 @@ S: Maintained
F: Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
F: drivers/mtd/nand/raw/qcom_nandc.c
+QUALCOMM MEDIA PLATFORM
+M: Bryan O'Donoghue <bod@kernel.org>
+L: linux-media@vger.kernel.org
+L: linux-arm-msm@vger.kernel.org
+S: Supported
+Q: https://patchwork.linuxtv.org/project/linux-media/list
+T: git https://gitlab.freedesktop.org/linux-media/media-committers.git
+F: Documentation/devicetree/bindings/media/*qcom*
+F: drivers/media/platform/qcom
+F: include/dt-bindings/media/*qcom*
+
QUALCOMM SMB CHARGER DRIVER
M: Casey Connolly <casey.connolly@linaro.org>
L: linux-arm-msm@vger.kernel.org
@@ -20886,7 +20896,6 @@ F: drivers/usb/typec/tcpm/qcom/
QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
M: Vikash Garodia <quic_vgarodia@quicinc.com>
M: Dikshita Agarwal <quic_dikshita@quicinc.com>
-R: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
L: linux-media@vger.kernel.org
L: linux-arm-msm@vger.kernel.org
S: Maintained
--
2.50.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] media: platform: qcom: Add a media/platform/qcom MAINTAINERS entry
2025-08-12 9:47 [PATCH] media: platform: qcom: Add a media/platform/qcom MAINTAINERS entry bod
@ 2025-08-12 10:13 ` Krzysztof Kozlowski
2025-08-12 10:55 ` Krzysztof Kozlowski
0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-12 10:13 UTC (permalink / raw)
To: bod, quic_vgarodia, quic_dikshita, hverkuil, mchehab,
abhinav.kumar
Cc: linux-media, linux-arm-msm, linux-kernel, bryan.odonoghue
On 12/08/2025 11:47, bod@kernel.org wrote:
> From: Bryan O'Donoghue <bod@kernel.org>
>
> Point the MAINTAINERS file to the linuxtv.org patchwork, to me for
> merging media/platform/qcom and to the media-comitters gitlab.
>
> Remove my +R from venus and iris so that get_maintainers.pl lists me for
> drivers/media/platform/qcom as +M.
>
> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
> ---
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] media: platform: qcom: Add a media/platform/qcom MAINTAINERS entry
2025-08-12 10:13 ` Krzysztof Kozlowski
@ 2025-08-12 10:55 ` Krzysztof Kozlowski
0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-12 10:55 UTC (permalink / raw)
To: bod, quic_vgarodia, quic_dikshita, hverkuil, mchehab,
abhinav.kumar
Cc: linux-media, linux-arm-msm, linux-kernel, bryan.odonoghue
On 12/08/2025 12:13, Krzysztof Kozlowski wrote:
> On 12/08/2025 11:47, bod@kernel.org wrote:
>> From: Bryan O'Donoghue <bod@kernel.org>
>>
>> Point the MAINTAINERS file to the linuxtv.org patchwork, to me for
>> merging media/platform/qcom and to the media-comitters gitlab.
>>
>> Remove my +R from venus and iris so that get_maintainers.pl lists me for
>> drivers/media/platform/qcom as +M.
>>
>> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
>> ---
>
> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
... although:
QUALCOMM IRIS VIDEO ACCELERATOR DRIVER
S: Maintained
+QUALCOMM MEDIA PLATFORM
+S: Supported
QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
S: Maintained
It is a bit sad that you support all Qualcomm media drivers, but the
Iris and Venus are not supported by Qualcomm. :/
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-12 10:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12 9:47 [PATCH] media: platform: qcom: Add a media/platform/qcom MAINTAINERS entry bod
2025-08-12 10:13 ` Krzysztof Kozlowski
2025-08-12 10:55 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox