[PATCH] davinci: fix build warning when CONFIG_DEBUG_SECTION_MISMATCH is enabled

2012-08-13 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- drivers/media/video/davinci/dm355_ccdc.c |2 +- drivers/media/video/davinci/dm644x_ccdc.c |2 +- drivers/media/video/davinci/isif.c

Fwd: Question Hauppauge Nova-S-Plus.

2012-08-13 Thread Marc Bolós
Dear sirs, I'm a systems engineer (from spain, so excuse my bad english) working for some time with all kinds of TV receivers. First I wanted to thank you all for your work. I saw that sometimes your tips on this list are very helpfull, so I wanted to make you a question that maybe you can

Re: [RFCv3 PATCH 1/8] v4l2 core: add the missing pieces to support DVI/HDMI/DisplayPort.

2012-08-13 Thread Soby Mathew
Hi Hans, The patch seems to cover most of the requirement. I find 2 gaps: +/* DV-class control IDs defined by V4L2 */ +#define V4L2_CID_DV_CLASS_BASE (V4L2_CTRL_CLASS_DV | 0x900) +#define V4L2_CID_DV_CLASS (V4L2_CTRL_CLASS_DV | 1) + +#define

Re: [RFCv3 PATCH 1/8] v4l2 core: add the missing pieces to support DVI/HDMI/DisplayPort.

2012-08-13 Thread Hans Verkuil
On Mon August 13 2012 13:48:28 Soby Mathew wrote: Hi Hans, The patch seems to cover most of the requirement. I find 2 gaps: +/* DV-class control IDs defined by V4L2 */ +#define V4L2_CID_DV_CLASS_BASE (V4L2_CTRL_CLASS_DV | 0x900) +#define V4L2_CID_DV_CLASS

Re: boot slow down

2012-08-13 Thread Mauro Carvalho Chehab
Hi Andy, Em 11-08-2012 21:06, Andy Walls escreveu: On Wed, 2012-08-08 at 13:18 -0400, bjloc...@lockie.ca wrote: How hard would it be to get an official kernel option not to load firmware Submit a patch for the cx23885 driver to the list. It could add a module option so the user can specify

RFC: V4L2 API ambiguities

2012-08-13 Thread Hans Verkuil
Hi all! As part of the 2012 Kernel Summit V4L2 workshop I will be discussing a bunch of V4L2 ambiguities/improvements. I've made a list of all the V4L2 issues and put them in two categories: issues that I think are easy to resolve (within a few minutes at most), and those that are harder. If

Re: [Linaro-mm-sig] [PATCH 2/4] dma-fence: dma-buf synchronization (v8 )

