cron job: media_tree daily build: ERRORS

2015-11-25 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: Thu Nov 26 04:00:22 CET 2015 git branch: test git hash: 10897dacea26943dd80bd6629117f4620fc320ef gcc versio

Re: [DVBT USB dongle] problem with Zolid Mini DVB-T Stick on linux mint 17.2

2015-11-25 Thread Antti Palosaari
On 11/26/2015 12:57 AM, Antti Palosaari wrote: On 11/26/2015 12:53 AM, Mark Croft wrote: hi hope this is the correct list about trying to get linux to talk to dvb-t usb stick? check out all the logs etc here http://pastebin.com/V3RQ17hz and antenna is plugged and it is good antenna with stro

Re: [DVBT USB dongle] problem with Zolid Mini DVB-T Stick on linux mint 17.2

2015-11-25 Thread Antti Palosaari
On 11/26/2015 12:53 AM, Mark Croft wrote: hi hope this is the correct list about trying to get linux to talk to dvb-t usb stick? check out all the logs etc here http://pastebin.com/V3RQ17hz and antenna is plugged and it is good antenna with strong signal? Test it first using windows. Logs sa

[DVBT USB dongle] problem with Zolid Mini DVB-T Stick on linux mint 17.2

2015-11-25 Thread Mark Croft
hi hope this is the correct list about trying to get linux to talk to dvb-t usb stick? check out all the logs etc here http://pastebin.com/V3RQ17hz thx -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo i

[PATCH] This patch fixes the following WARNING: Block comments use * on the subsequent lines This WARNING was found using the checkpatch tool.

2015-11-25 Thread Joseph Marrero
[PATCH] This patch fixes the following WARNING: Block comments use * on the subsequent lines This WARNING was found using the checkpatch tool. This is my third patch submition, I am following the kernel newbies website. While these patches are very basic any feedback is highly apreciated as I w

[PATCH v2 8/9] [media] tvp5150: Add sync lock interrupt handling

2015-11-25 Thread Lucas Stach
From: Philipp Zabel This patch adds an optional interrupt handler to handle the sync lock interrupt and sync lock status. Signed-off-by: Philipp Zabel Signed-off-by: Lucas Stach --- drivers/media/i2c/tvp5150.c | 103 ++-- drivers/media/i2c/tvp5150_reg.h

[PATCH v2 1/9] [media] tvp5150: convert register access to regmap

2015-11-25 Thread Lucas Stach
From: Philipp Zabel Regmap provides built in debugging, caching and provides dedicated accessors for bit manipulations in registers, which make the following changes a lot simpler. Signed-off-by: Philipp Zabel --- drivers/media/i2c/tvp5150.c | 194 ++--

[PATCH v2 6/9] [media] tvp5150: trigger autodetection on subdev open to reset cropping

2015-11-25 Thread Lucas Stach
From: Philipp Zabel If cropping isn't set explicitly by userspace, reset it to the maximum possible rectangle in subdevice open if a standard change is detected. Signed-off-by: Philipp Zabel --- drivers/media/i2c/tvp5150.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(

[PATCH v2 7/9] [media] tvp5150: remove pin configuration from initialization tables

2015-11-25 Thread Lucas Stach
From: Philipp Zabel To allow optional interrupt support, we want to configure the pin settings dynamically. Move those register accesses out of the static initialization tables. Signed-off-by: Philipp Zabel --- drivers/media/i2c/tvp5150.c | 19 +++ drivers/media/i2c/tvp5150

[PATCH v2 9/9] [media] tvp5150: disable output while signal not locked

2015-11-25 Thread Lucas Stach
From: Philipp Zabel To avoid short frames on stream start, keep output pins at high impedance while we are not properly locked onto the input signal. Signed-off-by: Philipp Zabel --- drivers/media/i2c/tvp5150.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dr

[PATCH v2 5/9] [media] tvp5150: split reset/enable routine

2015-11-25 Thread Lucas Stach
From: Philipp Zabel To trigger standard autodetection only the reset part of the routine is necessary. Split this out to make it callable on its own. Signed-off-by: Philipp Zabel --- drivers/media/i2c/tvp5150.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --gi

[PATCH v2 3/9] [media] tvp5150: determine BT.656 or YUV 4:2:2 mode from device tree

