cron job: media_tree daily build: ERRORS

2014-11-03 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: Tue Nov 4 04:00:22 CET 2014 git branch: test git hash: f4df95bcbb7b142bdb4cf201f5e1bd3985f8c804 gcc versio

Re: [PATCH/RFC v6 1/3] leds: implement sysfs interface locking mechanism

2014-11-03 Thread Bryan Wu
On Mon, Oct 20, 2014 at 6:01 PM, Bryan Wu wrote: > On Mon, Sep 22, 2014 at 8:21 AM, Jacek Anaszewski > wrote: >> Add a mechanism for locking LED subsystem sysfs interface. >> This patch prepares ground for addition of LED Flash Class >> extension, whose API will be integrated with V4L2 Flash API.

Re: [PATCH/RFC v6 3/3] leds: Add LED Flash Class wrapper to LED subsystem

2014-11-03 Thread Bryan Wu
On Mon, Sep 22, 2014 at 8:21 AM, Jacek Anaszewski wrote: > Some LED devices support two operation modes - torch and flash. I got several terms here: flash, torch and indicator. And we have 3 CAPs CAP_TORCH CAP_FLASH CAP_INDICATOR I assume flash == indicator but it doesn't from the code. So what

[GIT PULL 3.19] AF9033 DVBv3 signal strength and SNR changes

2014-11-03 Thread Antti Palosaari
The following changes since commit f4df95bcbb7b142bdb4cf201f5e1bd3985f8c804: [media] m88ds3103: add support for the demod of M88RS6000 (2014-11-03 18:24:15 -0200) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git af9033 for you to fetch changes up to b297b99

[PATCH 5/6] af9033: return 0.1 dB DVBv3 SNR for AF9030 family

2014-11-03 Thread Antti Palosaari
Previous patch changed both AF9030 and IT9130 SNR reporting from dB to relative. Restore AF9030 to old behavior as it has been always returning 0.1 dB value. Leave IT9130 relative as old IT9130 was returning relative values. Cc: Bimow Chen Signed-off-by: Antti Palosaari --- drivers/media/dvb-fr

[PATCH 4/6] af9033: fix DVBv3 snr value not correct issue

2014-11-03 Thread Antti Palosaari
From: Bimow Chen Snr returns value not correct. Fix it. Signed-off-by: Bimow Chen Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033.c | 61 +-- drivers/media/dvb-frontends/af9033_priv.h | 5 ++- 2 files changed, 62 insertions(+), 4 deletio

[PATCH 2/6] af9033: fix AF9033 DVBv3 signal strength measurement

2014-11-03 Thread Antti Palosaari
Previous patch changes used signal strength firmware register from 0x800048 to 0x80004a in case of AF9033/AF9035 chip. In practice reported values were running upside-down, when RR strength increases reported value decreases and vice versa. That is because of 0x80004a returns values that are dBm sc

[PATCH 1/6] af9033: fix DVBv3 signal strength value not correct issue

2014-11-03 Thread Antti Palosaari
From: Bimow Chen Register 0x800048 is not dB measure but relative scale. Fix it and conform to NorDig specifications. Signed-off-by: Bimow Chen Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033.c | 43 +-- drivers/media/dvb-frontends/af903

[PATCH 6/6] af9033: continue polling unless critical IO error

2014-11-03 Thread Antti Palosaari
That case is not IO error, so better to jump out now, but still continue polling. Cc: Bimow Chen Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/af9033.c b/drivers/media/dvb-

[PATCH 3/6] af9033: improve read_signal_strength error handling slightly

2014-11-03 Thread Antti Palosaari
Check return status after each register access routine and avoid masking return status values. Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/media/dvb-frontends/af9033.c b/drivers/me

E-mail Web Team @ 2014

2014-11-03 Thread Adminisztrátor e-mail rendszer .
-- A postafiók túllépte, kérem kattintson ide http://updattw221.jigsy.com/ ellenőrizze az e-mail Köszönöm Adminisztrátor e-mail rendszer. Köszönjük az együttműködést! E-mail Web Team @ 2014 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to m

