cron job: media_tree daily build: OK

2019-09-07 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Sun Sep 8 05:00:10 CEST 2019 media-tree git hash:6f51fdfd8229d5358c2d6e272cf73478866e8ddc media_build gi

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

[PATCH] media: i2c: fix semicolon.cocci warnings

2019-09-07 Thread kbuild test robot
From: kbuild test robot drivers/media/i2c/ov02a10.c:695:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 2bca4b808db1 ("media: i2c: Add Omnivision OV02A10 camera sensor driver") CC: Dongchun Zhu Signed-off-by: kbuild test robot

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: [V2, 2/2] media: i2c: Add DW9768 VCM 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

Zdravstvujte! Vas interesujut klientskie bazy dannyh?

2019-09-07 Thread 128linux
Zdravstvujte! Vas interesujut klientskie bazy dannyh?

[V4, 0/2] media: i2c: Add support for OV02A10 sensor

2019-09-07 Thread dongchun.zhu
From: Dongchun Zhu Hello, This patch adds driver and bindings for Omnivision's OV02A10 2 megapixel CMOS 1/5" sensor, which has a single MIPI lane interface and output format of 10-bit Raw. The driver is implemented wth V4L2 framework. 1. Async registered as a V4L2 I2C sub-device. 2. A media en

[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:

[V4, 1/2] media: dt-bindings: media: i2c: Add bindings for OV02A10

2019-09-07 Thread dongchun.zhu
From: Dongchun Zhu This patch adds device tree bindings documentation for OV02A10 camera sensor. Signed-off-by: Dongchun Zhu --- .../devicetree/bindings/media/i2c/ov02a10.txt | 54 ++ MAINTAINERS| 7 +++ 2 files changed, 61 inse