cron job: media_tree daily build: WARNINGS

2018-07-17 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: Wed Jul 18 05:00:15 CEST 2018 media-tree git hash:39fbb88165b2bbbc77ea7acab5f10632a31526e6 media_build

Re: [PATCH v8 2/3] uvcvideo: send a control event when a Control Change interrupt arrives

2018-07-17 Thread Laurent Pinchart
Hi Guennadi, On Wednesday, 18 July 2018 00:30:45 EEST Guennadi Liakhovetski wrote: > On Tue, 17 Jul 2018, Laurent Pinchart wrote: > > On Thursday, 12 July 2018 10:30:46 EEST Guennadi Liakhovetski wrote: > >> On Thu, 12 Jul 2018, Laurent Pinchart wrote: > >>> On Tuesday, 8 May 2018 18:07:43 EEST

Re: [PATCH v8 3/3] uvcvideo: handle control pipe protocol STALLs

2018-07-17 Thread Laurent Pinchart
Hi Guennadi, On Tuesday, 17 July 2018 23:58:03 EEST Laurent Pinchart wrote: > On Tuesday, 8 May 2018 18:07:44 EEST Guennadi Liakhovetski wrote: > > When a command ends up in a STALL on the control pipe, use the Request > > Error Code control to provide a more precise error information to the > >

[PATCH v4l-utils] ir-ctl: make nec32 scancode encoding match kernel

2018-07-17 Thread Sean Young
For the nec32 encoding, the kernel swaps in the "inverted" and normal address and command. This might not be the most logical scheme. Signed-off-by: Sean Young --- utils/common/ir-encode.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/utils/common/ir-encode.c

[PATCH 2/2] media: rc: self test for IR encoders and decoders

2018-07-17 Thread Sean Young
ir-loopback can transmit IR on one rc device and check the correct scancode and protocol is decoded on a different rc device. This can be used to check IR transmission between two rc devices. Using rc-loopback, we use it to check the IR encoders and decoders themselves. Signed-off-by: Sean Young

[PATCH 1/2] media: rc: nec keymaps should specify the nec variant they use

2018-07-17 Thread Sean Young
The rc_proto field should list the exact variant used by the remote. This does not change the decoder used, but helps with using keymaps for transmit purposes. Signed-off-by: Sean Young --- drivers/media/rc/keymaps/rc-behold.c | 2 +- drivers/media/rc/keymaps/rc-delock-61959.c

Re: [PATCH v8 2/3] uvcvideo: send a control event when a Control Change interrupt arrives

2018-07-17 Thread Guennadi Liakhovetski
On Tue, 17 Jul 2018, Laurent Pinchart wrote: > Hi Guennadi, > > On Thursday, 12 July 2018 10:30:46 EEST Guennadi Liakhovetski wrote: > > On Thu, 12 Jul 2018, Laurent Pinchart wrote: > > > On Tuesday, 8 May 2018 18:07:43 EEST Guennadi Liakhovetski wrote: > > >> UVC defines a method of handling

[GIT PULL for 4.19] More sensor and rcar-vin driver patches

2018-07-17 Thread Sakari Ailus
Hi Mauro, Here's another bunch of sensor and rcar-vin driver patches for 4.19. Apart from the driver- and device-only patches, there's a definition of the data-enable-active property in video-interfaces.txt as well as a patch that replaces "sensor-level" in Kconfig documentation by "sensor" in

Re: [PATCH v8 3/3] uvcvideo: handle control pipe protocol STALLs

2018-07-17 Thread Laurent Pinchart
Hi Guennadi, Thank you for the patch. On Tuesday, 8 May 2018 18:07:44 EEST Guennadi Liakhovetski wrote: > When a command ends up in a STALL on the control pipe, use the Request > Error Code control to provide a more precise error information to the > user. For example, if a camera is still busy

Re: [PATCH v8 2/3] uvcvideo: send a control event when a Control Change interrupt arrives

2018-07-17 Thread Laurent Pinchart
Hi Guennadi, On Thursday, 12 July 2018 10:30:46 EEST Guennadi Liakhovetski wrote: > On Thu, 12 Jul 2018, Laurent Pinchart wrote: > > On Tuesday, 8 May 2018 18:07:43 EEST Guennadi Liakhovetski wrote: > >> UVC defines a method of handling asynchronous controls, which sends a > >> USB packet over

the photo studio

2018-07-17 Thread Ruby
We have got a team of professional to do image editing service for you. We have 20 image editors and on daily basis 2000 images can be processed. If you want to check our quality of work please send us a photo with instruction and we will work on it. Our Services: Photo cut out, masking,

