[PATCH] drivers: media: platform: vivid: Fix possible null derefrence

2015-03-05 Thread Tapasweni Pathak
Check for dev_fmt being null before derefrencing it, to assign it to planes. Found using Coccinelle. Signed-off-by: Tapasweni Pathak tapaswenipat...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr --- drivers/media/platform/vivid/vivid-vid-out.c |4 +++- 1 file changed, 3

Re: [PATCH 1/5] [media] horus3a: Sony Horus3A DVB-S/S2 tuner driver

2015-03-05 Thread Mauro Carvalho Chehab
Em Mon, 02 Feb 2015 12:22:32 +0300 Kozlov Sergey se...@netup.ru escreveu: DVB-S/S2 frontend driver for Sony Horus3A (CXD2832AER) chip Signed-off-by: Kozlov Sergey se...@netup.ru --- MAINTAINERS |9 + drivers/media/dvb-frontends/Kconfig |7 +

Re: [Linux-kernel] RFC: supporting adv7604.c under soc_camera/rcar_vin

2015-03-05 Thread William Towle
On Wed, 4 Mar 2015, Hans Verkuil wrote: On 03/04/15 10:51, William Towle wrote: if (timings-pad = state-source_pad) return -EINVAL; It suffices to comment out this line, but clearly this is not ideal. Depending on the intended semantics, should it be filtering out all pad

Re: [PATCH 2/5] [media] ascot2e: Sony Ascot2e DVB-C/T/T2 tuner driver

2015-03-05 Thread Mauro Carvalho Chehab
Em Mon, 02 Feb 2015 12:22:32 +0300 Kozlov Sergey se...@netup.ru escreveu: DVB-T/T2/C frontend driver for Sony Ascot2e (CXD2861ER) chip. Signed-off-by: Kozlov Sergey se...@netup.ru --- MAINTAINERS |9 + drivers/media/dvb-frontends/Kconfig |7 +

Re: [PATCH 2/2] media: s5p-jpeg: add 5420 family support

2015-03-05 Thread Jacek Anaszewski
Hi Andrzej, On 03/05/2015 12:56 PM, Andrzej Pietrasiewicz wrote: JPEG IP found in Exynos5420 is similar to what is in Exynos3250, but there are some subtle differences which this patch takes into account. Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com ---

[PATCH] s5p-jpeg: Initialize jpeg_addr fields to zero

2015-03-05 Thread Jacek Anaszewski
JPEG codecs on Exynos4 and Exynos3250 SoCs utilize different number of planes for storing the raw image data, depending on the format of the image being processed. For the unused planes a random data was being written to the related registers. Regardless of the fact that this seemed not to be

Re: [PATCH v3 00/15] media: blackfin: bfin_capture enhancements

2015-03-05 Thread Hans Verkuil
On 03/05/15 10:44, Scott Jiang wrote: Hi Hans, On Tue, Mar 3, 2015 at 9:39 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 03/03/2015 10:30 AM, Lad, Prabhakar wrote: Hi Hans, On Tue, Mar 3, 2015 at 8:49 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 03/02/2015 08:57 AM, Scott Jiang wrote:

Re: [PATCH 5/5] [media] netup_unidvb: NetUP Universal DVB-S/S2/T/T2/C PCI-E card driver

2015-03-05 Thread Mauro Carvalho Chehab
Em Mon, 02 Feb 2015 12:22:32 +0300 Kozlov Sergey se...@netup.ru escreveu: NetUP Dual Universal CI PCIe board driver. The board has - two CI slots - two I2C adapters - SPI master bus for accessing flash memory containing FPGA firmware Signed-off-by: Kozlov Sergey

Re: [PATCH 3/5] [media] lnbh25: LNBH25 SEC controller driver

2015-03-05 Thread Mauro Carvalho Chehab
Em Mon, 02 Feb 2015 12:22:32 +0300 Kozlov Sergey se...@netup.ru escreveu: DVB SEC frontend driver for STM LNBH25PQR chip. Signed-off-by: Kozlov Sergey se...@netup.ru --- MAINTAINERS |9 ++ drivers/media/dvb-frontends/Kconfig |8 ++

Re: [PATCH 2/3] media: atmel-isi: add runtime pm support

2015-03-05 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 05 March 2015 13:01:00 Josh Wu wrote: The runtime pm resume/suspend will enable/disable pclk (ISI peripheral clock). And we need to call rumtime_pm_get/put_sync function to make pm resume/suspend. Signed-off-by: Josh Wu josh...@atmel.com ---

Re: [PATCH v3 00/15] media: blackfin: bfin_capture enhancements

2015-03-05 Thread Scott Jiang
Hi Hans, On Tue, Mar 3, 2015 at 9:39 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 03/03/2015 10:30 AM, Lad, Prabhakar wrote: Hi Hans, On Tue, Mar 3, 2015 at 8:49 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 03/02/2015 08:57 AM, Scott Jiang wrote: Hi Lad and Hans, 2015-02-22 2:39

[PATCH] s5p-mfc: remove non necessary volatile modifiers and __iomem annotations

2015-03-05 Thread Kamil Debski
This patch removes non necessary volatile modifiers and __iomem annotations from the s5p_mfc_regs structure. Signed-off-by: Kamil Debski k.deb...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc_opr.h | 488 +- 1 file changed, 244 insertions(+), 244 deletions(-)

Re: [PATCH 3/3] media: atmel-isi: remove mck back compatiable code as we don't need it

2015-03-05 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 05 March 2015 13:01:01 Josh Wu wrote: The master clock should handled by sensor itself. I like that :-) Signed-off-by: Josh Wu josh...@atmel.com --- drivers/media/platform/soc_camera/atmel-isi.c | 32 1 file

Re: [PATCH 1/3] media: atmel-isi: move the peripheral clock to start/stop_stream() function

2015-03-05 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 05 March 2015 13:00:59 Josh Wu wrote: As the clock_start/stop() use to control the mclk for the sensor not the ISI peripheral clock. So we move them to start/stop_stream() function. Then the driver will access registers with the peripheral clock

[GIT PULL] s5p-mfc fixes

2015-03-05 Thread Kamil Debski
Hi Mauro, Please pull the following fixes for the MFC driver. The following changes since commit 41f03a00536ebb3d72c051f9e7efe2d4ab76ebc8: [media] s5p-mfc: Fix NULL pointer dereference caused by not set q-lock (2015-03-04 08:59:58 -0300) are available in the git repository at:

Use of mmap_sem in __qbuf_userptr()

2015-03-05 Thread Jan Kara
Hello, so after a long pause I've got back to my simplification patches around get_user_pages(). After the simplification done by commit f035eb4e976ef5 (videobuf2: fix lockdep warning) it seems unnecessary to take mmap_sem already when calling __qbuf_userptr(). As far as I understand what

Re: [PATCH 4/5] [media] cxd2841er: Sony CXD2841ER DVB-S/S2/T/T2/C demodulator driver

2015-03-05 Thread Mauro Carvalho Chehab
Em Mon, 02 Feb 2015 12:22:32 +0300 Kozlov Sergey se...@netup.ru escreveu: DVB-C/T/T2/S/S2 demodulator frontend driver Sony CXD2841ER chip. Signed-off-by: Kozlov Sergey se...@netup.ru --- MAINTAINERS |9 + drivers/media/dvb-frontends/Kconfig

[PATCH 2/2] media: s5p-jpeg: add 5420 family support

2015-03-05 Thread Andrzej Pietrasiewicz
JPEG IP found in Exynos5420 is similar to what is in Exynos3250, but there are some subtle differences which this patch takes into account. Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com --- .../bindings/media/exynos-jpeg-codec.txt | 2 +-

[PATCH 0/2] Support for JPEG IP on Exynos542x

2015-03-05 Thread Andrzej Pietrasiewicz
This short series adds support for JPEG IP on Exynos542x SoC. The first patch adds necessary device tree nodes and the second one does JPEG IP support proper. The JPEG IP on Exynos542x is similar to what is on Exynos3250, there just slight differences. Andrzej Pietrasiewicz (2): ARM: dts:

[PATCH 1/2] ARM: dts: exynos5420: add nodes for jpeg codec

2015-03-05 Thread Andrzej Pietrasiewicz
Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 73c1851..c8722d9 100644 ---

cron job: media_tree daily build: WARNINGS

2015-03-05 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: Fri Mar 6 04:00:14 CET 2015 git branch: test git hash: 3d945be05ac1e806af075e9315bc1b3409adae2b gcc