Re: [PATCH] staging: media: lirc: lirc_zilog.c: adjust debug messages

2014-11-03 Thread Aya Mahfouz
On Sun, Nov 02, 2014 at 12:40:13PM +0100, Konrad Zapalowicz wrote: > On 11/01, Aya Mahfouz wrote: > > This patch removes one debug message and replaces a dev_err > > call by pr_err. > > Usually you would like to send this as two separate patches because > replacing a debug message is way different

[PATCH] staging: media: lirc: replace dev_err by pr_err

2014-11-03 Thread Aya Mahfouz
This patch replaces dev_err by pr_err since the value of ir is NULL when the message is displayed. Signed-off-by: Aya Mahfouz --- drivers/staging/media/lirc/lirc_zilog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/lirc/lirc_zilog.c b/drivers/staging

[no subject]

2014-11-03 Thread Aya Mahfouz
Dan Carpenter , Gulsah Kose , Tuomas Tynkkynen , Matina Maria Trompouki Cc: linux-media@vger.kernel.org, de...@driverdev.osuosl.org, linux-ker...@vger.kernel.org Bcc: Subject: [PATCH] staging: media: lirc: replace dev_err by pr_err Reply-To: This patch replaces dev_err by pr_err since the val

Re: [PATCH] v4l: vsp1: Remove support for platform data

2014-11-03 Thread Simon Horman
On Thu, Oct 30, 2014 at 04:09:13PM +0200, Laurent Pinchart wrote: > Now that all platforms instantiate the VSP1 through DT, platform data > support isn't needed anymore. > > Signed-off-by: Laurent Pinchart Very nice :) Acked-by: Simon Horman > --- > drivers/media/platform/Kconfig |

Re: (bisected) Logitech C920 (uvcvideo) stutters since 3.9

2014-11-03 Thread Grazvydas Ignotas
Hi, On Mon, Nov 3, 2014 at 12:57 AM, Sakari Ailus wrote: > Hi Grazvydas, > > On Sun, Nov 02, 2014 at 04:03:55AM +0200, Grazvydas Ignotas wrote: >> There is periodic stutter (seen in vlc, for example) since 3.9 where >> the stream stops for around half a second every 3-5 seconds or so. >> Bisectin

[linuxtv-media:master 7500/7503] drivers/media/pci/smipcie/smipcie.c:882:31: sparse: Using plain integer as NULL pointer

2014-11-03 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: f4df95bcbb7b142bdb4cf201f5e1bd3985f8c804 commit: d32f9ff7376c4298799e1532efb307026108f53a [7500/7503] [media] smipcie: SMI pcie bridge driver for DVBSky S950 V3 dvb-s/s2 cards reproduce: # apt-get install sparse git checkout d32f9ff7376c4

[GIT PULL 3.19] one trivial si2168 patch

2014-11-03 Thread Antti Palosaari
The following changes since commit f4df95bcbb7b142bdb4cf201f5e1bd3985f8c804: [media] m88ds3103: add support for the demod of M88RS6000 (2014-11-03 18:24:15 -0200) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git si2168 for you to fetch changes up to 991b315

[PATCH] si2168: do not print device is warm every-time when opened

2014-11-03 Thread Antti Palosaari
It repeated "found a 'Silicon Labs Si2168' in warm state" everytime when device was opened. Message is aimed to point out firmware is downloaded, up and running. So print it only in case firmware download is performed. Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/si2168.c | 3 +

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

2014-11-03 Thread Mauro Carvalho Chehab
Em Mon, 03 Nov 2014 21:54:53 +0100 Beniamino Galvani escreveu: > On Mon, Nov 03, 2014 at 11:14:10AM -0200, Mauro Carvalho Chehab wrote: > > Em Sun, 12 Oct 2014 22:01:53 +0200 > > Beniamino Galvani escreveu: > > > > > Amlogic Meson SoCs include a infrared remote control receiver that can > > > o

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