2015-11-25 Thread Lucas Stach
From: Philipp Zabel By looking at the endpoint flags, it can be determined whether the link should be of V4L2_MBUS_PARALLEL or V4L2_MBUS_BT656 type. Disable the dedicated HSYNC/VSYNC outputs in BT.656 mode. For devices that are not instantiated through DT the current behavior is preserved. Sign

[PATCH v2 2/9] [media] tvp5150: add userspace subdev API

2015-11-25 Thread Lucas Stach
From: Philipp Zabel This patch adds userspace V4L2 subdevice API support. Signed-off-by: Philipp Zabel Signed-off-by: Lucas Stach --- v2: Allow the driver to be built without MEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API, to keep it working for devices that don't want or need the userspac

[PATCH v2 4/9] [media] tvp5150: fix standard autodetection

2015-11-25 Thread Lucas Stach
From: Philipp Zabel Make sure to not overwrite decoder->norm when setting the standard in hardware, but only when instructed by V4L2 API calls. Signed-off-by: Philipp Zabel --- drivers/media/i2c/tvp5150.c | 56 + 1 file changed, 31 insertions(+), 25

Re: [RESEND RFC/PATCH 3/8] media: platform: mtk-vpu: Support Mediatek VPU

2015-11-25 Thread Daniel Thompson
On 17/11/15 12:54, Tiffany Lin wrote: From: Andrew-CT Chen The VPU driver for hw video codec embedded in Mediatek's MT8173 SOCs. It is able to handle video decoding/encoding of in a range of formats. The driver provides with VPU firmware download, memory management and the communication interfa

[PATCH 3/3] staging: media: lirc: Replace timeval with ktime_t in lirc_parallel.c

2015-11-25 Thread Arnd Bergmann
'struct timeval tv' and 'struct timeval now' is used to calculate the elapsed time. 'LIRC_SFH506_DELAY' is a delay t_phl in usecs. 32-bit systems using 'struct timeval' will break in the year 2038, so we have to replace that code with more appropriate types. This patch changes the lirc_parallel.c

[PATCH 2/3] staging: media: lirc: Replace timeval with ktime_t in lirc_sasem.c

2015-11-25 Thread Arnd Bergmann
'struct timeval presstime' and 'struct timeval tv' is used to calculate the time since the last button press. 32-bit systems using 'struct timeval' will break in the year 2038, so we have to replace that code with more appropriate types. This patch changes the media: lirc driver to use ktime_t. k

[PATCH 1/3] staging: media: lirc: Replace timeval with ktime_t in lirc_serial.c

2015-11-25 Thread Arnd Bergmann
'struct timeval tv' is used to get current time. 'static struct timeval lasttv' is used to get last interrupt time. 32-bit systems using 'struct timeval' will break in the year 2038, so we have to replace that code with more appropriate types. This patch changes the lirc_serial.c file of media: li

Re: [PATCH 3/3] DocBook: make index.html generation less verbose by default

2015-11-25 Thread Mauro Carvalho Chehab
Em Wed, 25 Nov 2015 12:40:38 +0100 Daniel Vetter escreveu: > On Thu, Nov 19, 2015 at 3:38 PM, Mauro Carvalho Chehab > wrote: > > When make htmldocs is called on non-verbose mode, it will still be > > verbose with index.html generation for no good reason, printing: > > > > rm -rf Documen

Please revert

2015-11-25 Thread Emily Grant
-- I need your assistance on a project…please respond for detailed info.I need your assistance on a project…please respond for detailed info. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at h

Re: [PATCH 3/3] DocBook: make index.html generation less verbose by default

2015-11-25 Thread Daniel Vetter
On Thu, Nov 19, 2015 at 3:38 PM, Mauro Carvalho Chehab wrote: > When make htmldocs is called on non-verbose mode, it will still be > verbose with index.html generation for no good reason, printing: > > rm -rf Documentation/DocBook/index.html; echo 'Linux Kernel HTML > Documentation' >> D

Re: [PATCH] cx18: Fix VIDIOC_TRY_FMT to fill in sizeimage and bytesperline

2015-11-25 Thread Simon Farnsworth
On Tuesday 24 November 2015 21:27:33 Jean-Michel Hautbois wrote: > Hi, > Le 24 nov. 2015 19:46, "Simon Farnsworth" a > écrit : > > > > I was having trouble capturing raw video from GStreamer; turns out that I > > now need VIDIOC_TRY_FMT to fill in sizeimage and bytesperline to make it > > work