Re: [ANN] Media summit in Lisbon at September

2019-08-11 Thread Alexandre Courbot
On Thu, Aug 8, 2019 at 9:55 PM Mauro Carvalho Chehab wrote: > > Em Thu, 1 Aug 2019 09:34:00 -0300 > Mauro Carvalho Chehab escreveu: > > > Em Sun, 30 Jun 2019 13:44:04 -0300 > > Mauro Carvalho Chehab escreveu: > > > > > Hi all, > > > > > > We are organizing a media mini-summit in Lisbon to happen

cron job: media_tree daily build: ERRORS

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

Re: [PATCH 1/2]: media: hdpvr: Add adaptive sleeping in hdpvr_start_streaming

2019-08-11 Thread Keith Pyle
On 08/07/19 04:58, Hans Verkuil wrote: > On 8/4/19 12:09 AM, Keith Pyle wrote: >> The hdpvr firmware reacts poorly to a fast close/open sequence. Delaying >> a few seconds between the close and next open produces generally reliable >> results. Rather than requiring user programs to implement this

[PATCH] media: video-i2c: add mlx90640 subpage data to output

2019-08-11 Thread Matt Ranostay
Add current subpage data via the status register to the video frame in the last word of data, which seems to be unused undocumented reserved data. Signed-off-by: Matt Ranostay --- drivers/media/i2c/video-i2c.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/driv