2012-08-13 Thread Maarten Lankhorst
Hey, Op 11-08-12 21:39, Daniel Vetter schreef: + + if (!ret) { + cb-base.flags = 0; + cb-base.func = __dma_fence_wake_func; + cb-base.private = priv; + cb-fence = fence; + cb-func = func; +

Re: Philips saa7134 IR remote problem with linux kernel v2.6.35

2012-08-13 Thread Sean Young
On Fri, Aug 10, 2012 at 11:41:23PM +0600, Partha Guha Roy wrote: On Fri, Aug 10, 2012 at 3:47 PM, Sean Young s...@mess.org wrote: Are you runnning the lircd user space process for input or relying on the in-kernel decoders? For my testing, I booted the vanilla kernel into ubuntu recovery

[PATCH 01/13] [media] iguanair: reuse existing urb callback for command responses

2012-08-13 Thread Sean Young
Rather than using usb_interrupt_msg() to receive responses, reuse the urb callback we already have in place. Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/iguanair.c | 147 +--- 1 file changed, 56 insertions(+), 91 deletions(-) diff --git

[PATCH 02/13] [media] iguanair: ignore unsupported firmware versions

2012-08-13 Thread Sean Young
Firmware versions lower than 0x0205 use a different interface which is not supported. Also report the firmware version in the standard format. Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/Kconfig| 8 ++-- drivers/media/rc/iguanair.c | 21 +++-- 2 files

[PATCH 05/13] [media] iguanair: support suspend and resume

2012-08-13 Thread Sean Young
Now unbind also stops the receiver. Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/iguanair.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/media/rc/iguanair.c b/drivers/media/rc/iguanair.c index 4525107..a6a19eb 100644 ---

[PATCH 04/13] [media] iguanair: fix return value for transmit

2012-08-13 Thread Sean Young
Also fix error codes returned from open. Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/iguanair.c | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/drivers/media/rc/iguanair.c b/drivers/media/rc/iguanair.c index 7eeabdb..4525107

[PATCH 06/13] [media] iguanair: reset the IR state after rx overflow or receiver enable

2012-08-13 Thread Sean Young
Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/iguanair.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/media/rc/iguanair.c b/drivers/media/rc/iguanair.c index a6a19eb..9810008 100644 --- a/drivers/media/rc/iguanair.c +++ b/drivers/media/rc/iguanair.c @@ -124,6

[PATCH 12/13] [staging] lirc: remove lirc_ttusbir driver

2012-08-13 Thread Sean Young
This has been replaced by the ttusbir driver. Signed-off-by: Sean Young s...@mess.org --- drivers/staging/media/lirc/Kconfig| 6 - drivers/staging/media/lirc/Makefile | 1 - drivers/staging/media/lirc/lirc_ttusbir.c | 376 -- 3 files changed, 383

[PATCH 13/13] [staging] lirc: lirc_ene0100.h is not referenced anywhere

2012-08-13 Thread Sean Young
There is a proper ene0100 driver anyway. Signed-off-by: Sean Young s...@mess.org --- drivers/staging/media/lirc/lirc_ene0100.h | 169 -- 1 file changed, 169 deletions(-) delete mode 100644 drivers/staging/media/lirc/lirc_ene0100.h diff --git

[PATCH 07/13] [media] iguanair: fix receiver overflow

2012-08-13 Thread Sean Young
The Pioneer CU-700 remote causes receiver overflows if you hold down any button. The remote does not send NEC IR repeats, it repeats the entire NEC code after 20ms. The iguanair hardware advertises an interval of 10 which just not enough; with 100 URBs per second and at most 7 edges per URB, we

[PATCH 03/13] [media] iguanair: advertise the resolution and timeout properly

2012-08-13 Thread Sean Young
With the timeout supplied the interface can go idle. The keymap is the same one as other drivers which do not come with a remote. Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/iguanair.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[PATCH 08/13] [media] rc: Add support for the TechnoTrend USB IR Receiver

2012-08-13 Thread Sean Young
This driver adds support for TechnoTrend USB IR Receiver. It is a complete rewrite of the staging/media/lirc/lirc_ttusbir driver. It adds more accurate sample reporting and led control. Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/Kconfig | 13 ++

[PATCH 09/13] [media] rc: do not wake up rc thread unless there is something to do

2012-08-13 Thread Sean Young
The TechnoTrend USB IR Receiver sends 125 ISO URBs per second, even when there is no IR activity. Reduce the number of wake ups from the other drivers too. This saves about 0.25ms/s on a 2.4GHz Core 2 according to powertop. Signed-off-by: Sean Young s...@mess.org ---

[PATCH 10/13] [media] saa7134: simplify timer activation

2012-08-13 Thread Sean Young
This simplies the code and resolves a possible race condition between ir_raw_decode_timer_end() and saa7134_raw_decode_irq(). If the interrupt handler is called after ir_raw_decode_timer_end() calls ir_raw_event_handle() but before clearing ir-active, then the timer won't be rearmed. Compile

[PATCH 11/13] [media] rc: transmit on device which does not support it should fail

2012-08-13 Thread Sean Young
Currently write() will return 0 if an IR device does not support sending. Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/ir-lirc-codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/rc/ir-lirc-codec.c b/drivers/media/rc/ir-lirc-codec.c index

Re: [Workshop-2011] RFC: V4L2 API ambiguities

2012-08-13 Thread Hans de Goede
Hi, snip Easy: 1) Split off the control part from videodev2.h. Controls are almost 30% of videodev2.h. I think maintaining controls would be easier if they are moved to e.g. linux/v4l2-controls.h which is included by videodev2.h. Ack. 2) Currently there are three types of

Re: Question Hauppauge Nova-S-Plus.

2012-08-13 Thread Steven Toth
I've been working for some time with those devices, and recently I have a problem which I've never seen before. The point is that I tune properly frequency and I start watching all channels, but after some time one or 2 tuners stops, and you cannot tune again any frequency until you reboot

Re: [GIT PULL] ViewCast O820E capture support added

