Re: [PATCH] doc-rst: add more info for resolution change blocks in ipu3

2019-08-18 Thread Bingbu Cao
On 8/19/19 2:19 PM, Tomasz Figa wrote: > Hi Bingbu, > > On Fri, Aug 16, 2019 at 8:17 PM wrote: >> >> From: Bingbu Cao >> >> This patch add more details for the resolution change blocks >> It can help the developer to understand the main resolution >> change blocks in ImgU. >> >> Signed-off-by:

Re: [PATCH v7 05/13] media: tvp5150: add input source selection of_graph support

2019-08-18 Thread Marco Felsch
Hi, sorry for the noise but this patch has two bugs. First is a rebasing issue and the second a wrong #ifdef handling. I will prepare a v8 addressing Hans comments and fixing those issues. Please let me know if you have more comments for this patch. Regards, Marco On 19-08-15 13:57, Marco Fels

Re: [PATCH] doc-rst: add more info for resolution change blocks in ipu3

2019-08-18 Thread Tomasz Figa
Hi Bingbu, On Fri, Aug 16, 2019 at 8:17 PM wrote: > > From: Bingbu Cao > > This patch add more details for the resolution change blocks > It can help the developer to understand the main resolution > change blocks in ImgU. > > Signed-off-by: Bingbu Cao > --- > Documentation/media/v4l-drivers/i

Re: [RFC,V2,1/2] media: dt-bindings: media: i2c: Add bindings for OV02A10

2019-08-18 Thread Dongchun Zhu
Hi Sakari, On Sun, 2019-08-18 at 00:32 +0300, Sakari Ailus wrote: > Hi Dongchun, > > On Sat, Aug 17, 2019 at 11:53:05AM +0800, Dongchun Zhu wrote: > ... > > > > + > > > > +The device node shall contain one 'port' child node with an > > > > +'endpoint' subnode for its digital output video port, in

Re: [PATCH v2] media: staging: imgu: make imgu work on low frequency for low input

2019-08-18 Thread Tomasz Figa
Hi Bingbu, On Fri, Aug 16, 2019 at 7:12 PM wrote: > > From: Bingbu Cao > > Currently, imgu is working on 450MHz for all cases, however > in some cases (input frame less than 2048x1152), the imgu > did not need work in high frequency. > This patch make imgu work on 200MHz if the imgu input > fram

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

2019-08-18 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, which supports 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-b

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

2019-08-18 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

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

2019-08-18 Thread dongchun.zhu
From: Dongchun Zhu Add device tree binding documentation for the OV02A10 camera sensor. Signed-off-by: Dongchun Zhu --- .../devicetree/bindings/media/i2c/ov02a10.txt | 54 ++ MAINTAINERS| 7 +++ 2 files changed, 61 insertions(+)

[PATCH v2] media: mc-device.c: fix memleak in media_device_register_entity

2019-08-18 Thread zhengbin
In media_device_register_entity, if media_graph_walk_init fails, need to free the previously memory. Reported-by: Hulk Robot Signed-off-by: zhengbin --- drivers/media/mc/mc-device.c | 65 ++-- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git

[PATCH] [media] sn9c20x: Add MSI MS-1039 laptop to flip_dmi_table

2019-08-18 Thread Hans de Goede
Like a bunch of other MSI laptops the MS-1039 uses a 0c45:627b SN9C201 + OV7660 webcam which is mounted upside down. Add it to the sn9c20x flip_dmi_table to deal with this. Cc: sta...@vger.kernel.org Reported-by: Rui Salvaterra Signed-off-by: Hans de Goede --- drivers/media/usb/gspca/sn9c20x.c

Re: MyGica T230 dvb-t2 data corruption since commit 5fa8815

2019-08-18 Thread Sean Young
Hi JP, James, On Tue, Aug 13, 2019 at 03:46:37PM +0200, JP wrote: > Thanks James, my tests on both DVB-T and DVB-C all went OK. > > So, with the t230 driver in cxusb broken for one hw version of > the device and both hw versions now working fine in dvbsky & > the driver in cxusb does not crash it

Re: [PATCH v1] [media] mceusb: fix (eliminate) TX IR signal length limit

2019-08-18 Thread Sean Young
On Thu, Aug 15, 2019 at 12:41:19PM -0400, A Sun wrote: > Fix and eliminate mceusb's IR length limit for IR signals transmitted to > the MCE IR blaster ports. Great, thank you. This code needed cleaning up, nice to see it done. I have 5 different mceusb devices and it works fine with all of them.