media: i2c: imx258: Make V4L2_CID_VBLANK configurable.
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Tue, 15 Jun 2021 17:56:33 +0000 (18:56 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:32 +0000 (11:33 +0000)
commit4e022b789784f049ebacfc84b74f54b062418ce8
treec0104f5d1c1b7b550856222f39a4802a3a624719
parent89b993dd732a6338fc4dfc09a188d6030172392e
media: i2c: imx258: Make V4L2_CID_VBLANK configurable.

The values and ranges of V4L2_CID_VBLANK are all computed,
so there is no reason for it to be a read only control.
Remove the register values from the mode lists, add the
handler, and remove the read only flag.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/media/i2c/imx258.c