Hi All, On some ACPI platforms, such as Chromebooks the ACPI methods to change the power-state (_PS0 and _PS3) fully take care of powering on/off the sensor. On other ACPI platforms, such as e.g. various ThinkPad models with IPU6 + ov2740 sensor, the sensor driver must control the reset GPIO and the sensor's clock itself. This series adds support for having the driver control an optional reset GPIO and an optional external clock. Regards, Hans Hans de Goede (2): media: ov2740: Add support for reset GPIO media: ov2740: Add support for external clock drivers/media/i2c/ov2740.c | 60 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) -- 2.41.0