2012-08-13 Thread Hans Verkuil
Hi Steve! On Mon August 13 2012 01:16:30 Steven Toth wrote: Hi Mauro, A new PCIe bridge driver below. It was released a couple of months ago to the public, probably about time we got this into the request queue. I'll review the linux-firmware additions shortly, I have a firmware blob and

Re: [PATCH 0/1 v2] media/video: vpif: fixing function name start to vpif_config_params

2012-08-13 Thread Manjunath Hadli
Hi Dror, Thanks for the patch. Mauro, I'll queue this patch for v3.7 through my tree. On Thursday 09 August 2012 12:03 PM, Dror Cohen wrote: This patch address the issue that a function named config_vpif_params should be vpif_config_params. However this name is shared with two structures

Re: Question Hauppauge Nova-S-Plus.

2012-08-13 Thread Marc Bolós
Thanks for your reply Steven. I'll reply inline also. El 13/08/12 15:20, Steven Toth escribió: I've been working for some time with those devices, and recently I have a problem which I've never seen before. The point is that I tune properly frequency and I start watching all channels, but after

Re: [PATCH v2] mt9v032: Export horizontal and vertical blanking as V4L2 controls

2012-08-13 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: On Saturday 28 July 2012 00:27:23 Sakari Ailus wrote: On Fri, Jul 27, 2012 at 01:02:04AM +0200, Laurent Pinchart wrote: On Thursday 26 July 2012 23:54:01 Sakari Ailus wrote: On Tue, Jul 24, 2012 at 01:10:42AM +0200, Laurent Pinchart wrote: Signed-off-by:

Re: [PATCH v2] mt9v032: Provide link frequency control

2012-08-13 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/mt9v032.c | 48 include/media/mt9v032.h |3 ++ 2 files changed, 46 insertions(+), 5 deletions(-) Acked-by:

Re: [GIT PULL] ViewCast O820E capture support added

2012-08-13 Thread Steven Toth
Hans, Thanks for your feedback. Oh dear. I don't think you're going to like my response, but I think we know each other well enough to realize that neither of us are trying to antagonize or upset either other. We're simply stating our positions. Please read on. I went through this driver from

Re: Question Hauppauge Nova-S-Plus.

2012-08-13 Thread Steven Toth
The problem is cronic, is allways there. And the only recover solution that I found is to reboot server. And if you reboot the server, and immediately re-use the failed card, it works reliably again for another 2 hours? In other words, it's not heat / environment related? -- Steven Toth -

Re: [Workshop-2011] RFC: V4L2 API ambiguities

2012-08-13 Thread Hans Verkuil
On Mon August 13 2012 15:13:34 Hans de Goede wrote: Hi, snip 5) How to handle tuner ownership if both a video and radio node share the same tuner? Obvious rules: - Calling S_FREQ, S_TUNER, S_MODULATOR or S_HW_FREQ_SEEK will change owner or return EBUSY

Re: [Workshop-2011] RFC: V4L2 API ambiguities

2012-08-13 Thread Hans de Goede
Hi, On 08/13/2012 04:52 PM, Hans Verkuil wrote: On Mon August 13 2012 15:13:34 Hans de Goede wrote: Hi, snip 5) How to handle tuner ownership if both a video and radio node share the same tuner? Obvious rules: - Calling S_FREQ, S_TUNER, S_MODULATOR or S_HW_FREQ_SEEK will

Re: [Workshop-2011] RFC: V4L2 API ambiguities

2012-08-13 Thread Ilyes Gouta
Hi, I've got one limitation for v4l2-mem2mem devices: a v4l2-mem2mem device driver which can't support *both* V4L2_BUF_TYPE_VIDEO_CAPTURE and V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE capture buffers. AFAIK/U, this limitation is unjustified. So, with v4l2-mem2mem : 1. It's not possible to

re: [media] s2255drv: remove V4L2_FL_LOCK_ALL_FOPS

2012-08-13 Thread Dan Carpenter
Hello Hans Verkuil, This is a semi-automatic email about new static checker warnings. The patch 0e1f0edfdd25: [media] s2255drv: remove V4L2_FL_LOCK_ALL_FOPS from Jun 24, 2012, leads to the following Smatch complaint: drivers/media/video/s2255drv.c:1867 s2255_mmap_v4l() warn: variable

Re: [GIT PULL] ViewCast O820E capture support added

