Re: [PATCH v2 2/2] media: i2c: Add support for ov5693 sensor

2021-04-06 Thread Daniel Scally
Hi JM! On 06/04/2021 14:54, Jean-Michel Hautbois wrote: > Hello Daniel ! > > Thanks for the patch ! > > On 06/04/2021 00:56, Daniel Scally wrote: >> The OV5693 is a 5 Mpx CMOS image sensor, connected via MIPI CSI-2. The >> chip is capable of a single lane configuration, but currently only two >> l

Re: [PATCH v2 2/2] media: i2c: Add support for ov5693 sensor

2021-04-06 Thread Jean-Michel Hautbois
Hello Daniel ! Thanks for the patch ! On 06/04/2021 00:56, Daniel Scally wrote: > The OV5693 is a 5 Mpx CMOS image sensor, connected via MIPI CSI-2. The > chip is capable of a single lane configuration, but currently only two > lanes are supported. > > Most of the sensor's features are supported

[PATCH v2 2/2] media: i2c: Add support for ov5693 sensor

2021-04-05 Thread Daniel Scally
The OV5693 is a 5 Mpx CMOS image sensor, connected via MIPI CSI-2. The chip is capable of a single lane configuration, but currently only two lanes are supported. Most of the sensor's features are supported, with the main exception being the lens correction algorithm. The driver provides all mand