cron job: media_tree daily build: OK

2016-08-20 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 21 04:00:14 CEST 2016 git branch: test git hash: b6aa39228966e0d3f0bc3306be1892f87792903a gcc versi

ALSA sound errors when using QV4L2

2016-08-20 Thread Alexandre-Xavier Labonté-Lamoureux
Hi, When I use qv4l2 and start recording, I get these repetitively printed in my terminal: ALSA lib pcm.c:7843:(snd_pcm_recover) overrun occurred ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred There is skipping in the the sound. I get these error message whatever device that I use. Ther

Computer freeze caused by the media drivers?

2016-08-20 Thread Alexandre-Xavier Labonté-Lamoureux
Hi, I have the latest v4l driver. When I use VLC to open my webcam stream, it causes the computer to freeze. If I use my August vgb100 or any other of my USB recording device and disconnect them, the computer will freeze. When I say freeze, I mean there is no error message, no keyboard LEDs flash

[PATCH] cobalt: update EDID

2016-08-20 Thread Hans Verkuil
Update the cobalt EDID to EDID version 1.4, fixing various incorrect values as well (wrong name, product code, various video capabilities). Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/pci/cobalt/cobalt-driver.c b/drivers/media/pci/cobalt/cobalt-driver.c index 476f7f0..18afe36 1006

Re: pwc over musb: 100% frame drop (lost) on high resolution stream

2016-08-20 Thread Matwey V. Kornilov
I've just checked 4.8-rc2 - same behaviour. 2016-08-18 16:31 GMT+03:00 Matwey V. Kornilov : > Any ideas? > > 2016-08-04 23:08 GMT+03:00 Matwey V. Kornilov : >> When DMA is not used, I see the same behavior: lots of zero-length >> packages received. >> >> Can It be related to some kind of USB overf

[PATCH] RFC: Show frame size widgets (width, height, size and rate)

2016-08-20 Thread Ezequiel Garcia
While using the qv4l2 tool as a quick test for frame rate setting on tw686x, I found that it has two possible interfaces for frame size. One interface shows frame width and height, while the other shows frame size and frame rate. This patch is probably wrong, but hopefully it makes the report clea

[PATCH 2/2] [media] docs-rst: v4l2-drivers book: adjust column margins

2016-08-20 Thread Mauro Carvalho Chehab
A few tables are not properly output on LaTeX format. Fix them. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/v4l-drivers/cpia2.rst | 3 + Documentation/media/v4l-drivers/si476x.rst | 116 +++-- 2 files changed, 65 insertions(+), 54 deletions(-) diff -

[PATCH 1/2] [media] v4l2-dev.rst: adjust table to fit into page

2016-08-20 Thread Mauro Carvalho Chehab
One table here is not being properly displayed on LaTeX format. Adjust it. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/kapi/v4l2-dev.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/media/kapi/v4l2-dev.rst b/Documentation/media/kapi/v4l2-dev.rst index 821b8

Re: [PATCH 1/7] doc-rst: generic way to build only sphinx sub-folders

2016-08-20 Thread Mauro Carvalho Chehab
Em Fri, 19 Aug 2016 17:52:07 +0200 Markus Heiser escreveu: > Am 19.08.2016 um 14:49 schrieb Jani Nikula : > > > On Fri, 19 Aug 2016, Markus Heiser wrote: > >> Am 19.08.2016 um 00:35 schrieb Jonathan Corbet : > >> * the pdf goes to the "latex" folder .. since this is WIP > >> and there are di

[GIT PULL FOR v4.8] Fixes and updates (mostly cec-related) (v4)

2016-08-20 Thread Hans Verkuil
Hi Mauro, These are (regression) fixes for 4.8, mostly related to the cec framework. It fixes some dubious locking code, two typos in cec-funcs.h, a missing reply for the Record On/Off messages, improves the documentation, adds a TODO line, adds a flag to explicitly allow fallback to Unregistered

[PATCH for v4.8] cec-funcs.h: add missing vendor-specific messages

2016-08-20 Thread Hans Verkuil
The cec-funcs.h header was missing support for these three vendor-specific messages: CEC_MSG_VENDOR_COMMAND CEC_MSG_VENDOR_COMMAND_WITH_ID CEC_MSG_VENDOR_REMOTE_BUTTON_DOWN Add wrappers for these messages. I originally postponed adding these wrappers due to the fact that the argument is just a

[PATCH v5 1/6] pinctrl: amlogic: gxbb: add the IR remote input pin

2016-08-20 Thread Martin Blumenstingl
This adds the IR remote receiver to the AO domain devices. Signed-off-by: Martin Blumenstingl Reviewed-by: Kevin Hilman --- drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c b/drivers/pinctrl/meson/

[PATCH v5 0/6] Add Meson 8b / GXBB support to the IR driver

2016-08-20 Thread Martin Blumenstingl
Newer Amlogic platforms (Meson 8b and GXBB) use a slightly different register layout for their Infrared Remoete Controller. The decoder mode is now configured in another register. Without the changes to the meson-ir driver we are simply getting incorrect "durations" reported from the hardware (beca

[PATCH v5 0/6] Add Meson 8b / GXBB support to the IR driver

2016-08-20 Thread Martin Blumenstingl
Newer Amlogic platforms (Meson 8b and GXBB) use a slightly different register layout for their Infrared Remoete Controller. The decoder mode is now configured in another register. Without the changes to the meson-ir driver we are simply getting incorrect "durations" reported from the hardware (beca

[PATCH v5 3/6] dt-bindings: media: meson-ir: Add Meson8b and GXBB compatible strings

2016-08-20 Thread Martin Blumenstingl
From: Neil Armstrong New bindings are needed as the register layout on the newer platforms is slightly different compared to Meson6b. Signed-off-by: Neil Armstrong Signed-off-by: Martin Blumenstingl Acked-by: Rob Herring --- Documentation/devicetree/bindings/media/meson-ir.txt | 5 - 1 f

[PATCH v5 5/6] ARM64: dts: meson-gxbb: Add Infrared Remote Controller decoder

2016-08-20 Thread Martin Blumenstingl
From: Neil Armstrong This adds the Infrared Remote Controller node so boards with an IR remote can simply enable it. Signed-off-by: Neil Armstrong Signed-off-by: Martin Blumenstingl --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch

[PATCH v5 2/6] ARM64: dts: amlogic: add the input pin for the IR remote

2016-08-20 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 4f42316..96f4574 100644 --- a/arch/arm64/boot/dts/amlogic/

[PATCH v5 6/6] ARM64: dts: meson-gxbb: Enable the the IR decoder on supported boards

2016-08-20 Thread Martin Blumenstingl
Enable the Infrared Remote Controller on boards which have an Infrared receiver. Signed-off-by: Martin Blumenstingl --- arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 6 ++ arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 6 ++ arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s9

[PATCH v5 4/6] media: rc: meson-ir: Add support for newer versions of the IR decoder

2016-08-20 Thread Martin Blumenstingl
From: Neil Armstrong Newer SoCs (Meson 8b and GXBB) are using REG2 (offset 0x20) instead of REG1 to configure the decoder mode. This makes it necessary to introduce new bindings so the driver knows which register has to be used. Signed-off-by: Neil Armstrong Signed-off-by: Martin Blumenstingl