2012-08-13 Thread Hans Verkuil
On Mon August 13 2012 16:46:45 Steven Toth wrote: Hans, Thanks for your feedback. Oh dear. I don't think you're going to like my response, but I think we know each other well enough to realize that neither of us are trying to antagonize or upset either other. We're simply stating our

Re: Question Hauppauge Nova-S-Plus.

2012-08-13 Thread Marc Bolós
I understand your point. I tryed this. Also I was in that country last week to record a near country, and I personally checked that wasn't heat problem (I have remote hands there which reported me the same). Before going there, I got same idea you're proposing so I implemented into restart

Re: [Workshop-2011] RFC: V4L2 API ambiguities

2012-08-13 Thread Rémi Denis-Courmont
Le lundi 13 août 2012 15:27:56 Hans Verkuil, vous avez écrit : 1) What is the right/best way to set the timestamp? The spec says gettimeofday, but is it my understanding that ktime_get_ts is much more efficient. Some drivers are already using ktime_get_ts. Options: a) all

re: [media] lmedm04: fix build

2012-08-13 Thread Dan Carpenter
Hello Mauro Carvalho Chehab, The patch db6651a9ebb3: [media] lmedm04: fix build from Aug 12, 2012, leads to the following warning: drivers/media/dvb/dvb-usb-v2/lmedm04.c:769 lme2510_download_firmware() error: usb_control_msg() 'data' too small (128 vs 265) 737 data =

Re: [GIT PULL] ViewCast O820E capture support added

2012-08-13 Thread Mauro Carvalho Chehab
Em 13-08-2012 12:49, Hans Verkuil escreveu: On Mon August 13 2012 16:46:45 Steven Toth wrote: Hans, Thanks for your feedback. Oh dear. I don't think you're going to like my response, but I think we know each other well enough to realize that neither of us are trying to antagonize or upset

Re: [PATCH] DocBook validation fixes

2012-08-13 Thread Mauro Carvalho Chehab
Em 12-08-2012 09:02, Hans Verkuil escreveu: More validation fixes as reported by xmllint. There are still three xmllint errors remaining after this patch regarding SVG file support. How are you running xmllint? It could be useful to have a make target (if it doesn't have it yet), in order

Re: [PATCHv2 0/2] Add Nokia N900 (RX51) IR diode support

2012-08-13 Thread Timo Kokkonen
Hi, On 08/10/12 13:16, Timo Kokkonen wrote: These patches add the support for sending IR remote controller codes on the Nokia N900 phone. The code is taken from the public N900 kernel release and modified to work with today's kernel. The code has been tested with a real Nokia N900 device

Re: [PATCH] DocBook validation fixes

2012-08-13 Thread Hans Verkuil
On Mon August 13 2012 20:02:54 Mauro Carvalho Chehab wrote: Em 12-08-2012 09:02, Hans Verkuil escreveu: More validation fixes as reported by xmllint. There are still three xmllint errors remaining after this patch regarding SVG file support. How are you running xmllint? It could be

Re: [PATCHv2 1/2] media: rc: Introduce RX51 IR transmitter driver

2012-08-13 Thread Sean Young
On Fri, Aug 10, 2012 at 01:16:36PM +0300, Timo Kokkonen wrote: This is the driver for the IR transmitter diode found on the Nokia N900 (also known as RX51) device. The driver is mostly the same as found in the original 2.6.28 based kernel that comes with the device. The following

[PATCH] re: [media] lmedm04: fix build

2012-08-13 Thread Malcolm Priestley
On Mon, 2012-08-13 at 19:58 +0300, Dan Carpenter wrote: Hello Mauro Carvalho Chehab, The patch db6651a9ebb3: [media] lmedm04: fix build from Aug 12, 2012, leads to the following warning: drivers/media/dvb/dvb-usb-v2/lmedm04.c:769 lme2510_download_firmware() error: usb_control_msg()

Re: [PATCH] DVB-S2 multistream support

2012-08-13 Thread Mauro Carvalho Chehab
Em 12-08-2012 15:50, Antti Palosaari escreveu: On 08/12/2012 09:33 PM, CrazyCat wrote: diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index f50d405..32d51bc 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h @@ -62,6 +62,7 @@ typedef enum

Re: [Workshop-2011] RFC: V4L2 API ambiguities

2012-08-13 Thread Sylwester Nawrocki
Hi! On 08/13/2012 03:13 PM, Hans de Goede wrote: 2) If a driver supports only formats with more than one plane, should V4L2_CAP_VIDEO_CAPTURE still be defined? No Agreed. And if a driver also supports single-plane formats in addition to 1 plane formats, should V4L2_CAP_VIDEO_CAPTURE be

