cron job: media_tree daily build: OK

2016-05-22 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 May 23 04:00:22 CEST 2016 git branch: test git hash: bc2b80ee3490651904f121eac1c8fb7652d48253 gcc

[PATCH 1/2] [media] rtl28xxu: auto-select more DVB-frontends and tuners

2016-05-22 Thread Martin Blumenstingl
This adds the missing auto-select bits for DVB-frontends and tuners (if MEDIA_SUBDRV_AUTOSELECT is enabled) which are used by the various rtl28xxu devices. The driver itself probes for three more tuners, but it's not actually using any of them: - MEDIA_TUNER_MT2063 - MEDIA_TUNER_MT2266 -

[PATCH 2/2] [media] rtl28xxu: sort the config symbols which are auto-selected

2016-05-22 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl --- drivers/media/usb/dvb-usb-v2/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig index fcecbf7..524533d 100644

rtl28xxu: improve DVB-frontend and tuner auto-selection

2016-05-22 Thread Martin Blumenstingl
Hello, my "Astrometa AMDVB-T2 v2" is not working on Arch Linux because their kernel config does not select CONFIG_DVB_MN88473. This is because the maintainers simply rely on MEDIA_SUBDRV_AUTOSELECT to choose the required drivers. This patchset depends on Antti Palosaari's patch "mn88472: move

[PATCH v2] [media] rtl2832: add support for slave ts pid filter

2016-05-22 Thread Martin Blumenstingl
The rtl2832 demod has 2 sets of PID filters. This patch enables the filter support when using a slave demod. Signed-off-by: Benjamin Larsson Signed-off-by: Martin Blumenstingl --- This patch was originally written by Benjamin Larsson,

[PATCH] media: rc: nuvoton: fix rx fifo overrun handling

2016-05-22 Thread Heiner Kallweit
To detect a rx fifo overrun it's checked whether the number of elements in the chip fifo exceeds the fifo size. This check can never return true and is wrong. Instead we should generate an interrupt if the fifo overruns. Signed-off-by: Heiner Kallweit ---

Re: [PATCH] [media]: Driver for Toshiba et8ek8 5MP sensor

2016-05-22 Thread Ivaylo Dimitrov
On 3.05.2016 17:50, Ivaylo Dimitrov wrote: The sensor is found in Nokia N900 main camera Signed-off-by: Ivaylo Dimitrov --- .../bindings/media/i2c/toshiba,et8ek8.txt | 53 + drivers/media/i2c/Kconfig |1 +

[PATCH 28/54] MAINTAINERS: Add file patterns for media device tree bindings

2016-05-22 Thread Geert Uytterhoeven
Submitters of device tree binding documentation may forget to CC the subsystem maintainer if this is missing. Signed-off-by: Geert Uytterhoeven Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org --- Please apply this patch directly if you

Re: [PATCH 0004/1529] Fix typo

2016-05-22 Thread Malcolm Priestley
On 21/05/16 12:36, Andrea Gelmini wrote: Signed-off-by: Andrea Gelmini --- Documentation/DocBook/media/v4l/lirc_device_interface.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DocBook/media/v4l/lirc_device_interface.xml