Re: [PATCH v2 2/3] media: i2c: add imx576 image sensor driver
From: Laurent Pinchart
Date: Sat Jun 20 2026 - 09:28:28 EST
On Fri, Jun 19, 2026 at 06:24:32PM +0530, Himanshu Bhavani wrote:
> Add a v4l2 subdevice driver for the Sony imx576 sensor.
>
> The Sony IMX576 image sensor with an active
> array size of 5760 x 4312
>
> The following features are supported:
> - Manual exposure an gain control support
> - vblank/hblank control support
> - Supported resolution: 2880 x 2156 30fps (SRGGB10)
You've been asked in v1 to make this driver dynamically compute
registers instead of hardcoding modes. Please do so in v3. Nack on v2.
> Signed-off-by: Himanshu Bhavani <himanshu.bhavani@xxxxxxxxxxxxxxxxx>
> ---
> MAINTAINERS | 1 +
> drivers/media/i2c/Kconfig | 10 +
> drivers/media/i2c/Makefile | 1 +
> drivers/media/i2c/imx576.c | 1034 ++++++++++++++++++++++++++++++++++++
> 4 files changed, 1046 insertions(+)
> create mode 100644 drivers/media/i2c/imx576.c
[snip]
--
Regards,
Laurent Pinchart