Re: [git:v4l-dvb/for_v3.7] [media] mantis: Terratec Cinergy C PCI HD (CI)

2012-08-13 Thread Mauro Carvalho Chehab
Em 10-08-2012 20:55, Manu Abraham escreveu: Mauro, Please revert this patch. Patch is incorrect. There is the VP-20300, VP-20330, VP-2040, with differences in tuner types TDA10021, TDA10023, MK-I, MK-II and MK-III. I have detailed this issue in an earlier mail. Terratec Cinregy C is VP-2033

Re: [PATCHv2 1/2] media: rc: Introduce RX51 IR transmitter driver

2012-08-13 Thread Timo Kokkonen
On 08/13/12 21:36, Sean Young wrote: On Fri, Aug 10, 2012 at 01:16:36PM +0300, Timo Kokkonen wrote: +static ssize_t lirc_rx51_write(struct file *file, const char *buf, + size_t n, loff_t *ppos) +{ +int count, i; +struct lirc_rx51 *lirc_rx51 = file-private_data;

Re: [PATCH 11/11] au0828: use %*ph to dump small buffers

2012-08-13 Thread Mauro Carvalho Chehab
Em 07-08-2012 13:43, Andy Shevchenko escreveu: Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/media/video/au0828/au0828-core.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/media/video/au0828/au0828-core.c

Re: [PATCH] drivers/media/video/mx2_emmaprp.c: use devm_kzalloc and devm_clk_get

2012-08-13 Thread Mauro Carvalho Chehab
Em 10-08-2012 10:59, Julia Lawall escreveu: From: Julia Lawall julia.law...@lip6.fr Using devm_kzalloc and devm_clk_get simplifies the code and ensures that the use of devm_request_irq is safe. When kzalloc and kfree were used, the interrupt could be triggered after the handler's data

[git:v4l-dvb/for_v3.7] [media] staging: lirc: use %*ph to print small buffers

2012-08-13 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] staging: lirc: use %*ph to print small buffers Author: Andy Shevchenko andriy.shevche...@linux.intel.com Date:Thu Aug 2 12:05:45

Re: [PATCH] drivers/media/video/mx2_emmaprp.c: use devm_kzalloc and devm_clk_get

2012-08-13 Thread Julia Lawall
On Mon, 13 Aug 2012, Mauro Carvalho Chehab wrote: Em 10-08-2012 10:59, Julia Lawall escreveu: From: Julia Lawall julia.law...@lip6.fr Using devm_kzalloc and devm_clk_get simplifies the code and ensures that the use of devm_request_irq is safe. When kzalloc and kfree were used, the interrupt

[PATCH] it913x ver 1.32 driver moved to dvb-usb-v2

2012-08-13 Thread Malcolm Priestley
Functional changes PID filter is default to off and controlled from dvb-usb-v2 Driver now supports suspend and resume changes in dvb-usb-v2 USB bus repeater functions have been removed. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/dvb-usb-v2/Kconfig |7 +

Re: [PATCH] drivers/media/video/mx2_emmaprp.c: use devm_kzalloc and devm_clk_get

2012-08-13 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Using devm_kzalloc simplifies the code and ensures that the use of devm_request_irq is safe. When kzalloc and kfree were used, the interrupt could be triggered after the handler's data argument had been freed. This also introduces some missing

Re: RFC: V4L2 API ambiguities

2012-08-13 Thread Walter Van Eetvelt
On Mon, 13 Aug 2012 14:27:56 +0200, Hans Verkuil hverk...@xs4all.nl wrote: Hi all! As part of the 2012 Kernel Summit V4L2 workshop I will be discussing a bunch of V4L2 ambiguities/improvements. ... If something is unclear, or you think another topic should be added, then let me know as

Re: RFC: V4L2 API ambiguities

2012-08-13 Thread Devin Heitmueller
On Mon, Aug 13, 2012 at 4:27 PM, Walter Van Eetvelt wal...@van.eetvelt.be wrote: For me there is a an issue in the V4L specs for the support of DVB-S/C/T devices where the CI device is decoupled from the Tuners. At the moment there is no standard solution on which device drivers implementers

