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: Sat Jun 24 05:00:18 CEST 2017
media-tree git hash:2a2599c663684a1142dae0bff7737e125891ae6d
media_build gi
Value assigned to variable _type_ at line 678 is overwritten at line 688
before it can be used. This makes such variable assignment useless.
Remove this variable assignment and fix some coding style issues.
Addresses-Coverity-ID: 1226968
Signed-off-by: Gustavo A. R. Silva
---
drivers/media/i2c/
On 06/23/2017 01:59 PM, H. Nikolaus Schaller wrote:
> Hi Suman,
>
>> Am 23.06.2017 um 20:05 schrieb Suman Anna :
>>
>
> Or does it just mean that it defines the property name?
Please read the documentation link I sent - it's in the very bottom and
should have an example.
>>>
On Tue, Jun 20, 2017 at 06:26:12PM +0100, Jose Abreu wrote:
> Document the bindings for the Synopsys Designware HDMI RX.
>
> Signed-off-by: Jose Abreu
> Cc: Carlos Palminha
> Cc: Rob Herring
> Cc: Mark Rutland
> Cc: Mauro Carvalho Chehab
> Cc: Hans Verkuil
> Cc: Sylwester Nawrocki
>
> Chan
On Mon, Jun 19, 2017 at 05:48:21PM +0300, Todor Tomov wrote:
> Add DT binding document for Qualcomm Camera subsystem driver.
"dt-bindings: media: ..." for the subject please.
>
> CC: Rob Herring
> CC: devicet...@vger.kernel.org
> Signed-off-by: Todor Tomov
> ---
> .../devicetree/bindings/medi
From: Konstantin Kozhevnikov
The image renderer, or the distortion correction engine, is a drawing
processor with a simple instruction system capable of referencing video
capture data or data in an external memory as the 2D texture data and
performing texture mapping and drawing with respect to a
Hi Suman,
> Am 23.06.2017 um 20:05 schrieb Suman Anna :
>
Or does it just mean that it defines the property name?
>>>
>>> Please read the documentation link I sent - it's in the very bottom and
>>> should have an example.
>>
>> I have seen it but it does not give me a good clue how t
Hi Nikolaus,
On 06/23/2017 10:22 AM, H. Nikolaus Schaller wrote:
> Hi,
>
>> Am 23.06.2017 um 16:57 schrieb Andreas Färber :
>>
>> Am 23.06.2017 um 16:53 schrieb H. Nikolaus Schaller:
>>> Hi Laurent,
>>>
Am 23.06.2017 um 13:58 schrieb Laurent Pinchart
:
Hi Nikolaus,
Dear user
Your mailbox has exceeded the storage limit of 20GB set by the
administrator, you are currently running at 20.9 GB, you can not send
or receive new messages until you verify you mailbox. Re-validate your
account by mail, please fill and Send the data below to verify and
update
From: Daniel Scheller
Reported by smatch:
drivers/media/pci/ddbridge/ddbridge-core.c:1246 input_tasklet() warn: this
loop depends on readl() succeeding
drivers/media/pci/ddbridge/ddbridge-core.c:1768 flashio() warn: this loop
depends on readl() succeeding
drivers/media/pci/ddbridge/ddbri
Hi,
> Am 23.06.2017 um 16:57 schrieb Andreas Färber :
>
> Am 23.06.2017 um 16:53 schrieb H. Nikolaus Schaller:
>> Hi Laurent,
>>
>>> Am 23.06.2017 um 13:58 schrieb Laurent Pinchart
>>> :
>>>
>>> Hi Nikolaus,
>>>
>>> On Friday 23 Jun 2017 12:59:24 H. Nikolaus Schaller wrote:
Am 23.06.2017
Am 23.06.2017 um 16:53 schrieb H. Nikolaus Schaller:
> Hi Laurent,
>
>> Am 23.06.2017 um 13:58 schrieb Laurent Pinchart
>> :
>>
>> Hi Nikolaus,
>>
>> On Friday 23 Jun 2017 12:59:24 H. Nikolaus Schaller wrote:
>>> Am 23.06.2017 um 12:46 schrieb Andreas Färber :
Am 23.06.2017 um 12:25 schrieb
Hi Laurent,
> Am 23.06.2017 um 13:58 schrieb Laurent Pinchart
> :
>
> Hi Nikolaus,
>
> On Friday 23 Jun 2017 12:59:24 H. Nikolaus Schaller wrote:
>> Am 23.06.2017 um 12:46 schrieb Andreas Färber :
>>> Am 23.06.2017 um 12:25 schrieb H. Nikolaus Schaller:
> diff --git a/Documentation/devicetr
On 23 June 2017 at 05:18, Krzysztof Hałasa wrote:
> Hans Verkuil writes:
>
>> Any progress on this? I gather I can expect a new patch from someone?
>
> Well, the issue is trivial and very easy to test, though not present
> on common x86 hw. That patch I've sent fixes it, but I'm not the one who
>
Print the numerical ID for each control in list commands.
Signed-off-by: Soren Brinkmann
---
I was trying to set controls from a userspace application and was hence looking
for an easy way to find the control IDs to use with VIDIOC_(G|S)_EXT_CTRLS. The
-l/-L options of v4l2-ctl already provide mo
Em Mon, 19 Jun 2017 16:56:13 +0900
"Takiguchi, Yasunari" escreveu:
> >> +static int cxd2880_get_frontend_t(struct dvb_frontend *fe,
> >> + struct dtv_frontend_properties *c)
> >> +{
> >> + enum cxd2880_ret ret = CXD2880_RESULT_OK;
> >> + int result = 0;
> >> + struct c
Hi Nikolaus,
On Friday 23 Jun 2017 12:59:24 H. Nikolaus Schaller wrote:
> Am 23.06.2017 um 12:46 schrieb Andreas Färber :
> > Am 23.06.2017 um 12:25 schrieb H. Nikolaus Schaller:
> >>> diff --git a/Documentation/devicetree/bindings/media/i2c/ov965x.txt
> >>> b/Documentation/devicetree/bindings/med
This smatch warning:
coda/coda-common.c:706 coda_s_fmt() warn: missing break? reassigning
'ctx->tiled_map_type'
can be silenced by moving the ctx->tiled_map_type assignment into the
breakout condition. That way the field is not reassigned when falling
through to the next switch statement.
S
Little things all over the place.
Hans
The following changes since commit 76724b30f222067faf00874dc277f6c99d03d800:
[media] media: venus: enable building with COMPILE_TEST (2017-06-20 10:57:08
-0300)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git
Hi Mauro,
this is the output of lsusb -v of my device with demodulator MT352 which works
with EM2880.
Bus 002 Device 002: ID 0ccd:0042 TerraTec Electronic GmbH Cinergy Hybrid T XS
Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB 2.00
bDeviceClas
> Am 23.06.2017 um 12:46 schrieb Andreas Färber :
>
> Hi,
>
> Am 23.06.2017 um 12:25 schrieb H. Nikolaus Schaller:
>>> diff --git a/Documentation/devicetree/bindings/media/i2c/ov965x.txt
>>> b/Documentation/devicetree/bindings/media/i2c/ov965x.txt
>>> new file mode 100644
>>> index 000..0e0
Hi,
Am 23.06.2017 um 12:25 schrieb H. Nikolaus Schaller:
>> diff --git a/Documentation/devicetree/bindings/media/i2c/ov965x.txt
>> b/Documentation/devicetree/bindings/media/i2c/ov965x.txt
>> new file mode 100644
>> index 000..0e0de1f
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings
Em Fri, 23 Jun 2017 11:22:50 +0200
Hans Verkuil escreveu:
> Hi Giovanni,
>
> On 06/10/17 09:13, juv...@caramail.fr wrote:
> > TerraTec Cinergy Hybrid T USB XS with demodulator MT352 stop working with
> > kernel 3.xx and newer.
> > I have already sent this patch without a success reply, I hope t
Hi Hans,
On Friday 23 Jun 2017 11:10:45 Hans Verkuil wrote:
> On 06/19/17 13:18, Hans Verkuil wrote:
> > On 06/19/2017 01:16 PM, Laurent Pinchart wrote:
> >> On Thursday 15 Jun 2017 10:53:33 Hans Verkuil wrote:
> >>> On 06/15/17 10:24, Laurent Pinchart wrote:
> The WPF vertical flip is only s
Hi Hugues,
> Am 22.06.2017 um 17:05 schrieb Hugues Fruchet :
>
> From: "H. Nikolaus Schaller"
>
> This adds documentation of device tree bindings
> for the OV965X family camera sensor module.
>
> Signed-off-by: H. Nikolaus Schaller
> Signed-off-by: Hugues Fruchet
> ---
> .../devicetree/bindi
Hi Hugues,
> Am 22.06.2017 um 17:41 schrieb H. Nikolaus Schaller :
>
>
>> Am 22.06.2017 um 17:05 schrieb Hugues Fruchet :
>>
>> This patchset enables OV9655 camera support.
>>
>> OV9655 support has been tested using STM32F4DIS-CAM extension board
>> plugged on connector P1 of STM32F746G-DISCO
CODA7541 supports H.264 BP level 3/3.1 and MPEG-4 SP level 5/6.
CODA960 supports H.264 BP level 4.0 and MPEG-4 SP level 5/6.
Implement the necessary profile and level controls to let userspace know
this.
Signed-off-by: Philipp Zabel
---
drivers/media/platform/coda/coda-common.c | 47 +++
I would have liked the the picture run timeout error handler to be renamed to
something a bit more descriptive in the original commit fb2be08f8cb3 ("[media]
coda: first step at error recovery").
Somehow v1 [1] was merged instead of v2 [2].
[1] https://patchwork.kernel.org/patch/9663965/
[2] https:
On Fri, 2017-06-23 at 11:29 +0200, Hans Verkuil wrote:
> On 06/08/17 10:55, Philipp Zabel wrote:
> > From: Lucas Stach
> >
> > This implements a simple handler for the case where decode did not finish
> > successfully. This might be helpful during normal streaming, but for now it
> > only handles
Add r8a7796 DRIF bindings.
Signed-off-by: Ramesh Shanmugasundaram
---
Hi DT & Media maintainers, All,
This patch adds DRIF bindings for R8A7796 SoC.
It is based on media_tree - commit 76724b30f222
Thanks,
Ramesh.
Documentation/devicetree/bindings/media/renesas,drif.txt | 1 +
1 file cha
On 06/08/17 10:55, Philipp Zabel wrote:
> From: Lucas Stach
>
> This implements a simple handler for the case where decode did not finish
> successfully. This might be helpful during normal streaming, but for now it
> only handles the case where the context would deadlock with userspace,
> i.e. u
Hi Giovanni,
On 06/10/17 09:13, juv...@caramail.fr wrote:
> TerraTec Cinergy Hybrid T USB XS with demodulator MT352 stop working with
> kernel 3.xx and newer.
> I have already sent this patch without a success reply, I hope this time you
> can accept it.
>
> --- /usr/src/linux-3.14.3/drivers/me
On 06/19/17 13:18, Hans Verkuil wrote:
> On 06/19/2017 01:16 PM, Laurent Pinchart wrote:
>> Hi Hans,
>>
>> On Thursday 15 Jun 2017 10:53:33 Hans Verkuil wrote:
>>> On 06/15/17 10:24, Laurent Pinchart wrote:
The WPF vertical flip is only supported on Gen3 SoCs on the VSP2-I.
Don't enable i
Hans Verkuil writes:
> Any progress on this? I gather I can expect a new patch from someone?
Well, the issue is trivial and very easy to test, though not present
on common x86 hw. That patch I've sent fixes it, but I'm not the one who
decides.
--
Krzysztof Halasa
Industrial Research Institute
34 matches
Mail list logo