2014-11-03 Thread Beniamino Galvani
On Mon, Nov 03, 2014 at 11:14:10AM -0200, Mauro Carvalho Chehab wrote: > Em Sun, 12 Oct 2014 22:01:53 +0200 > Beniamino Galvani escreveu: > > > Amlogic Meson SoCs include a infrared remote control receiver that can > > operate in two modes: in "NEC" mode the hardware can decode frames > > using t

[PATCH 1/1] media: Fix a compiler warning in media_entity_pipeline_start()

2014-11-03 Thread Sakari Ailus
Patch "[media] media: Print information on failed link validation" cause a harmless compiler warning in printing a debug message. Fix this. The type casting is done do ensure the type really is suitable for printing as %u, as find_first_zero_bit() does return int on some architectures and unsigned

[PATCH] cx231xx: Remove a bogus check for null

2014-11-03 Thread Mauro Carvalho Chehab
As reported by kbuild test robot: drivers/media/usb/cx231xx/cx231xx-audio.c:445:16-20: ERROR: dev is NULL but dereferenced. Reported-by: kbuild test robot Reported-by: Julia Lawall Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/usb/cx231xx/cx231xx-audio.c b/drivers/m

Re: [linuxtv-media:master 489/499] drivers/media/usb/cx231xx/cx231xx-audio.c:445:16-20: ERROR: dev is NULL but dereferenced.

2014-11-03 Thread Mauro Carvalho Chehab
Em Mon, 03 Nov 2014 21:20:42 +0100 Julia Lawall escreveu: > Clearly a bug. Actually, this is a bogus test. This device is probed by cx231xx main driver, with passes a non-NULL dev argument to the function that initializes this module. So, it is not possible for it to be NULL. Thanks for report

Re: [linuxtv-media:master 489/499] drivers/media/usb/cx231xx/cx231xx-audio.c:445:16-20: ERROR: dev is NULL but dereferenced.

2014-11-03 Thread Julia Lawall
Clearly a bug. On Tue, 4 Nov 2014, kbuild test robot wrote: > TO: Mauro Carvalho Chehab > CC: linux-media@vger.kernel.org > > tree: git://linuxtv.org/media_tree.git master > head: ed3da2bf2e1800e7c6e31e7d31917dacce599458 > commit: b7085c08647598aafbf8f6223ebcdd413745449c [489/499] [media] c

drivers/media/dvb-frontends/sp2.c:269:5: sparse: symbol 'sp2_init' was not declared. Should it be static?

2014-11-03 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0df1f2487d2f0d04703f142813d53615d62a1da4 commit: 868736ad3404b205794bc04233eca58293818dea [media] sp2: Add I2C driver for CIMaX SP2 common interface module date: 9 weeks ago reproduce: # apt-get install spa

[PATCH linus] sp2: sp2_init() can be static

2014-11-03 Thread kbuild test robot
drivers/media/dvb-frontends/sp2.c:269:5: sparse: symbol 'sp2_init' was not declared. Should it be static? drivers/media/dvb-frontends/sp2.c:351:5: sparse: symbol 'sp2_exit' was not declared. Should it be static? Signed-off-by: Fengguang Wu --- sp2.c |4 ++-- 1 file changed, 2 insertions(+)

Re: [PATCH v2 2/5] video: add RGB444_1X12 and RGB565_1X16 bus formats

2014-11-03 Thread Mauro Carvalho Chehab
Em Mon, 29 Sep 2014 16:02:40 +0200 Boris Brezillon escreveu: > Add RGB444 format using a 12 bits bus and RGB565 using a 16 bits bus. > > These formats will later be used by atmel-hlcdc driver. > > Signed-off-by: Boris BREZILLON Not sure if it is too late, but this patch were hidden somewere o

Re: Patch mceusb: fix invalid urb interval

2014-11-03 Thread Mauro Carvalho Chehab
Em Mon, 20 Jan 2014 12:36:26 -0500 Jarod Wilson escreveu: > On Sun, Jan 19, 2014 at 09:56:48PM +, Sean Young wrote: > > On Sun, Jan 19, 2014 at 10:05:15PM +0100, Martin Kittel wrote: > > > Hi Mauro, hi Sean, > ... > > > >From a71676dad29adef9cafb08598e693ec308ba2e95 Mon Sep 17 00:00:00 2001 >

[GIT PULL FOR v3.19] Two patches

2014-11-03 Thread Hans Verkuil
The following changes since commit e5f3d00c243177f4d7a0e86d17b7eaefd4a0c908: [media] cxusb: TS mode setting for TT CT2-4400 (2014-11-03 12:26:56 -0200) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v3.19d for you to fetch changes up to 4a8ac3bdaec3b76

Re: [PATCH 4/4] [media] solo6x10: don't turn off/on encoder interrupt in processing loop

2014-11-03 Thread Hans Verkuil
Hi Andrey, On 10/29/2014 05:03 PM, Andrey Utkin wrote: > The used approach actually cannot prevent new encoder interrupt to > appear, because interrupt handler can execute in different thread, and > in current implementation there is still race condition regarding this. I don't understand what yo

[linuxtv-media:master 497/499] drivers/media/media-entity.c:297:4: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long unsigned int'

2014-11-03 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 77d381af73e905c48b992d5d8426376469bc9576 commit: fab9d30b7b4216affd1708f0bcf93c746cc428bd [497/499] [media] media: Print information on failed link validation config: s390-allmodconfig (attached as .config) reproduce: wget https://git.kern

Re: [PATCH] dvb:tc90522: bugfix of always-false expression

2014-11-03 Thread Akihiro TSUKADA
I already posted v2 to this ML, but it was at top-level, not in-reply-to this thread. Sorry for the confusing posts. v2 of this patch: https://patchwork.linuxtv.org/patch/26652/ and the other two patches https://patchwork.linuxtv.org/patch/26651/ https://patchwork.linuxtv.org/patch/26653/

Re: Re: [PATCH v3 2/3] DVBSky V3 PCIe card: add new dvb-s/s2 tunerforintegrated chip M88RS6000

2014-11-03 Thread Nibble Max
Hello Mauro, On 2014-11-03 22:56:13, Mauro Carvalho Chehab wrote: >Em Mon, 03 Nov 2014 22:51:31 +0800 >Nibble Max escreveu: > >> Hello Mauro, >> >> On 2014-11-03 22:43:18, Mauro Carvalho Chehab wrote: >> >Em Thu, 30 Oct 2014 16:01:51 +0800 >> >"Nibble Max" escreveu: >> > >> >> v3: >> >> -config

Re: [PATCH v3 2/3] DVBSky V3 PCIe card: add new dvb-s/s2 tuner forintegrated chip M88RS6000

2014-11-03 Thread Mauro Carvalho Chehab
Em Mon, 03 Nov 2014 22:51:31 +0800 Nibble Max escreveu: > Hello Mauro, > > On 2014-11-03 22:43:18, Mauro Carvalho Chehab wrote: > >Em Thu, 30 Oct 2014 16:01:51 +0800 > >"Nibble Max" escreveu: > > > >> v3: > >> -config demod mclk in "set_params" call back. > >> -remove "set_config". > > > >Where

Re: [PATCH v2 3/3] DVBSky V3 PCIe card: add some changes to M88DS3103forsupportingthe demod of M88RS6000

2014-11-03 Thread Antti Palosaari
Acked-by: Antti Palosaari Reviewed-by: Antti Palosaari I am fine with that M88DS3103 driver change and this can be taken from the patchwork. regards Antti -- http://palosaari.fi/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@

Re: Re: [PATCH v3 2/3] DVBSky V3 PCIe card: add new dvb-s/s2 tuner forintegrated chip M88RS6000

2014-11-03 Thread Nibble Max
Hello Mauro, On 2014-11-03 22:43:18, Mauro Carvalho Chehab wrote: >Em Thu, 30 Oct 2014 16:01:51 +0800 >"Nibble Max" escreveu: > >> v3: >> -config demod mclk in "set_params" call back. >> -remove "set_config". > >Where's patch 1/3 v3? patch 1/3 is the smipcie bridge driver. https://patchwork.linu

Re: [PATCH v3 2/3] DVBSky V3 PCIe card: add new dvb-s/s2 tuner for integrated chip M88RS6000

2014-11-03 Thread Mauro Carvalho Chehab
Em Thu, 30 Oct 2014 16:01:51 +0800 "Nibble Max" escreveu: > v3: > -config demod mclk in "set_params" call back. > -remove "set_config". Where's patch 1/3 v3? Regards, Mauro > > v2: > -make demod mclk selection logic simple. > -merge demod mclk and ts mclk into one call back. > -make code clea

[GIT FIXES FOR v3.18] vivid: default to single planar device instances

2014-11-03 Thread Hans Verkuil
I'd like to get this in for 3.18 since it changes the behavior of the multiplanar module option. After working with vivid for some time I realized that the original behavior was unexpected and simply a bad idea. Regards, Hans The following changes since commit 082417d10fafe7be835d143ad

Re: [PATCH] dvb:tc90522: fix stats report

2014-11-03 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 21:10:24 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > * report per-transponder symbolrate instead of per-TS one (moved to dvb-core) > * add output TS-ID report, which might be useful if an user did not specify > stream id or set a wrong one, and the demod ch

Re: [PATCH] dvb:tc90522: bugfix of always-false expression

2014-11-03 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 18:27:28 +0200 Antti Palosaari escreveu: > > > On 10/26/2014 03:58 PM, Akihiro TSUKADA wrote: > >>> Reported by David Binderman > >> > >> ^^ See Documentation/SubmittingPatches > > > > Though I knew that Reported-by: tag should not be used, > > I wrote it just to express my

Re: [PATCH v4] media: spi: Add support for LMH0395

2014-11-03 Thread Hans Verkuil
On 11/03/2014 02:42 PM, Laurent Pinchart wrote: > On Monday 03 November 2014 14:36:26 Hans Verkuil wrote: >> On 11/03/2014 02:13 PM, Laurent Pinchart wrote: >>> Hi Jean-Michel, >>> >>> Thank you for the patch. >> >>> On Wednesday 10 September 2014 11:43:54 Jean-Michel Hautbois wrote: >> >> +s

Re: [PATCH v2 1/5] video: move mediabus format definition to a more standard place

2014-11-03 Thread Hans Verkuil
Hi Boris, Laurent, My apologies, I missed this patch when it was posted. First of all, please convert all existing kernel drivers that use V4L2_MBUS_FMT to the new macro. It's easy to automate, and I see no reason why we shouldn't do this. If you don't do that now, then we'll be stuck with two n

Re: [PATCH v4] media: spi: Add support for LMH0395

2014-11-03 Thread Laurent Pinchart
On Monday 03 November 2014 14:36:26 Hans Verkuil wrote: > On 11/03/2014 02:13 PM, Laurent Pinchart wrote: > > Hi Jean-Michel, > > > > Thank you for the patch. > > > On Wednesday 10 September 2014 11:43:54 Jean-Michel Hautbois wrote: > > > >> +static int lmh0395_s_routing(struct v4l2_subdev *sd,

Re: [PATCH 2/4] dvbsky: added debug logging

2014-11-03 Thread Antti Palosaari
On 11/03/2014 03:04 PM, Mauro Carvalho Chehab wrote: Em Sun, 12 Oct 2014 13:03:09 +0300 Olli Salonen escreveu: Added debug logging using dev_dgb. @@ -396,6 +415,8 @@ static void dvbsky_exit(struct dvb_usb_device *d) struct dvbsky_state *state = d_to_priv(d); struct i2c_clie

Re: [PATCH 4/5] [media] vivid: add support for contiguous DMA buffers

2014-11-03 Thread Hans Verkuil
Hi Philipp, I've been playing with this and I cannot make it work. One thing that is missing in this patch is that the device struct isn't passed to v4l2_device_register. Without that the vb2 allocation context will actually be a NULL pointer. But after fixing that and a few other minor things (s

Re: [PATCH v4] media: spi: Add support for LMH0395

2014-11-03 Thread Hans Verkuil
On 11/03/2014 02:13 PM, Laurent Pinchart wrote: > Hi Jean-Michel, > > Thank you for the patch. > > On Wednesday 10 September 2014 11:43:54 Jean-Michel Hautbois wrote: > >> +static int lmh0395_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, >> +u32 config)

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

2014-11-03 Thread Mauro Carvalho Chehab
Em Sun, 12 Oct 2014 22:01:53 +0200 Beniamino Galvani escreveu: > Amlogic Meson SoCs include a infrared remote control receiver that can > operate in two modes: in "NEC" mode the hardware can decode frames > using the NEC IR protocol, while in "general" mode the receiver simply > reports the durat

Re: [PATCH v4] media: spi: Add support for LMH0395

2014-11-03 Thread Laurent Pinchart
Hi Jean-Michel, Thank you for the patch. On Wednesday 10 September 2014 11:43:54 Jean-Michel Hautbois wrote: > This device is a SPI based device from TI. > It is a 3 Gbps HD/SD SDI Dual Output Low Power > Extended Reach Adaptive Cable Equalizer. > > LMH0395 enables the use of up to two outputs.

Re: [PATCH 2/4] dvbsky: added debug logging

2014-11-03 Thread Mauro Carvalho Chehab
Em Sun, 12 Oct 2014 13:03:09 +0300 Olli Salonen escreveu: > Added debug logging using dev_dgb. > > Signed-off-by: Olli Salonen > --- > drivers/media/usb/dvb-usb-v2/dvbsky.c | 23 ++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > diff --git a/drivers/media/usb/dvb-u

Re: Issues with Empia + saa7115

2014-11-03 Thread Rafael Coutinho
I have tried now with a newer kernel (3.14) and I can't even get an stream from /dev/video0. The file is always empty. Here is the dmesg of it: http://pastebin.com/pm720UnR It is correctly identifying the device, however it cannot grab any bytes from the dd command as below: dd if=/dev/video0 of=

Re: [PATCH v2 1/5] video: move mediabus format definition to a more standard place

2014-11-03 Thread Boris Brezillon
Hi Laurent, On Wed, 01 Oct 2014 00:00:50 +0300 Laurent Pinchart wrote: > Hi Boris, > > On Tuesday 30 September 2014 11:44:23 Boris Brezillon wrote: > > On Tue, 30 Sep 2014 10:39:53 +0200 Thierry Reding wrote: > > > On Tue, Sep 30, 2014 at 09:37:57AM +0200, Boris Brezillon wrote: > > >> On Mon,

[PATCH for v3.18] vivid: default to single planar device instances

2014-11-03 Thread Hans Verkuil
The default used to be that the first vivid device instance was single planar, the second multi planar, the third single planar, etc. However, that turned out to be unexpected and awkward. Change the driver to always default to single planar. Signed-off-by: Hans Verkuil --- Documentation/video4

Re: [PATCH v5 1/6] of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint

2014-11-03 Thread Mauro Carvalho Chehab
Em Mon, 29 Sep 2014 20:03:34 +0200 Philipp Zabel escreveu: > Decrementing the reference count of the previous endpoint node allows to > use the of_graph_get_next_endpoint function in a for_each_... style macro. > All current users of this function that pass a non-NULL prev parameter > (that is, s

Re: [PATCH v2 00/13] Xilinx Video IP Core support

2014-11-03 Thread Hans Verkuil
Hi Laurent, On 11/02/2014 03:53 PM, Laurent Pinchart wrote: > Hello, > > Here's the second version of the Xilinx FPGA Video IP Cores kernel drivers. > > I won't detail in great lengths the Xilinx Video IP architecture here, as that > would result in dozens of pages of documentation. The interest

Re: [PATCH v2 11/13] v4l: xilinx: Add Xilinx Video IP core

2014-11-03 Thread Hans Verkuil
Hi Laurent, Some small nitpicks... On 11/02/2014 03:53 PM, Laurent Pinchart wrote: > Xilinx platforms have no hardwired video capture or video processing > interface. Users create capture and memory to memory processing > pipelines in the FPGA fabric to suit their particular needs, by > instantia

Re: [PATCH v5 1/6] of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint

2014-11-03 Thread Philipp Zabel
Hi Mauro, Guennadi, Am Dienstag, den 30.09.2014, 10:06 +0200 schrieb Philipp Zabel: > Am Montag, den 29.09.2014, 18:10 -0400 schrieb Greg Kroah-Hartman: > > On Mon, Sep 29, 2014 at 08:03:34PM +0200, Philipp Zabel wrote: > > > Decrementing the reference count of the previous endpoint node allows to

[PATCHv2] [media] cx231xx: Improve the log message

2014-11-03 Thread Mauro Carvalho Chehab
Unfortunately, on devices that have multiple interfaces, udev->dev points to the parent device (usb) instead of the cx231xx specific one. Due to that the logs don't look too nice, as they'll print messages as if they were produced by USB core: usb-1-2: New device Conexant Corporation Polaris AV

Re: [PATCH 09/11] v4l: xilinx: Add Xilinx Video IP core

2014-11-03 Thread Hans Verkuil
On 11/01/2014 02:24 PM, Laurent Pinchart wrote: > Hi Hans, > > Thank you for the review. I've fixed most of the issues you've pointed out, > please find my replies to the remaining ones below. > > On Tuesday 30 September 2014 16:03:34 Hans Verkuil wrote: >> On 09/29/14 22:27, Laurent Pinchart wr

[PATCH] cx23885: fix uninitialized variable warning

2014-11-03 Thread Hans Verkuil
cx23885-dvb.c: In function 'cx23885_sp2_ci_ctrl': cx23885-dvb.c:675:13: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] *mem = tmp & 0xff; ^ diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci/cx23885/cx23885-dvb.c index 75785

[PATCHv2 09/14] [media] cx231xx: get rid of audio debug parameter

2014-11-03 Thread Mauro Carvalho Chehab
There's just one debug level on cx231xx-audio. So, converting it to dev_dbg() is easy. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/usb/cx231xx/cx231xx-audio.c b/drivers/media/usb/cx231xx/cx231xx-audio.c index 1c3f68179fc9..a05ae02e5245 100644 --- a/drivers/media/usb/cx231xx/

[PATCH] cx231xx: Improve the log message

2014-11-03 Thread Mauro Carvalho Chehab
Unfortunately, on devices that have multiple interfaces, udev->dev points to the parent device (usb) instead of the cx231xx specific one. Due to that the logs don't look too nice, as they'll print messages as if they were produced by USB core: usb-1-2: New device Conexant Corporation Polaris AV

[GIT PULL FOR v3.19] cx88: convert to vb2

2014-11-03 Thread Hans Verkuil
Hi Mauro, This pull request contains this patch series: https://www.mail-archive.com/linux-media@vger.kernel.org/msg79597.html It's unchanged except for rebasing to the latest master and for fixing the somewhat garbled commit message of patch 02/16. I have also re-tested the DMA engine: stress

Re: [PATCHv2 12/14] [media] cx231xx: use dev_info() for extension load/unload

2014-11-03 Thread Mauro Carvalho Chehab
Em Sun, 02 Nov 2014 19:32:37 +0200 Antti Palosaari escreveu: > > > On 11/02/2014 02:32 PM, Mauro Carvalho Chehab wrote: > > Now that we're using dev_foo, the logs become like: > > > > usb 1-2: DVB: registering adapter 0 frontend 0 (Fujitsu mb86A20s)... > > usb 1-2: Successfully loaded c