Re: RFC: V4L2 API ambiguities

2012-08-13 Thread Mauro Carvalho Chehab
Em 13-08-2012 18:31, Devin Heitmueller escreveu: On Mon, Aug 13, 2012 at 4:27 PM, Walter Van Eetvelt wal...@van.eetvelt.be wrote: For me there is a an issue in the V4L specs for the support of DVB-S/C/T devices where the CI device is decoupled from the Tuners. At the moment there is no

Re: RFC: V4L2 API ambiguities

2012-08-13 Thread Devin Heitmueller
On Mon, Aug 13, 2012 at 5:39 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: No, it is not out of scope. The thing is that none of the developers that are going to be there proposed a DVB-specific themes, unfortunately. Yet, there are two themes there that are not V4L only: the userspace

Re: RFC: V4L2 API ambiguities

2012-08-13 Thread Mauro Carvalho Chehab
Em 13-08-2012 18:42, Devin Heitmueller escreveu: On Mon, Aug 13, 2012 at 5:39 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: No, it is not out of scope. The thing is that none of the developers that are going to be there proposed a DVB-specific themes, unfortunately. Yet, there are two

[PATCH] [media] frontend.h, Docbook: Improve status documentation

2012-08-13 Thread Mauro Carvalho Chehab
No functional changes. It just improves the description of the frontend status, using Documentation/kernel-doc-nano-HOWTO.txt for the status enumeration, and a table inside the DocBook. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- Documentation/DocBook/media/dvb/frontend.xml | 48

[PATCH] [media] dvb: frontend API: Add a flag to indicate that get_frontend() can be called

2012-08-13 Thread Mauro Carvalho Chehab
get_frontend() can't be called too early, as the device may not have it yet. Yet, get_frontend() on OFDM standards can happen before FE_HAS_LOCK, as the TMCC carriers (ISDB-T) or the TPS carriers (DVB-T) require a very low signal to noise relation to be detected. The other carriers use different

