Re: [V4, 2/2] media: i2c: Add Omnivision OV02A10 camera sensor driver

2019-09-08 Thread Sakari Ailus
Hi Dongchun, Thanks for the update. A few more comments below. On Sat, Sep 07, 2019 at 05:27:28PM +0800, dongchun@mediatek.com wrote: > From: Dongchun Zhu > > This patch adds a V4L2 sub-device driver for OV02A10 image sensor. > The OV02A10 is a 1/5" CMOS sensor from Omnivision, > supporting

Re: [V4, 2/2] media: i2c: Add Omnivision OV02A10 camera sensor driver

2019-09-07 Thread kbuild test robot
Hi, I love your patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [cannot apply to v5.3-rc7 next-20190904] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/do

Re: [V4, 2/2] media: i2c: Add Omnivision OV02A10 camera sensor driver

2019-09-07 Thread kbuild test robot
Hi, I love your patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [cannot apply to v5.3-rc7 next-20190904] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/do

[V4, 2/2] media: i2c: Add Omnivision OV02A10 camera sensor driver

2019-09-07 Thread dongchun.zhu
From: Dongchun Zhu This patch adds a V4L2 sub-device driver for OV02A10 image sensor. The OV02A10 is a 1/5" CMOS sensor from Omnivision, supporting output format: 10-bit Raw. The OV02A10 has a single MIPI lane interface and use the I2C bus for control and the CSI-2 bus for data. Signed-off-by: