cron job: media_tree daily build: ERRORS

2019-08-10 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 Aug 11 05:00:12 CEST 2019 media-tree git hash:97299a3035328d7ae2f4fccaf6e549974df6e118 media_build gi

Re: [PATCH v3] media: imx: mipi csi-2: Don't fail if initial state times-out

2019-08-10 Thread Steve Longerbeam
On 8/8/19 11:02 AM, Steve Longerbeam wrote: On 8/8/19 1:53 AM, Philipp Zabel wrote: Hi Sakari, On Thu, 2019-08-08 at 11:26 +0300, Sakari Ailus wrote: [...] Have you checked how it works if you simply leave out this test? Whether this works or not depends on the sensor used, and for some

attn

2019-08-10 Thread Nayef Abu Sakran
Good day do you receive the mail i send to you?

Re: [PATCH v2 2/3] [media] mceusb: Reword messages referring to "urb"

2019-08-10 Thread Sean Young
Hi, On Sun, Jul 21, 2019 at 05:31:55PM -0400, A Sun wrote: > FYI, I'm in progress on another mceusb patch to fix, and eliminate, the > driver's > TX IR length limits. Limit causes -EINVAL errors for > ~300 pulse/space > samples and > I've seen reports (and patches for) of appliances with IR over

[PATCH 2/3] media: imon_raw: prevent "nonsensical timing event of duration 0"

2019-08-10 Thread Sean Young
Sometimes the device sends IR data which is all space, no pulses whatsoever. Add the end of this the driver will put the rc device into idle mode when it already is in idle mode. The following will be logged: rc rc0: nonsensical timing event of duration 0 rc rc0: two consecutive events of type spa

[PATCH 1/3] media: imon_raw: simplify and explain bit operations

2019-08-10 Thread Sean Young
This code needs some explanation. Signed-off-by: Sean Young --- drivers/media/rc/imon_raw.c | 43 + 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/drivers/media/rc/imon_raw.c b/drivers/media/rc/imon_raw.c index 25e56c5b13c0..e6723993b466 100644

[PATCH 3/3] selftests: ir: fix ir_loopback test failure

2019-08-10 Thread Sean Young
The decoder is called rc-mm, not rcmm. This was renamed late in the cycle so this bug crept in. Cc: Shuah Khan Signed-off-by: Sean Young --- tools/testing/selftests/ir/ir_loopback.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testing/selftests/ir/ir_loopback.