cron job: media_tree daily build: ERRORS

2018-02-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 Feb 11 05:00:15 CET 2018 media-tree git hash:273caa260035c03d89ad63d72d8cd3d9e5c5e3f1 media_build

[PATCH] media: staging/imx: Implement init_cfg subdev pad op

2018-02-10 Thread Steve Longerbeam
Implement the init_cfg pad op in all imx-media subdevices. The TRY formats are initialized to the same default active formats as when the subdevs are registered. Signed-off-by: Steve Longerbeam --- drivers/staging/media/imx/imx-ic-prp.c | 40 +++

Re: [PATCH v2] media: imx-media-internal-sd: Use empty initializer

2018-02-10 Thread Steve Longerbeam
Acked-by: Steve Longerbeam On 02/09/2018 03:11 PM, Fabio Estevam wrote: From: Fabio Estevam When building with W=1 the following warning shows up: drivers/staging/media/imx/imx-media-internal-sd.c:274:49: warning: Using plain integer as

Freeview UK Scan Tables - URGENT Attention Necessarily Required

2018-02-10 Thread John Cooper
Hi, I have just had a talk with Dave from Digital UK so I can update my scan table locally. However in order for all of the United Kingdom's Freeview scan tables to be updated fully. So it can cope with the 700MHz band clearance and be able to successfully scan the channels. As otherwise NO

Fwd: Freeview UK Scan Tables - URGENT Attention Necessarily Required

2018-02-10 Thread John Cooper
-- Forwarded message -- From: John Cooper Date: 10 February 2018 at 17:05 Subject: Freeview UK Scan Tables - URGENT Attention Necessarily Required To: linux-me...@vget.kernel.org Hi, I have just had a talk with Dave from Digital UK so I can update my

Re: Freeview UK Scan Tables - URGENT Attention Necessarily Required

2018-02-10 Thread John Cooper
Just correcting an issue with my message. On 10 February 2018 at 17:05, John Cooper wrote: > Hi, > > I have just had a talk with Dave from Digital UK so I can update my scan > table locally. However in order for all of the United Kingdom's Freeview > scan tables to be

auth b0cce16e subscribe linux-media mrgrymrea...@gmail.com

2018-02-10 Thread John Cooper

Re: [PATCH] media: m88ds3103: don\t call a non-initalized function

2018-02-10 Thread rwar...@gmx.de
Hallo OOPS'es also happen with correct chip ID's. see: https://www.mail-archive.com/linux-media@vger.kernel.org/msg125726.html currently I can't provide any info, cause I send my device back to the seller. I tested - vanilla kernel 4.15.2, 4.1.49 - distro kernel 4.14.16-300.fc27.x86_64,

[PATCH 1/2] media: ov2640: make set_fmt() work in power-down mode

2018-02-10 Thread Akinobu Mita
The set_fmt() subdev pad operation for this driver currently does not only do the driver internal format selection but also do the actual register setup. This doesn't work if the device power control via GPIO lines is enabled. Because the set_fmt() can be called when the device is placed into

[PATCH 0/2] media: ov2640: fix issues in power-down mode

2018-02-10 Thread Akinobu Mita
The ov2640 driver has support for controlling the reset and power-down pins via GPIO lines. But enabling these GPIO controls will prevent the device from working correctly due to the lack of considering the current device power state. This series contains the fixes based on how other sensor

[PATCH 2/2] media: ov2640: make s_ctrl() work in power-down mode

2018-02-10 Thread Akinobu Mita
The s_ctrl() operation can be called when the device is placed into power down mode. Then, applying controls to H/W should be postponed at this time. Instead the controls will be restored when the streaming is started. Cc: Sakari Ailus Cc: Mauro Carvalho Chehab

Re: [PATCH v2] media: imx-media-internal-sd: Use empty initializer

2018-02-10 Thread Fabio Estevam
Hi Steve, On Fri, Feb 9, 2018 at 9:42 PM, Steve Longerbeam wrote: > There is one other case of the use of "{0}" to initialize a stack/local > struct, in prp_enum_frame_size(). It should be fixed there as well, to > be consistent. Yes, just sent a patch as you suggested.

[PATCH] media: imx-ic-prpencvf: Use empty initializer to clear all struct members

2018-02-10 Thread Fabio Estevam
From: Fabio Estevam {0} only cleans the first member of the structure. Use {} instead, which cleans all the members of the structure. Reported-by: Steve Longerbeam Signed-off-by: Fabio Estevam ---

Re: [PATCH] Potential fix for "[BUG] process stuck when closing saa7146 [dvb_ttpci]"

2018-02-10 Thread Philipp Matthias Hahn
Hello Andrey, On Sun, Oct 16, 2016 at 11:52:19PM +0200, Philipp Matthias Hahn wrote: > On Mon, Sep 19, 2016 at 07:08:52AM +0200, Philipp Hahn wrote: > > Am 16.09.2016 um 12:00 schrieb Andrey Utkin: > > > Please try this patch. It is purely speculative as I don't have the > > > hardware, > > >

[PATCH] media: m88ds3103: don't call a non-initalized function

2018-02-10 Thread Mauro Carvalho Chehab
If m88d3103 chip ID is not recognized, the device is not initialized. However, it returns from probe without any error, causing this OOPS: [7.689289] Unable to handle kernel NULL pointer dereference at virtual address [7.689297] pgd = 7b0bd7a7 [7.689302] []

Re: Adjustments for a lot of function implementations

2018-02-10 Thread SF Markus Elfring
>> Do any contributors get into the mood to take another look at software >> updates >> from my selection of change possibilities in a more constructive way? >> >> Do you need any additional development resources? > > One last time: either post per-driver patches with all the cleanups for a >