From: Michael Riesch <michael.riesch@collabora.com>
To: Frank Li <Frank.Li@nxp.com>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Maxime Ripard <mripard@kernel.org>
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
imx@lists.linux.dev
Subject: Re: [PATCH 0/3] media: v4l: async: add helper API v4l2_async_pad_init_and_register_subdev()
Date: Fri, 20 Feb 2026 10:01:01 +0100 [thread overview]
Message-ID: <fb697f64-1f2f-4a9b-b430-23867f205f12@collabora.com> (raw)
In-Reply-To: <20260210-v4l2_init_register-v1-0-8fe43f7d349f@nxp.com>
Hi Frank,
Thanks for your patches.
On 2/10/26 22:42, Frank Li wrote:
> Add the helper API v4l2_async_pad_init_and_register_subdev(), which
> combines media_entity_pads_init(), v4l2_subdev_init_finalize(), and
> v4l2_async_register_subdev() into a single call.
I think this is a good idea, but can you extend that to offer variants
for v4l2_async_register_subdev_sensor and v4l2_device_register_subdev too?
The function names are awfully long, though. Can we call this
media_register_subdev{_async,_sensor,}
maybe?
Best regards,
Michael
>
> Reduce code duplication and simplify error handling in drivers.
>
> Only change dwc and cdns. If agree add API, more driver can be simplified.
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Frank Li (3):
> media: v4l: async: add helper API v4l2_async_pad_init_and_register_subdev()
> media: synopsys: Use v4l2_async_pad_init_and_register_subdev() to simplify code
> media: cadence: cdns-csi2rx: Use v4l2_async_pad_init_and_register_subdev() to simplify code
>
> drivers/media/platform/cadence/cdns-csi2rx.c | 18 ++++----------
> drivers/media/platform/synopsys/dw-mipi-csi2rx.c | 15 +++---------
> drivers/media/v4l2-core/v4l2-async.c | 30 ++++++++++++++++++++++++
> include/media/v4l2-async.h | 18 ++++++++++++++
> 4 files changed, 55 insertions(+), 26 deletions(-)
> ---
> base-commit: bc0bfce7d0f8204e0bbadcee72e87ad9ec105c73
> change-id: 20260210-v4l2_init_register-0e6d0adcfa21
>
> Best regards,
> --
> Frank Li <Frank.Li@nxp.com>
>
next prev parent reply other threads:[~2026-02-20 9:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-10 21:42 [PATCH 0/3] media: v4l: async: add helper API v4l2_async_pad_init_and_register_subdev() Frank Li
2026-02-10 21:42 ` [PATCH 1/3] " Frank Li
2026-02-10 21:42 ` [PATCH 2/3] media: synopsys: Use v4l2_async_pad_init_and_register_subdev() to simplify code Frank Li
2026-02-10 21:42 ` [PATCH 3/3] media: cadence: cdns-csi2rx: " Frank Li
2026-02-20 9:01 ` Michael Riesch [this message]
2026-02-20 15:46 ` [PATCH 0/3] media: v4l: async: add helper API v4l2_async_pad_init_and_register_subdev() Frank Li
2026-02-23 8:34 ` Michael Riesch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fb697f64-1f2f-4a9b-b430-23867f205f12@collabora.com \
--to=michael.riesch@collabora.com \
--cc=Frank.Li@nxp.com \
--cc=imx@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=mripard@kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox