Re: [PATCH v1 02/10] media: platform: mediatek: add seninf controller

From: CK Hu (胡俊光)
Date: Thu Oct 10 2024 - 22:39:10 EST


Hi, Shu-hsiang:

On Wed, 2024-10-09 at 19:15 +0800, Shu-hsiang Yang wrote:
> Introduces support for the sensor interface in the MediaTek SoC,
> with the focus on CSI and stream control. The key functionalities
> include parameter control, metering and maintaining status information,
> interrupt handling, and debugging. These features ensure effective
> management and debugging of the camera sensor interface hardware.
>
> Signed-off-by: Shu-hsiang Yang <Shu-hsiang.Yang@xxxxxxxxxxxx>
> ---

[snip]

> +
> +int mtk_cam_seninf_debug(struct seninf_ctx *ctx)
> +{

Without debug, this driver could still work. So separate debug function to an independent patch.

Regards,
CK