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)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Fri, 8 Apr 2022 13:40:20 +0000 (14:40 +0100)
commitb80fbd4bcba11a99bcd1bc4cd435f52ccbcd653a
treedb69ddc286ba85c388347405a7d46677dc97c1a3
parentbff60a7ac00832bc89df3dea9a7f9391169f192b
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