mbox series

[v2,0/5] alvium improvements

Message ID 20240610081034.1195523-1-tomm.merciai@gmail.com (mailing list archive)
Headers show
Series alvium improvements | expand

Message

Tommaso Merciai June 10, 2024, 8:10 a.m. UTC
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 | 65 ++++++++++++++++++++++++++-------
 drivers/media/i2c/alvium-csi2.h | 16 +++++---
 2 files changed, 62 insertions(+), 19 deletions(-)