]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: ov13b10: Support multiple regulators
authorArun T <arun.t@intel.com>
Fri, 15 May 2026 17:45:12 +0000 (23:15 +0530)
committerSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 19 May 2026 20:55:59 +0000 (23:55 +0300)
commit03529c85f4e94950b8de3df7336c253b587febe9
tree5cd7a1e27b1efb31402bca303f73c288795cce16
parentcbc6cd55ae5fb6e15bd761f588d7a3057b0c54f8
media: ov13b10: Support multiple regulators

The OV13B10 sensor driver currently handles a single regulator called
avdd, however the sensor can be supplied by up to three regulators.
Update the driver to handle all of them together using the regulator
bulk API.

Signed-off-by: Arun T <arun.t@intel.com>
Reviewed-by: Hans de Goede <johannes.goede@oss.qualcomm.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/media/i2c/ov13b10.c