Re: [PATCH v1 03/10] media: platform: mediatek: add isp_7x seninf unit

From: CK Hu (胡俊光)
Date: Mon Nov 18 2024 - 20:50:44 EST


Hi, Shu-hsiang:

On Wed, 2024-10-09 at 19:15 +0800, Shu-hsiang Yang wrote:
> Introduces the driver of the MediaTek Sensor Interface,
> focusing on integration with the MediaTek ISP CAMSYS. The
> seninf device bridges camera sensors and the ISP system,
> providing management for sensor data routing and processing.
> Key features include V4L2 framework control, and dynamic
> handling of stream configurations and virtual channels.
>
> Signed-off-by: Shu-hsiang Yang <Shu-hsiang.Yang@xxxxxxxxxxxx>
> ---

[snip]

> +struct seninf_cam_mux {

struct seninf_cam_mux{} is useless, so drop it.

Regards,
CK

> + struct list_head list;
> + int idx;
> +};
> +