]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: i2c: ov01a10: Add ov01a10_sensor_cfg struct
authorHans de Goede <hansg@kernel.org>
Tue, 14 Oct 2025 17:40:29 +0000 (19:40 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 13 Jan 2026 11:28:49 +0000 (12:28 +0100)
commit12d3c5ffe298d99b4c0d87f8d381ae701bd71462
tree5c04ea90f69c2fec0a3c91fe6586e6124549b8a8
parenta9aafc571a2aed699b1a88f2c30203e173838600
media: i2c: ov01a10: Add ov01a10_sensor_cfg struct

Add a struct with some sensor variant (ov01a10 / ov01a1b / ov01a1s)
specific settings.

This is a preparation patch for adding support for the ov01a1s sensor
which uses the same sensor with a different (RGBI) color-filter.

Signed-off-by: Hans de Goede <hansg@kernel.org>
Tested-by: Mehdi Djait <mehdi.djait@linux.intel.com> # Dell XPS 9315
Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/i2c/ov01a10.c