Re: [PATCH v4 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-08-13 Thread Sylwester Nawrocki
Hi Sangwook, On 08/10/2012 04:14 PM, Sangwook Lee wrote: +/** + * parse_line() - parse a line from a s5k4ecgx fimware file + * + * This function uses tokens to separate the patterns. + * The form of the pattern should be as follows: + * - use only C-sytle comments + * - use one token

Re: [PATCH 2/2] marvell-cam: Build fix: missing select VIDEOBUF2_VMALLOC

2012-08-13 Thread Mauro Carvalho Chehab
Hi Jon/Chris, Em 27-04-2012 13:44, Chris Ball escreveu: Hi Jon, On Fri, Apr 27 2012, Jonathan Corbet wrote: drivers/built-in.o: In function `mcam_v4l_open': /drivers/media/video/marvell-ccic/mcam-core.c:1565: undefined reference to `vb2_vmalloc_memops' This one is very strange. If you

Re: [PATCH v2] mt9v032: Export horizontal and vertical blanking as V4L2 controls

2012-08-13 Thread Laurent Pinchart
Hi Sakari, On Monday 13 August 2012 17:18:20 Sakari Ailus wrote: Laurent Pinchart wrote: On Saturday 28 July 2012 00:27:23 Sakari Ailus wrote: On Fri, Jul 27, 2012 at 01:02:04AM +0200, Laurent Pinchart wrote: On Thursday 26 July 2012 23:54:01 Sakari Ailus wrote: On Tue, Jul 24, 2012 at

Re: [PATCH]Medion 95700 analog video support

2012-08-13 Thread Mauro Carvalho Chehab
Em 02-10-2011 16:12, Maciej Szmigiero escreveu: Updated patch with Andy's suggestion to make changes to cx25840 driver conditional on platform_data flag and fixed few typos. Reverted changes to cx25840 driver VBI code - will think of them when we have VBI implemented in cxusb and, by

Re: [Workshop-2011] RFC: V4L2 API ambiguities

2012-08-13 Thread Laurent Pinchart
Hi Hans, On Monday 13 August 2012 14:27:56 Hans Verkuil wrote: Hi all! As part of the 2012 Kernel Summit V4L2 workshop I will be discussing a bunch of V4L2 ambiguities/improvements. I've made a list of all the V4L2 issues and put them in two categories: issues that I think are easy to

Re: [Workshop-2011] RFC: V4L2 API ambiguities

2012-08-13 Thread Laurent Pinchart
Hi Hans, On Monday 13 August 2012 15:13:34 Hans de Goede wrote: [snip] 4) What should a driver return in TRY_FMT/S_FMT if the requested format is not supported (possible behaviours include returning the currently selected format or a default format). The spec says

Anysee E7

2012-08-13 Thread Bruno Clausen
Hello i need drivers for my tv tunner Anyee E7 and i can donate som money if som people can help my ;) You will come to mail my back, on my email clausen.br...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org

Re: [PATCH] drivers/media/video/mx2_emmaprp.c: use devm_kzalloc and devm_clk_get

2012-08-13 Thread Mauro Carvalho Chehab
Em 13-08-2012 17:20, Julia Lawall escreveu: From: Julia Lawall julia.law...@lip6.fr Using devm_kzalloc simplifies the code and ensures that the use of devm_request_irq is safe. When kzalloc and kfree were used, the interrupt could be triggered after the handler's data argument had been

[PATCH] [media] b2c2: frontends/tuners are not needed at the bridge binding

2012-08-13 Thread Mauro Carvalho Chehab
The frontends/tuners are used inside the common part of the driver. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/pci/b2c2/Makefile | 2 -- drivers/media/usb/b2c2/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/drivers/media/pci/b2c2/Makefile

Re: [PATCH 11/11] au0828: use %*ph to dump small buffers

2012-08-13 Thread Andy Shevchenko
On Mon, Aug 13, 2012 at 10:41 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 07-08-2012 13:43, Andy Shevchenko escreveu: Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- That one doesn't apply anymore. It's not needed anymore. Please, skip it. -- With Best

[PATCH 3/3] [media] move the remaining USB drivers to drivers/media/usb

2012-08-13 Thread Mauro Carvalho Chehab
Move the 3 remaining usb drivers to their proper space. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- MAINTAINERS| 2 +- drivers/media/usb/Kconfig | 3 ++ drivers/media/usb/Makefile | 2 +

[PATCH 0/3] Finish moving the USB drivers under drivers/media

2012-08-13 Thread Mauro Carvalho Chehab
That's the second part of the media driver tree reorganization: move the webcams, analog TV and hybrid TV USB drivers into the same menu as the USB drivers. The next step will be to move the PCI, platform drivers and I2C drivers into /drivers/media, and finaly having a cleaner tree. Mauro

[PATCH 1/3] ioctl-number.txt: Remove legacy private ioctl's from media drivers

2012-08-13 Thread Mauro Carvalho Chehab
None of those drivers use private ioctl's, as they all got converted to the standard V4L2 ones. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- Documentation/ioctl/ioctl-number.txt | 5 - 1 file changed, 5 deletions(-) diff --git a/Documentation/ioctl/ioctl-number.txt

[PATCH] [media] s5p-fimc: Make FIMC-Lite dependent on S5P-FIMC

2012-08-13 Thread Sachin Kamat
FIMC-Lite driver accesses functions which are defined in files attached to S5P_FIMC. Without this patch, if only FIMC-Lite is selected, following errors are observed for missing symbols: drivers/built-in.o: In function `fimc_md_create_links': fimc-mdevice.c:641: undefined reference to

Re: [PATCH] davinci: fix build warning when CONFIG_DEBUG_SECTION_MISMATCH is enabled

2012-08-13 Thread Prabhakar Lad
Hi Mauro, Please drop this patch which is queued for 3.7, the actual fix should be to annotate probe with __devinit. I'll be sending V2 with the correct fix. Thx, --Prabhakar On Monday 13 August 2012 03:02 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com Signed-off-by:

[PATCH v2] media: davinci: fix section mismatch warnings

2012-08-13 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com This patch fixes section mismatch warnings for davinci video drivers. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- Changes for v2: 1: Annotate probe with __devinit. 2: Fixed the commit

[PATCH] cx23885-cards: fix netup card revision

2012-08-13 Thread Anton Nurkin
Hello, Mauro. Can you check our patch? Netup cards revision 1 are not manufactured anymore, rev. 4 should be default. Signed-off-by: Anton Nurkin p...@netup.ru --- drivers/media/video/cx23885/cx23885-cards.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git