[PATCH 5/5] cec-gpio: support 5v testing

2018-07-17 Thread Hans Verkuil
From: Hans Verkuil Add support for the new (optional) 5V gpio in order to debug 5V changes. Some displays turn off CEC if the 5V is not detected, so it is useful to be able to monitor this line. Signed-off-by: Hans Verkuil --- drivers/media/platform/cec-gpio/cec-gpio.c | 54

[PATCH 2/5] cec-ioc-dqevent.rst: document the new 5V events

2018-07-17 Thread Hans Verkuil
From: Hans Verkuil Document the two new 5V events. Signed-off-by: Hans Verkuil --- .../media/uapi/cec/cec-ioc-dqevent.rst | 18 ++ 1 file changed, 18 insertions(+) diff --git a/Documentation/media/uapi/cec/cec-ioc-dqevent.rst

[PATCH 1/5] cec-gpio.txt: add v5-gpios for testing the 5V line

2018-07-17 Thread Hans Verkuil
From: Hans Verkuil In order to debug the HDMI 5V line we need to add a new v5-gpios property. Signed-off-by: Hans Verkuil --- .../devicetree/bindings/media/cec-gpio.txt | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git

[PATCH 0/5] cec/cec-gpio: add support for 5V testing

2018-07-17 Thread Hans Verkuil
From: Hans Verkuil Some displays disable CEC if the HDMI 5V is not detected. In order to test issues related to this you want to be able to optionally detect when the 5V line changes in the cec-gpio driver. This patch series adds support for this feature. Regards, Hans Hans Verkuil

[PATCH 3/5] uapi/linux/cec.h: add 5V events

2018-07-17 Thread Hans Verkuil
From: Hans Verkuil Add two new events to signal when the 5V line goes high or low. Signed-off-by: Hans Verkuil --- include/uapi/linux/cec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/linux/cec.h b/include/uapi/linux/cec.h index 20fe091b7e96..097fcd812471 100644 ---

[PATCH 4/5] cec: add support for 5V signal testing

2018-07-17 Thread Hans Verkuil
From: Hans Verkuil Add support for the new 5V CEC events Signed-off-by: Hans Verkuil --- drivers/media/cec/cec-adap.c | 18 +- drivers/media/cec/cec-api.c | 8 include/media/cec-pin.h | 4 include/media/cec.h | 12 +++- 4 files changed,

Re: [PATCH v8 2/3] uvcvideo: send a control event when a Control Change interrupt arrives

2018-07-17 Thread Guennadi Liakhovetski
Hi Laurent, On Thu, 12 Jul 2018, Guennadi Liakhovetski wrote: > Hi Laurent, > > Thanks for the review. [snip] > Once I get your review of patch #3, I'll fix these two issues and > resubmit, so you can also tell me your "minor concerns," since I'll be > resubmitting anyway. Any progress on

Re: [PATCHv6 02/12] media-ioc-g-topology.rst: document new 'index' field

2018-07-17 Thread Hans Verkuil
On 13/07/18 17:23, Mauro Carvalho Chehab wrote: > Em Tue, 10 Jul 2018 10:45:02 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Document the new struct media_v2_pad 'index' field. >> >> Signed-off-by: Hans Verkuil >> Acked-by: Sakari Ailus >> --- >>

the editing

2018-07-17 Thread Ruby
We have got a team of professional to do image editing service for you. We have 20 image editors and on daily basis 2000 images can be processed. If you want to check our quality of work please send us a photo with instruction and we will work on it. Our Services: Photo cut out, masking,

images work for you

2018-07-17 Thread Ruby
We have got a team of professional to do image editing service for you. We have 20 image editors and on daily basis 2000 images can be processed. If you want to check our quality of work please send us a photo with instruction and we will work on it. Our Services: Photo cut out, masking,

images work for you

2018-07-17 Thread Ruby
We have got a team of professional to do image editing service for you. We have 20 image editors and on daily basis 2000 images can be processed. If you want to check our quality of work please send us a photo with instruction and we will work on it. Our Services: Photo cut out, masking,

RE: [PATCH] media: imx208: Add imx208 camera sensor driver

2018-07-17 Thread Chen, Ping-chung
Hi Sakari, Some of suggestions below has been added in to [PATCH v2] or [PATCH v3]. We will fix others in PATCH v4 soon. Thanks, PC -Original Message- From: Sakari Ailus [mailto:sakari.ai...@linux.intel.com] Sent: Monday, July 16, 2018 11:59 PM To: Chen, Ping-chung Cc: