[PATCH 0/2] Single-lane CSI-2 operation on OmniVision OV5670

Luca Weiss posted 2 patches 2 years, 7 months ago
drivers/media/i2c/ov5670.c | 112 +++++++++++++++++++++++++++++++--------------
1 file changed, 77 insertions(+), 35 deletions(-)
[PATCH 0/2] Single-lane CSI-2 operation on OmniVision OV5670
Posted by Luca Weiss 2 years, 7 months ago
Add support for single-lane configuration of OV5670 sensor.

While I believe this series shouldn't break anything on ACPI systems I
don't not have one to test. Verified on DT/OF only using a single-lane
configuration.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Luca Weiss (2):
      media: i2c: ov5670: Use dev_err_probe in probe function
      media: i2c: ov5670: Support single-lane operation

 drivers/media/i2c/ov5670.c | 112 +++++++++++++++++++++++++++++++--------------
 1 file changed, 77 insertions(+), 35 deletions(-)
---
base-commit: 6ba8a227fd19d19779005fb66ad7562608e1df83
change-id: 20230210-ov5670-single-lane-259561b1a820

Best regards,
-- 
Luca Weiss <luca@z3ntu.xyz>