* [PATCH 0/2] Add myself to two additional linux-media drivers as reviewer
@ 2026-06-02 23:15 Bryan O'Donoghue
2026-06-02 23:15 ` [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2 Bryan O'Donoghue
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Bryan O'Donoghue @ 2026-06-02 23:15 UTC (permalink / raw)
To: linux-kernel, laurent.pinchart, hverkuil+cisco, Frank.Li,
michael.riesch, linux-media, Bryan O'Donoghue
We discussed in Nice adding reviewers to help get other's code reviewed and
to help the reviewers get more relevant knowledge by formally inspecting
the work of their peers. NXP and Qcom were mentioned.
Laurent suggested I can help out with these two drivers and so, I'm happy
to do so.
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
---
Bryan O'Donoghue (2):
media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2
media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
---
base-commit: 65c06d2edded3b1e1633bf75f0f7a26b609ed5ac
change-id: 20260603-dphy-params-extension-17fef5f7260d
Best regards,
--
Bryan O'Donoghue <bod@kernel.org>
^ permalink raw reply [flat|nested] 11+ messages in thread* [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2
2026-06-02 23:15 [PATCH 0/2] Add myself to two additional linux-media drivers as reviewer Bryan O'Donoghue
@ 2026-06-02 23:15 ` Bryan O'Donoghue
2026-06-03 17:53 ` Frank Li
2026-06-03 21:03 ` Laurent Pinchart
2026-06-02 23:15 ` [PATCH 2/2] media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list Bryan O'Donoghue
2026-06-29 21:36 ` (subset) [PATCH 0/2] Add myself to two additional linux-media drivers as reviewer Frank.Li
2 siblings, 2 replies; 11+ messages in thread
From: Bryan O'Donoghue @ 2026-06-02 23:15 UTC (permalink / raw)
To: linux-kernel, laurent.pinchart, hverkuil+cisco, Frank.Li,
michael.riesch, linux-media, Bryan O'Donoghue
At the media summit in Nice this year we discussed that cross reviewing
from different people on LKML was lacking and desirable. Laurent suggested
NXP/Qcom do some cross pollination.
Happy to read and review NXP stuff in that spirit.
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index efbf808063e50..8436428865aac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16094,6 +16094,7 @@ M: Frank Li <Frank.Li@nxp.com>
M: Martin Kepplinger-Novakovic <martink@posteo.de>
R: Rui Miguel Silva <rmfrfs@gmail.com>
R: Purism Kernel Team <kernel@puri.sm>
+R: Bryan O'Donoghue <bod@kernel.org>
L: imx@lists.linux.dev
L: linux-media@vger.kernel.org
S: Maintained
--
2.54.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2
2026-06-02 23:15 ` [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2 Bryan O'Donoghue
@ 2026-06-03 17:53 ` Frank Li
2026-06-03 19:42 ` Frank Li
2026-06-03 21:03 ` Laurent Pinchart
1 sibling, 1 reply; 11+ messages in thread
From: Frank Li @ 2026-06-03 17:53 UTC (permalink / raw)
To: Bryan O'Donoghue
Cc: linux-kernel, laurent.pinchart, hverkuil+cisco, michael.riesch,
linux-media
On Wed, Jun 03, 2026 at 12:15:40AM +0100, Bryan O'Donoghue wrote:
> At the media summit in Nice this year we discussed that cross reviewing
> from different people on LKML was lacking and desirable. Laurent suggested
> NXP/Qcom do some cross pollination.
>
> Happy to read and review NXP stuff in that spirit.
>
> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
> ---
Reviewed-by: Frank Li <Frank.Li@nxp.com>
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index efbf808063e50..8436428865aac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16094,6 +16094,7 @@ M: Frank Li <Frank.Li@nxp.com>
> M: Martin Kepplinger-Novakovic <martink@posteo.de>
> R: Rui Miguel Silva <rmfrfs@gmail.com>
> R: Purism Kernel Team <kernel@puri.sm>
> +R: Bryan O'Donoghue <bod@kernel.org>
> L: imx@lists.linux.dev
> L: linux-media@vger.kernel.org
> S: Maintained
>
> --
> 2.54.0
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2
2026-06-03 17:53 ` Frank Li
@ 2026-06-03 19:42 ` Frank Li
2026-06-29 21:44 ` Laurent Pinchart
0 siblings, 1 reply; 11+ messages in thread
From: Frank Li @ 2026-06-03 19:42 UTC (permalink / raw)
To: Bryan O'Donoghue
Cc: linux-kernel, laurent.pinchart, hverkuil+cisco, michael.riesch,
linux-media
On Wed, Jun 03, 2026 at 01:53:29PM -0400, Frank Li wrote:
> On Wed, Jun 03, 2026 at 12:15:40AM +0100, Bryan O'Donoghue wrote:
> > At the media summit in Nice this year we discussed that cross reviewing
> > from different people on LKML was lacking and desirable. Laurent suggested
> > NXP/Qcom do some cross pollination.
> >
> > Happy to read and review NXP stuff in that spirit.
> >
> > Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
> > ---
>
> Reviewed-by: Frank Li <Frank.Li@nxp.com>
Laurent and Bryan O'Donoghue,
which qcom part I can help review, I can add myself as reviewer also.
Frank
>
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index efbf808063e50..8436428865aac 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16094,6 +16094,7 @@ M: Frank Li <Frank.Li@nxp.com>
> > M: Martin Kepplinger-Novakovic <martink@posteo.de>
> > R: Rui Miguel Silva <rmfrfs@gmail.com>
> > R: Purism Kernel Team <kernel@puri.sm>
> > +R: Bryan O'Donoghue <bod@kernel.org>
> > L: imx@lists.linux.dev
> > L: linux-media@vger.kernel.org
> > S: Maintained
> >
> > --
> > 2.54.0
> >
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2
2026-06-03 19:42 ` Frank Li
@ 2026-06-29 21:44 ` Laurent Pinchart
2026-06-29 21:57 ` Bryan O'Donoghue
0 siblings, 1 reply; 11+ messages in thread
From: Laurent Pinchart @ 2026-06-29 21:44 UTC (permalink / raw)
To: Frank Li
Cc: Bryan O'Donoghue, linux-kernel, hverkuil+cisco,
michael.riesch, linux-media
On Wed, Jun 03, 2026 at 03:42:58PM -0400, Frank Li wrote:
> On Wed, Jun 03, 2026 at 01:53:29PM -0400, Frank Li wrote:
> > On Wed, Jun 03, 2026 at 12:15:40AM +0100, Bryan O'Donoghue wrote:
> > > At the media summit in Nice this year we discussed that cross reviewing
> > > from different people on LKML was lacking and desirable. Laurent suggested
> > > NXP/Qcom do some cross pollination.
> > >
> > > Happy to read and review NXP stuff in that spirit.
> > >
> > > Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
> > > ---
> >
> > Reviewed-by: Frank Li <Frank.Li@nxp.com>
>
> Laurent and Bryan O'Donoghue,
>
> which qcom part I can help review, I can add myself as reviewer also.
Bryan, could you please reply to this ?
> > > MAINTAINERS | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index efbf808063e50..8436428865aac 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -16094,6 +16094,7 @@ M: Frank Li <Frank.Li@nxp.com>
> > > M: Martin Kepplinger-Novakovic <martink@posteo.de>
> > > R: Rui Miguel Silva <rmfrfs@gmail.com>
> > > R: Purism Kernel Team <kernel@puri.sm>
> > > +R: Bryan O'Donoghue <bod@kernel.org>
> > > L: imx@lists.linux.dev
> > > L: linux-media@vger.kernel.org
> > > S: Maintained
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2
2026-06-29 21:44 ` Laurent Pinchart
@ 2026-06-29 21:57 ` Bryan O'Donoghue
0 siblings, 0 replies; 11+ messages in thread
From: Bryan O'Donoghue @ 2026-06-29 21:57 UTC (permalink / raw)
To: Laurent Pinchart, Frank Li
Cc: linux-kernel, hverkuil+cisco, michael.riesch, linux-media
On 29/06/2026 22:44, Laurent Pinchart wrote:
> On Wed, Jun 03, 2026 at 03:42:58PM -0400, Frank Li wrote:
>> On Wed, Jun 03, 2026 at 01:53:29PM -0400, Frank Li wrote:
>>> On Wed, Jun 03, 2026 at 12:15:40AM +0100, Bryan O'Donoghue wrote:
>>>> At the media summit in Nice this year we discussed that cross reviewing
>>>> from different people on LKML was lacking and desirable. Laurent suggested
>>>> NXP/Qcom do some cross pollination.
>>>>
>>>> Happy to read and review NXP stuff in that spirit.
>>>>
>>>> Signed-off-by: Bryan O'Donoghue<bod@kernel.org>
>>>> ---
>>> Reviewed-by: Frank Li<Frank.Li@nxp.com>
>> Laurent and Bryan O'Donoghue,
>>
>> which qcom part I can help review, I can add myself as reviewer also.
> Bryan, could you please reply to this ?
How much work do you feel like doing ?
You can either +R camera or +R all of driver/media/platform/qcom
TBH there's a lot of work that goes on outside of camera that perhaps
could do with some more love from !qcom people.
Up to yourself.
---
bod
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2
2026-06-02 23:15 ` [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2 Bryan O'Donoghue
2026-06-03 17:53 ` Frank Li
@ 2026-06-03 21:03 ` Laurent Pinchart
1 sibling, 0 replies; 11+ messages in thread
From: Laurent Pinchart @ 2026-06-03 21:03 UTC (permalink / raw)
To: Bryan O'Donoghue
Cc: linux-kernel, hverkuil+cisco, Frank.Li, michael.riesch,
linux-media
Hi Bryan,
On Wed, Jun 03, 2026 at 12:15:40AM +0100, Bryan O'Donoghue wrote:
> At the media summit in Nice this year we discussed that cross reviewing
> from different people on LKML was lacking and desirable. Laurent suggested
> NXP/Qcom do some cross pollination.
>
> Happy to read and review NXP stuff in that spirit.
>
> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Thank you for volunteering.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index efbf808063e50..8436428865aac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16094,6 +16094,7 @@ M: Frank Li <Frank.Li@nxp.com>
> M: Martin Kepplinger-Novakovic <martink@posteo.de>
> R: Rui Miguel Silva <rmfrfs@gmail.com>
> R: Purism Kernel Team <kernel@puri.sm>
> +R: Bryan O'Donoghue <bod@kernel.org>
> L: imx@lists.linux.dev
> L: linux-media@vger.kernel.org
> S: Maintained
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/2] media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list
2026-06-02 23:15 [PATCH 0/2] Add myself to two additional linux-media drivers as reviewer Bryan O'Donoghue
2026-06-02 23:15 ` [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2 Bryan O'Donoghue
@ 2026-06-02 23:15 ` Bryan O'Donoghue
2026-06-03 9:44 ` Michael Riesch
2026-06-03 21:04 ` Laurent Pinchart
2026-06-29 21:36 ` (subset) [PATCH 0/2] Add myself to two additional linux-media drivers as reviewer Frank.Li
2 siblings, 2 replies; 11+ messages in thread
From: Bryan O'Donoghue @ 2026-06-02 23:15 UTC (permalink / raw)
To: linux-kernel, laurent.pinchart, hverkuil+cisco, Frank.Li,
michael.riesch, linux-media, Bryan O'Donoghue
As a cross pollination activity between Qcom and others add myself to the
Rockchip list. We discussed @ Nice making reviews more formal because
frankly we can get gummed up in not reviewing. Add myself +R here in that
light.
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8436428865aac..25e3f2cfcbf2b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -25934,6 +25934,7 @@ F: include/linux/soc/amd/isp4_misc.h
SYNOPSYS DESIGNWARE MIPI CSI-2 RECEIVER DRIVER
M: Michael Riesch <michael.riesch@collabora.com>
+R: Bryan O'Donoghue <bod@kernel.org>
L: linux-media@vger.kernel.org
S: Maintained
F: Documentation/devicetree/bindings/media/rockchip,rk3568-mipi-csi2.yaml
--
2.54.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list
2026-06-02 23:15 ` [PATCH 2/2] media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list Bryan O'Donoghue
@ 2026-06-03 9:44 ` Michael Riesch
2026-06-03 21:04 ` Laurent Pinchart
1 sibling, 0 replies; 11+ messages in thread
From: Michael Riesch @ 2026-06-03 9:44 UTC (permalink / raw)
To: Bryan O'Donoghue, linux-kernel, laurent.pinchart,
hverkuil+cisco, Frank.Li, linux-media
Hi Bryan,
On 6/3/26 01:15, Bryan O'Donoghue wrote:
> As a cross pollination activity between Qcom and others add myself to the
> Rockchip list. We discussed @ Nice making reviews more formal because
> frankly we can get gummed up in not reviewing. Add myself +R here in that
> light.
Cool, welcome aboard :-)
>
> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Acked-by: Michael Riesch <michael.riesch@collabora.com>
Best regards,
Michael
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8436428865aac..25e3f2cfcbf2b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -25934,6 +25934,7 @@ F: include/linux/soc/amd/isp4_misc.h
>
> SYNOPSYS DESIGNWARE MIPI CSI-2 RECEIVER DRIVER
> M: Michael Riesch <michael.riesch@collabora.com>
> +R: Bryan O'Donoghue <bod@kernel.org>
> L: linux-media@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/media/rockchip,rk3568-mipi-csi2.yaml
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list
2026-06-02 23:15 ` [PATCH 2/2] media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list Bryan O'Donoghue
2026-06-03 9:44 ` Michael Riesch
@ 2026-06-03 21:04 ` Laurent Pinchart
1 sibling, 0 replies; 11+ messages in thread
From: Laurent Pinchart @ 2026-06-03 21:04 UTC (permalink / raw)
To: Bryan O'Donoghue
Cc: linux-kernel, hverkuil+cisco, Frank.Li, michael.riesch,
linux-media
Hi Bryan,
On Wed, Jun 03, 2026 at 12:15:41AM +0100, Bryan O'Donoghue wrote:
> As a cross pollination activity between Qcom and others add myself to the
> Rockchip list. We discussed @ Nice making reviews more formal because
> frankly we can get gummed up in not reviewing. Add myself +R here in that
> light.
>
> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8436428865aac..25e3f2cfcbf2b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -25934,6 +25934,7 @@ F: include/linux/soc/amd/isp4_misc.h
>
> SYNOPSYS DESIGNWARE MIPI CSI-2 RECEIVER DRIVER
> M: Michael Riesch <michael.riesch@collabora.com>
> +R: Bryan O'Donoghue <bod@kernel.org>
> L: linux-media@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/media/rockchip,rk3568-mipi-csi2.yaml
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: (subset) [PATCH 0/2] Add myself to two additional linux-media drivers as reviewer
2026-06-02 23:15 [PATCH 0/2] Add myself to two additional linux-media drivers as reviewer Bryan O'Donoghue
2026-06-02 23:15 ` [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2 Bryan O'Donoghue
2026-06-02 23:15 ` [PATCH 2/2] media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list Bryan O'Donoghue
@ 2026-06-29 21:36 ` Frank.Li
2 siblings, 0 replies; 11+ messages in thread
From: Frank.Li @ 2026-06-29 21:36 UTC (permalink / raw)
To: linux-kernel, laurent.pinchart, hverkuil+cisco, michael.riesch,
linux-media, Bryan O'Donoghue
Cc: Frank Li
From: Frank Li <Frank.Li@nxp.com>
On Wed, 03 Jun 2026 00:15:39 +0100, Bryan O'Donoghue wrote:
> We discussed in Nice adding reviewers to help get other's code reviewed and
> to help the reviewers get more relevant knowledge by formally inspecting
> the work of their peers. NXP and Qcom were mentioned.
>
> Laurent suggested I can help out with these two drivers and so, I'm happy
> to do so.
>
> [...]
Applied, thanks!
[1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2
commit: c6193d521154e0ca86ffd389de0c2c09c2c072ef
Best regards,
--
Frank Li <Frank.Li@nxp.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2026-06-29 21:57 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-02 23:15 [PATCH 0/2] Add myself to two additional linux-media drivers as reviewer Bryan O'Donoghue
2026-06-02 23:15 ` [PATCH 1/2] media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2 Bryan O'Donoghue
2026-06-03 17:53 ` Frank Li
2026-06-03 19:42 ` Frank Li
2026-06-29 21:44 ` Laurent Pinchart
2026-06-29 21:57 ` Bryan O'Donoghue
2026-06-03 21:03 ` Laurent Pinchart
2026-06-02 23:15 ` [PATCH 2/2] media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list Bryan O'Donoghue
2026-06-03 9:44 ` Michael Riesch
2026-06-03 21:04 ` Laurent Pinchart
2026-06-29 21:36 ` (subset) [PATCH 0/2] Add myself to two additional linux-media drivers as reviewer Frank.Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox