Re: [PATCH v2 3/9] clk: sunxi: Add prcm mod0 clock driver

2014-11-26 Thread Hans de Goede
Hi, On 11/25/2014 05:57 PM, Lee Jones wrote: On Sun, 23 Nov 2014, Hans de Goede wrote: Add a driver for mod0 clocks found in the prcm. Currently there is only one mod0 clocks in the prcm, the ir clock. Signed-off-by: Hans de Goede hdego...@redhat.com ---

Re: [PATCH 1/2] v4l: vsp1: Reset VSP1 RPF source address

2014-11-26 Thread Geert Uytterhoeven
Hi Hayama-san, On Wed, Nov 26, 2014 at 7:19 AM, Takanari Hayama t...@igel.co.jp wrote: @@ -179,6 +190,10 @@ static void rpf_vdev_queue(struct vsp1_video *video, struct vsp1_video_buffer *buf) { struct vsp1_rwpf *rpf = container_of(video, struct vsp1_rwpf,

Re: Compiling STK1160 driver for Android

2014-11-26 Thread Барт Гопник
Hi, guys! I have: 1. 05e1:0408 USB ID STK1160 chip GM7113 (SAA7113 clone) video processor device. 2. Google Nexus 5 LG D821 Hammerhead smartphone. I need compile STK1160 driver for Android. EasyCap driver can be found in CyanogenMod (Android based OS) git

Re: [PATCH/RFC v4 01/11] mediactl: Introduce v4l2_subdev structure

2014-11-26 Thread Sakari Ailus
Hi Jacek, On Tue, Nov 25, 2014 at 01:22:50PM +0100, Jacek Anaszewski wrote: Hi Sakari, On 11/25/2014 12:36 PM, Sakari Ailus wrote: Hi Jacek, Thank you for the updated patchset. On Fri, Nov 21, 2014 at 05:14:30PM +0100, Jacek Anaszewski wrote: Add struct v4l2_subdev as a representation

Re: Compiling STK1160 driver for Android

2014-11-26 Thread Mauro Carvalho Chehab
Em Wed, 26 Nov 2014 13:21:29 +0300 Барт Гопник bart.gop...@gmail.com escreveu: Hi, guys! I have: 1. 05e1:0408 USB ID STK1160 chip GM7113 (SAA7113 clone) video processor device. 2. Google Nexus 5 LG D821 Hammerhead smartphone. I need compile STK1160 driver for Android. EasyCap

Re: [linuxtv-media:master 7661/7664] ERROR: omapdss_compat_init [drivers/media/platform/omap/omap-vout.ko] undefined!

2014-11-26 Thread Mauro Carvalho Chehab
Em Wed, 26 Nov 2014 08:50:41 +0100 Paul Bolle pebo...@tiscali.nl escreveu: Hi Fengguang, On Wed, 2014-11-26 at 09:34 +0800, kbuild test robot wrote: tree: git://linuxtv.org/media_tree.git master head: 504febc3f98c87a8bebd8f2f274f32c0724131e4 commit:

[PATCH 1/3] dvb-usb-dvbsky: add T330 dvb-t2/t/c usb stick support

2014-11-26 Thread Nibble Max
DVBSky T330 dvb-t2/t/c usb stick: 1dvb frontend: SI2157A30(tuner), SI2168B40(demod) 2usb controller: CY7C68013A Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 88 +++ 1 file changed, 88 insertions(+) diff --git

[PATCH 2/3] cxusb: remove TechnoTrend CT2-4400 and CT2-4650 devices

2014-11-26 Thread Nibble Max
Remove TechnoTrend CT2-4400 and CT2-4650 devices from cxusb. They are supported by dvb-usb-dvbsky driver in PATCH 3/3. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb/Kconfig | 1 - drivers/media/usb/dvb-usb/cxusb.c | 298 --

[PATCH 3/3] dvb-usb-dvbsky: add TechnoTrend CT2-4400 and CT2-4650 devices support

2014-11-26 Thread Nibble Max
Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c index 86db800..9b5add4 100644 ---

Re: [PATCH 2/2] v4l: vsp1: Always enable virtual RPF when BRU is in use

2014-11-26 Thread Sergei Shtylyov
Hello. On 11/26/2014 9:19 AM, Takanari Hayama wrote: Regardless of a number of inputs, we should always enable virtual RPF when BRU is used. This allows the case when there's only one input to BRU, and a size of the input is smaller than a size of an output of BRU. Signed-off-by: Takanari

[PATCH] [media] stv090x: remove export symbol for stv090x_set_gpio()

2014-11-26 Thread Mauro Carvalho Chehab
Drivers that use dvb_attach can have just one exported symbol, or they will cause compilation breakages depending on the selected frontends. As Jim reported: drivers/built-in.o: In function `technisat_usb2_set_voltage': technisat-usb2.c:(.text+0x3b4919): undefined reference to `stv090x_set_gpio'

i.MX6 CODA960 encoder

2014-11-26 Thread Jean-Michel Hautbois
Hi, We are writing a gstreamer plugin to support CODA960 encoder on i.MX6, and it is not working so now trying to use v4l2-ctl for the moment. As I am asking about encoder, is there a way to make it support YUYV as input or is the firmware not able to do it ? I could not find a reference manual

Re: [PATCH v3 2/3] media: rc: add driver for Amlogic Meson IR remote receiver

2014-11-26 Thread Mauro Carvalho Chehab
Em Tue, 18 Nov 2014 21:22:34 +0100 Beniamino Galvani b.galv...@gmail.com escreveu: Amlogic Meson SoCs include a infrared remote control receiver that can operate in two modes: NEC mode in which the hardware decodes frames using the NEC IR protocol, and general mode in which the receiver

Re: [PATCH v3 2/3] media: rc: add driver for Amlogic Meson IR remote receiver

2014-11-26 Thread Carlo Caione
On Wed, Nov 26, 2014 at 4:04 PM, Mauro Carvalho Chehab mche...@osg.samsung.com wrote: Em Tue, 18 Nov 2014 21:22:34 +0100 Beniamino Galvani b.galv...@gmail.com escreveu: Amlogic Meson SoCs include a infrared remote control receiver that can operate in two modes: NEC mode in which the hardware

[PATCH] [media] tda18271: Fix identation

2014-11-26 Thread Mauro Carvalho Chehab
As reported by smatch: drivers/media/tuners/tda18271-common.c:176 tda18271_read_extended() warn: if statement not indented Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/tuners/tda18271-common.c b/drivers/media/tuners/tda18271-common.c index

Re: [PATCH] staging: media: lirc: lirc_zilog.c: fix quoted strings split across lines

2014-11-26 Thread Joe Perches
On Wed, 2014-11-26 at 15:42 +, Luis de Bethencourt wrote: On 26 November 2014 at 01:49, Joe Perches j...@perches.com wrote: [] There is a script I posted a while back that groups various checkpatch types together and makes it a bit easier to do cleanup style patches.

[linuxtv-media:master 7661/7664] ERROR: omapdss_compat_init undefined!

2014-11-26 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 504febc3f98c87a8bebd8f2f274f32c0724131e4 commit: 6b213e81ddf8b265383c9a1a1884432df88f701e [7661/7664] [media] omap: Fix typo HAS_MMU config: mips-allmodconfig (attached as .config) reproduce: wget

Re: i.MX6 CODA960 encoder

2014-11-26 Thread Philipp Zabel
Hi Jean-Michel, Am Mittwoch, den 26.11.2014, 14:33 +0100 schrieb Jean-Michel Hautbois: Hi, We are writing a gstreamer plugin to support CODA960 encoder on i.MX6, and it is not working so now trying to use v4l2-ctl for the moment. As I am asking about encoder, is there a way to make it

Fix Penguin Penalty 17th October2014 ( mail-archive.com )

2014-11-26 Thread unexploited59740
Dear Sir Did your website get hit by Google Penguin update on October 17th 2014? What basically is Google Penguin Update? It is actually a code name for Google algorithm which aims at decreasing your websites search engine rankings that violate Google’s guidelines by using black hat SEO

Re: [PATCH 1/3] dvb-usb-dvbsky: add T330 dvb-t2/t/c usb stick support

2014-11-26 Thread Olli Salonen
Reviewed-by: Olli Salonen olli.salo...@iki.fi On Wed, 26 Nov 2014, Nibble Max wrote: DVBSky T330 dvb-t2/t/c usb stick: 1dvb frontend: SI2157A30(tuner), SI2168B40(demod) 2usb controller: CY7C68013A Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 88

Re: [PATCH 2/3] cxusb: remove TechnoTrend CT2-4400 and CT2-4650 devices

2014-11-26 Thread Olli Salonen
Reviewed-by: Olli Salonen olli.salo...@iki.fi On Wed, 26 Nov 2014, Nibble Max wrote: Remove TechnoTrend CT2-4400 and CT2-4650 devices from cxusb. They are supported by dvb-usb-dvbsky driver in PATCH 3/3. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb/Kconfig |

Re: [PATCH 3/3] dvb-usb-dvbsky: add TechnoTrend CT2-4400 and CT2-4650 devices support

2014-11-26 Thread Olli Salonen
On Wed, 26 Nov 2014, Nibble Max wrote: Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb-v2/dvbsky.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c Hi Max, I tested your

Re: i.MX6 CODA960 encoder

2014-11-26 Thread Jean-Michel Hautbois
Hi Philipp, Thanks for answering. 2014-11-26 17:55 GMT+01:00 Philipp Zabel p.za...@pengutronix.de: Hi Jean-Michel, Am Mittwoch, den 26.11.2014, 14:33 +0100 schrieb Jean-Michel Hautbois: Hi, We are writing a gstreamer plugin to support CODA960 encoder on i.MX6, and it is not working so now

Re: [PATCH 1/3] dvb-usb-dvbsky: add T330 dvb-t2/t/c usb stick support

2014-11-26 Thread Antti Palosaari
On 11/26/2014 02:34 PM, Nibble Max wrote: DVBSky T330 dvb-t2/t/c usb stick: 1dvb frontend: SI2157A30(tuner), SI2168B40(demod) 2usb controller: CY7C68013A Signed-off-by: Nibble Max nibble@gmail.com Reviewed-by: Antti Palosaari cr...@iki.fi regards Antti -- http://palosaari.fi/ -- To

Re: [PATCH 2/3] cxusb: remove TechnoTrend CT2-4400 and CT2-4650 devices

2014-11-26 Thread Antti Palosaari
On 11/26/2014 02:35 PM, Nibble Max wrote: Remove TechnoTrend CT2-4400 and CT2-4650 devices from cxusb. They are supported by dvb-usb-dvbsky driver in PATCH 3/3. Signed-off-by: Nibble Max nibble@gmail.com Reviewed-by: Antti Palosaari cr...@iki.fi regards Antti -- http://palosaari.fi/ --

Re: [PATCH 3/3] dvb-usb-dvbsky: add TechnoTrend CT2-4400 and CT2-4650 devices support

2014-11-26 Thread Antti Palosaari
On 11/26/2014 02:35 PM, Nibble Max wrote: Signed-off-by: Nibble Max nibble@gmail.com Reviewed-by: Antti Palosaari cr...@iki.fi regards Antti -- http://palosaari.fi/ -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: [linuxtv-media:master 7661/7664] ERROR: omapdss_compat_init [drivers/media/platform/omap/omap-vout.ko] undefined!

2014-11-26 Thread Fengguang Wu
Hi Paul, On Wed, Nov 26, 2014 at 08:50:41AM +0100, Paul Bolle wrote: Hi Fengguang, On Wed, 2014-11-26 at 09:34 +0800, kbuild test robot wrote: tree: git://linuxtv.org/media_tree.git master head: 504febc3f98c87a8bebd8f2f274f32c0724131e4 commit:

Re: [REVIEWv7 PATCH 01/12] videobuf2-core.h: improve documentation

2014-11-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Sunday 23 November 2014 20:01:22 Pawel Osciak wrote: On Tue, Nov 18, 2014 at 9:50 PM, Hans Verkuil hverk...@xs4all.nl wrote: From: Hans Verkuil hans.verk...@cisco.com Document that drivers can access/modify the buffer contents in buf_prepare and

Re: [REVIEWv7 PATCH 02/12] vb2: replace 'write' by 'dma_dir'

2014-11-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Tuesday 18 November 2014 13:50:58 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com The 'write' argument is very ambiguous. I first assumed that if it is 1, then we're doing video output but instead it meant the reverse. Since it is used

Re: [REVIEWv7 PATCH 03/12] vb2: add dma_dir to the alloc memop.

2014-11-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Tuesday 18 November 2014 13:50:59 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com This is needed for the next patch where the dma-sg alloc memop needs to know the dma_dir. Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by:

Re: [REVIEWv7 PATCH 04/12] vb2: don't free alloc context if it is ERR_PTR

2014-11-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Tuesday 18 November 2014 13:51:00 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Don't try to free a pointer containing an ERR_PTR(). Wouldn't it be easier to return NULL from vb2_dma_contig_alloc_ctx() instead of an ERR_PTR ?

Re: [REVIEWv7 PATCH 05/12] vb2-dma-sg: add allocation context to dma-sg

2014-11-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Tuesday 18 November 2014 13:51:01 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Require that dma-sg also uses an allocation context. This is in preparation for adding prepare/finish memops to sync the memory between DMA and CPU. I think

Re: [linuxtv-media:master 7661/7664] ERROR: omapdss_compat_init [drivers/media/platform/omap/omap-vout.ko] undefined!

2014-11-26 Thread Paul Bolle
Hi Fengguang On Wed, 2014-11-26 at 11:30 -0800, Fengguang Wu wrote: On Wed, Nov 26, 2014 at 08:50:41AM +0100, Paul Bolle wrote: Hi Fengguang, On Wed, 2014-11-26 at 09:34 +0800, kbuild test robot wrote: tree: git://linuxtv.org/media_tree.git master head:

[PATCH 2/2] of: Add named interrupts to CODA bindings

2014-11-26 Thread Fabio Estevam
From: Philipp Zabel p.za...@pengutronix.de This patch documents named interrupt bindings for the CODA video processing units. Signed-off-by: Philipp Zabel p.za...@pengutronix.de Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Documentation/devicetree/bindings/media/coda.txt | 9

[PATCH 1/2] of: Add new compatibles for CODA bindings

2014-11-26 Thread Fabio Estevam
From: Philipp Zabel p.za...@pengutronix.de This patch adds new compatibles using the new ChipsMedia vendor prefix cnm and CODA model name as well as a Freescale specific compatible value for i.MX6DL/S. The latter is because for some reason the i.MX6DL/S firmware provided by Freescale differs from

Re: [PATCH v2 1/9] clk: sunxi: Give sunxi_factors_register a registers parameter

2014-11-26 Thread Maxime Ripard
On Sun, Nov 23, 2014 at 02:38:07PM +0100, Hans de Goede wrote: Before this commit sunxi_factors_register uses of_iomap(node, 0) to get the clk registers. The sun6i prcm has factor clocks, for which we want to use sunxi_factors_register, but of_iomap(node, 0) does not work for the prcm factor

Re: [REVIEWv7 PATCH 06/12] vb2-dma-sg: move dma_(un)map_sg here

2014-11-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Tuesday 18 November 2014 13:51:02 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com This moves dma_(un)map_sg to the get_userptr/put_userptr and alloc/put memops of videobuf2-dma-sg.c and adds dma_sync_sg_for_device/cpu to the prepare/finish

Re: [REVIEWv7 PATCH 11/12] vim2m: support expbuf

2014-11-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Tuesday 18 November 2014 13:51:07 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com Reviewed-by: Pawel Osciak pa...@osciak.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com

Re: [REVIEWv7 PATCH 10/12] vivid: enable vb2_expbuf support.

2014-11-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Tuesday 18 November 2014 13:51:06 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Now that vb2 supports DMABUF export for dma-sg and vmalloc memory modes, we can enable the vb2_expbuf support in vivid. Signed-off-by: Hans Verkuil

Re: [REVIEWv7 PATCH 07/12] vb2-dma-sg: add dmabuf import support

2014-11-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Tuesday 18 November 2014 13:51:03 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Add support for importing dmabuf to videobuf2-dma-sg. Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Pawel Osciak pa...@osciak.com ---

Re: [PATCH 3/9] clk: sunxi: Add prcm mod0 clock driver

2014-11-26 Thread Maxime Ripard
Hi, On Tue, Nov 25, 2014 at 09:29:21AM +0100, Hans de Goede wrote: Hi, On 11/24/2014 11:03 PM, Maxime Ripard wrote: On Fri, Nov 21, 2014 at 10:13:10AM +0100, Hans de Goede wrote: Hi, On 11/21/2014 09:49 AM, Maxime Ripard wrote: Hi, On Thu, Nov 20, 2014 at 04:55:22PM +0100, Hans de

[PATCH 2/2] mn88472: document demod reset

2014-11-26 Thread Benjamin Larsson
Signed-off-by: Benjamin Larsson benja...@southpole.se --- drivers/staging/media/mn88472/mn88472.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/media/mn88472/mn88472.c b/drivers/staging/media/mn88472/mn88472.c index f648b58..36ef39b 100644 ---

[PATCH 1/2] mn88472: calculate the IF register values

2014-11-26 Thread Benjamin Larsson
Add xtal as a configuration parameter so it can be used in the IF register value calculation. Signed-off-by: Benjamin Larsson benja...@southpole.se --- drivers/media/dvb-frontends/mn88472.h| 6 ++ drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 1 +

[PATCH v2 07/11] media: s5p-tv: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

[PATCH v2 10/11] media: davinci: vpif_capture: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch adds support in the capture driver for using vb2_ops_wait_prepare/finish() helpers provided by the vb2 core. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/davinci/vpif_capture.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH v2 11/11] media: usb: uvc: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

[PATCH v2 09/11] media: s5p-mfc: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

[PATCH v2 08/11] media: blackfin: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

[PATCH v2 04/11] media: soc_camera: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

[PATCH v2 06/11] media: marvell-ccic: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

[PATCH v2 05/11] media: sh_veu: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

[PATCH v2 02/11] media: ti-vpe: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

[PATCH v2 01/11] media: s3c-camif: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

[PATCH v2 00/11] media: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
Hi All, This patch set uses the vb2 ops helpers for wait_prepare and wait_finish callbacks for drivers which using vb2 helpers. This patchset is compile tested only. Changes for v2: a: Included proper commit message. b: included Ack. Lad, Prabhakar (11): media: s3c-camif: use

[PATCH v2 03/11] media: exynos-gsc: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

Re: [PATCH v2 11/11] media: usb: uvc: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Laurent Pinchart
Hi Prabhakar, Thank you for the patch. On Wednesday 26 November 2014 22:42:34 Lad, Prabhakar wrote: This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock

Re: [PATCH v2 11/11] media: usb: uvc: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Prabhakar Lad
Hi Laurent, Thanks for the review. On Wed, Nov 26, 2014 at 10:59 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thank you for the patch. On Wednesday 26 November 2014 22:42:34 Lad, Prabhakar wrote: This patch drops driver specific wait_prepare() and

[PATCH v3] media: usb: uvc: use vb2_ops_wait_prepare/finish helper

2014-11-26 Thread Lad, Prabhakar
This patch drops driver specific wait_prepare() and wait_finish() callbacks from vb2_ops and instead uses the the helpers vb2_ops_wait_prepare/finish() provided by the vb2 core, the lock member of the queue needs to be initalized to a mutex so that vb2 helpers vb2_ops_wait_prepare/finish() can

Re: [PATCH] staging: media: lirc: lirc_zilog.c: fix quoted strings split across lines

2014-11-26 Thread Luis de Bethencourt
On Wed, Nov 26, 2014 at 08:05:55AM -0800, Joe Perches wrote: On Wed, 2014-11-26 at 15:42 +, Luis de Bethencourt wrote: On 26 November 2014 at 01:49, Joe Perches j...@perches.com wrote: [] There is a script I posted a while back that groups various checkpatch types together and

Re: [PATCH 1/2] v4l: vsp1: Reset VSP1 RPF source address

2014-11-26 Thread Takanari Hayama
Hi Geert, On 11/26/14, 5:59 PM, Geert Uytterhoeven wrote: Hi Hayama-san, On Wed, Nov 26, 2014 at 7:19 AM, Takanari Hayama t...@igel.co.jp wrote: @@ -179,6 +190,10 @@ static void rpf_vdev_queue(struct vsp1_video *video, struct vsp1_video_buffer *buf) {

Huomiota haluta

2014-11-26 Thread First Loan Trust Ltd
-- Huomiota!!! Oletko tarvitsevat pikaisesti lainan? henkilökohtaisia lainoja, yritysten lainoja, asuntolainojen. Jos ystävällisesti täyttäkää seuraavat tiedot alla ja tarjoamme 3 prosentin vauhdilla niin, että voimme jatkaa lainan määrästä välittömästi. Koko nimi: Tarvitaan lainan määrä:

Re: [PATCH 2/2] v4l: vsp1: Always enable virtual RPF when BRU is in use

2014-11-26 Thread Takanari Hayama
Hi Sergei, On 11/26/14, 9:55 PM, Sergei Shtylyov wrote: Hello. On 11/26/2014 9:19 AM, Takanari Hayama wrote: Regardless of a number of inputs, we should always enable virtual RPF when BRU is used. This allows the case when there's only one input to BRU, and a size of the input is smaller

[PATCH v2 0/2] v4l: vsp1: crop and a single input issues

2014-11-26 Thread Takanari Hayama
Hi, I've updated patches to reflect comments from Geert and Sergei. Hope this version could be given a go. Takanari Hayama (2): v4l: vsp1: Reset VSP1 RPF source address v4l: vsp1: Always enable virtual RPF when BRU is in use drivers/media/platform/vsp1/vsp1_rpf.c | 15 +++

[PATCH v2 1/2] v4l: vsp1: Reset VSP1 RPF source address

2014-11-26 Thread Takanari Hayama
Source address of VSP1 RPF needs to be reset whenever crop offsets are recalculated. This correctly reflects a crop setting even VIDIOC_QBUF is called before VIDIOIC_STREAMON is called. Signed-off-by: Takanari Hayama t...@igel.co.jp --- drivers/media/platform/vsp1/vsp1_rpf.c | 15

[PATCH v2 2/2] v4l: vsp1: Always enable virtual RPF when BRU is in use

2014-11-26 Thread Takanari Hayama
Regardless of a number of inputs, we should always enable virtual RPF when BRU is used. This allows the case when there's only one input to BRU, and a size of the input is smaller than a size of an output of BRU. Signed-off-by: Takanari Hayama t...@igel.co.jp ---

[PATCH] media: v4l2-image-sizes.h: correct the SVGA height definition

2014-11-26 Thread Josh Wu
SVGA height should be 600 not 680. Reported-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Josh Wu josh...@atmel.com --- Hi, Mauro There a typo in my previous patch, so this patch is the fix for that. Sorry for the incovenience. Best Regards, Josh Wu

Re: [PATCH 1/2] media: v4l2-image-sizes.h: add SVGA, XGA and UXGA size definitions

2014-11-26 Thread Josh Wu
Hi, Guennadi On 11/26/2014 6:23 AM, Guennadi Liakhovetski wrote: Hi Josh, On Tue, 25 Nov 2014, Josh Wu wrote: Add SVGA, UXGA and XGA size definitions to v4l2-image-sizes.h. The definitions are sorted by alphabet order. Signed-off-by: Josh Wu josh...@atmel.com Thanks for your patches. I'm

cron job: media_tree daily build: ERRORS

2014-11-26 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 27 04:00:16 CET 2014 git branch: test git hash: 504febc3f98c87a8bebd8f2f274f32c0724131e4 gcc

Re: [PATCH] Update MAINTAINERS for solo6x10

2014-11-26 Thread Ismael Luceno
On Mon, 17 Nov 2014 20:59:23 +0400 Andrey Utkin andrey.ut...@corp.bluecherry.net wrote: Signed-off-by: Andrey Utkin andrey.ut...@corp.bluecherry.net --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index bb38f02..f5cef1b

Re: SOLO6x10: fix a race in IRQ handler.

2014-11-26 Thread Ismael Luceno
On Fri, 14 Nov 2014 13:35:06 +0100 khal...@piap.pl (Krzysztof Hałasa) wrote: The IRQs have to be acknowledged before they are serviced, otherwise some events may be skipped. Also, acknowledging IRQs just before returning from the handler doesn't leave enough time for the device to deassert the

Re: [RFC] solo6x10 freeze, even with Oct 31's linux-next... any ideas or help?

2014-11-26 Thread Ismael Luceno
On Tue, 11 Nov 2014 19:05:37 +0100 Hans Verkuil hverk...@xs4all.nl wrote: On 11/11/2014 06:46 PM, Andrey Utkin wrote: At Bluecherry, we have issues with servers which have 3 solo6110 cards (and cards have up to 16 analog video cameras connected to them, and being actively read). This is a

Re: [RFC] solo6x10 freeze, even with Oct 31's linux-next... any ideas or help?

2014-11-26 Thread Ismael Luceno
On Sat, 15 Nov 2014 21:42:05 +0100 khal...@piap.pl (Krzysztof Hałasa) wrote: Andrey Utkin andrey.ut...@corp.bluecherry.net writes: In upstream there's no more module parameter for video standard (NTSC/PAL). But there's VIDIOC_S_STD handling procedure. But it turns out not to work

[PATCH] solo6x10: Maintainers update

2014-11-26 Thread Ismael Luceno
Adding Andrey Utkin, and I'll be using my personal email address from now on. Signed-off-by: Ismael Luceno ismael.luc...@corp.bluecherry.net --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0ff630d..b4ba217 100644 ---