Hello, This series containing improvements for the Alvium camera driver. Specifically: Patches: - 1 Fix fix alvium_get_fw_version() - 2 Rename acquisition frame rate enable define into a short define - 3 Alvium camera by default is in free running mode. Datasheet say that acquisition frame rate reg can only be used if frame start trigger mode is set to off. Enable r/w aquisition frame rate and turn off trigger mode. - 4 Implement enum_frame_size - 5 Use the right V4L2_CID for the analogue gain Thanks & Regards, Tommaso Tommaso Merciai (5): media: i2c: alvium: fix alvium_get_fw_version() media: i2c: alvium: rename acquisition frame rate enable reg media: i2c: alvium: enable acquisition frame rate media: i2c: alvium: implement enum_frame_size media: i2c: alvium: Move V4L2_CID_GAIN to V4L2_CID_ANALOG_GAIN drivers/media/i2c/alvium-csi2.c | 62 +++++++++++++++++++++++++-------- drivers/media/i2c/alvium-csi2.h | 17 ++++++--- 2 files changed, 59 insertions(+), 20 deletions(-) -- 2.34.1