[PATCH v2 2/3] media: i2c: Add support for the OV8865 image sensor

2020-11-13 Thread Paul Kocialkowski
The OV8865 is a 8 Mpx CMOS image sensor producing 3264x2448 at 30 fps. Other modes (including some with sub-sampling) are available too. It outputs 10-bit bayer CFA data through a MIPI CSI-2 interface with up to 4 lanes supported. Some register initialisation sequences are still needed for this dr

Re: [PATCH v2 2/3] media: i2c: Add support for the OV8865 image sensor

2020-10-02 Thread Sakari Ailus
Hi Kévin, Thanks for the patchset. It's a nice driver; please see my comments below. Please do cc me in future versions. On Fri, Aug 28, 2020 at 03:11:33PM +0200, Kévin L'hôpital wrote: > The ov8865 sensor from the Omnivision supports up to 3264x2448, > a 10 bits output format and MIPI CSI2 inte

Re: [PATCH v2 2/3] media: i2c: Add support for the OV8865 image sensor

2020-08-30 Thread kernel test robot
Hi "Kévin, Thank you for the patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on sunxi/sunxi/for-next robh/for-next v5.9-rc2 next-20200828] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

[PATCH v2 2/3] media: i2c: Add support for the OV8865 image sensor

2020-08-28 Thread Kévin L'hôpital
The ov8865 sensor from the Omnivision supports up to 3264x2448, a 10 bits output format and MIPI CSI2 interface. The following driver adds support of all the resolutions at 30 and 60 fps as well as the adjustement of the exposure, the gain and the rotation of the image. Signed-off-by: Kévin L'hôp