Re: [PATCH 1/4] Modifications to the driver mb86a20s

2011-05-13 Thread Mauro Carvalho Chehab
Em 13-05-2011 04:02, Manoel PN escreveu: Hi to all, I added some modifications to the driver mb86a20s and would appreciate your comments. File: drivers/media/dvb/frontends/mb86a20s.c -static int debug = 1; +static int debug = 0; module_param(debug, int, 0644);

Re: [PATCH 2/4] Modifications to the driver mb86a20s

2011-05-13 Thread Mauro Carvalho Chehab
Em 13-05-2011 04:05, Manoel PN escreveu: This patch implements mb86a20s_read_snr and adds mb86a20s_read_ber and mb86a20s_read_ucblocks both without practical utility but that programs as dvbsnoop need. Please try to align comments into up to 75 columns. It looks nicer when people look it

Re: [PATCH 2/4] Modifications to the driver mb86a20s

2011-05-13 Thread Mauro Carvalho Chehab
Em 13-05-2011 04:08, Manoel PN escreveu: This patch implements mb86a20s_read_snr and adds mb86a20s_read_ber and mb86a20s_read_ucblocks both without practical utility but that programs as dvbsnoop need. Same as the prev. patch: break into 75 columns max, and you don't need to use This patch.

Re: [PATCH 3/4] Modifications to the driver mb86a20s‏

2011-05-13 Thread Mauro Carvalho Chehab
Em 13-05-2011 04:11, Manoel PN escreveu: This patch implements some modifications in the function This patch implements some modifications in the initialization function of the mb86a20s. Explanation: Several registers of mb86a20s can be programmed and to simplify this task and due to

Re: [PATCH 4/4] Modifications to the driver mb86a20s‏‏

2011-05-13 Thread Mauro Carvalho Chehab
Em 13-05-2011 04:13, Manoel PN escreveu: This patch implement changes to the function mb86a20s_read_signal_strength. The original function, binary search, does not work with device dtb08. Hmm... that's interesting. Maybe due to a different mb86a20s chip stepping? I would like to know

Re: [GIT PATCHES FOR 2.6.39] Fix subdev control enumeration

2011-05-13 Thread Mauro Carvalho Chehab
Em 12-05-2011 22:00, Hans Verkuil escreveu: Hi Mauro, I haven't seen this fix appearing upstream, did it slip through the cracks? I need to check it on my main machine. I'll probably be capable of doing it only after my return back. Regards, Hans On Monday, May 02, 2011

Re: IR remote control autorepeat / evdev

2011-05-13 Thread Mauro Carvalho Chehab
Em 12-05-2011 08:05, Peter Hutterer escreveu: On Thu, May 12, 2011 at 03:36:47AM +0200, Mauro Carvalho Chehab wrote: Em 12-05-2011 03:10, Mauro Carvalho Chehab escreveu: Em 12-05-2011 02:37, Anssi Hannula escreveu: I don't see any other places: $ git grep 'REP_PERIOD' .

Re: dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-13 Thread Mauro Carvalho Chehab
Em 12-05-2011 09:12, HoP escreveu: 2011/5/12 Bjørn Mork bj...@mork.no: Andreas Oberritter o...@linuxtv.org writes: Please try the patches submitted for testing: http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html Ah, great! Thanks. Nothing better than a problem already

Re: Problems of Pinnacle PCTV Hybrid pro stick in linux

2011-05-13 Thread Mauro Carvalho Chehab
Em 12-05-2011 11:12, a baffian escreveu: Hello all Is there anyone could find the source of problems described below? http://daftar.minidns.net/pctv/problem.html Most of the comments and logs there provide not much help. As I told you before, you're mixing clearly userspace issues or

[PATCHv2] v4l: Add M420 format definition

2011-05-13 Thread Laurent Pinchart
From: Hans de Goede hdego...@redhat.com M420 is an hybrid YUV 4:2:2 packet/planar format. Two Y lines are followed by an interleaved U/V line. Signed-off-by: Hans de Goede hdego...@redhat.com [laurent.pinch...@ideasonboard.com: split into v4l/uvcvideo patches] [laurent.pinch...@ideasonboard.com:

Re: DVB nGene CI : TS Discontinuities issues

2011-05-13 Thread Ralph Metzler
Issa Gorissen writes: On 11/05/11 15:12, Issa Gorissen wrote: From: Ralph Metzler r...@metzlerbros.de Issa Gorissen writes: Could you please take a look at the cxd2099 issues ? I have attached a version with my changes. I have tested a lot of different settings with

Re: [PATCH 0/2] V4L: Extended crop/compose API

2011-05-13 Thread Laurent Pinchart
Hi Tomasz and Hans, First of all, apologies for the late reply. On Saturday 07 May 2011 13:52:25 Hans Verkuil wrote: On Thursday, May 05, 2011 11:39:54 Tomasz Stanislawski wrote: Hello everyone, This patch-set introduces new ioctls to V4L2 API. The new method for configuration of

[PATCH 1/1] v4l: Document EACCES in VIDIOC_G_CTRL and VIDIOC_G_EXT_CTRLS

2011-05-13 Thread Sakari Ailus
VIDIOC_G_CTRL and VIDIOC_G_EXT_CTRLS return EACCES when setting a read-only control or getting a write-only control. Document this. Signed-off-by: Sakari Ailus sakari.ai...@maxwell.research.nokia.com --- Documentation/DocBook/v4l/vidioc-g-ctrl.xml |7 +++

Re: [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support

2011-05-13 Thread Guennadi Liakhovetski
On Thu, 12 May 2011, Josh Wu wrote: This patch is to enable Atmel Image Sensor Interface (ISI) driver support. - Using soc-camera framework with videobuf2 dma-contig allocator - Supporting video streaming of YUV packed format - Tested on AT91SAM9M10G45-EK with OV2640 Signed-off-by: Josh

AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-13 Thread Christoph Pinkl
Hello, This patch is a rework of a old patch I've posted some time ago. It adds support for Remote-Control in the mantis driver and implements the new rc-API. The patch enables rc for the cards - vp1041 - vp2033 - vp2040 It's only tested with a Terratec Cinergy S2 HD. Would be nice to get some

Re: [PATCHv2] v4l: Add M420 format definition

2011-05-13 Thread Laurent Pinchart
Hi Guennadi, On Friday 13 May 2011 14:01:32 Guennadi Liakhovetski wrote: Couldn't spot any problems with the patch except: On Fri, 13 May 2011, Laurent Pinchart wrote: From: Hans de Goede hdego...@redhat.com M420 is an hybrid YUV 4:2:2 packet/planar format. Two Y lines are Didn't

[GIT PULL FOR 2.6.40] v4l2 subdev driver for Samsung S5P MIPI CSI receiver

2011-05-13 Thread Sylwester Nawrocki
Hi Mauro, The following changes since commit f9b51477fe540fb4c65a05027fdd6f2ecce4db3b: [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-2.6-samsung s5p-csis Sylwester

Re: [RFC] drm: add overlays as first class KMS objects

2011-05-13 Thread Daniel Vetter
Hi Jesse, Discussion here in Budapest with v4l and embedded graphics folks was extremely fruitful. A few quick things to take away - I'll try to dig through all the stuff I've learned more in-depth later (probably in a blog post or two): - embedded graphics is insane. The output

[PATCH] fm801: clean-up radio-related Kconfig

2011-05-13 Thread Ondrej Zary
Change the weird SND_FM801_TEA575X_BOOL define in Kconfig to SND_FM801_RADIO and remove TEA575X_RADIO define from fm801.c. Also update help text to include all supported cards. Signed-off-by: Ondrej Zary li...@rainbow-software.org --- linux-2.6.39-rc2-/sound/pci/Kconfig 2011-05-13

Re: [ANNOUNCE] New OMAP4 V4L2 Camera Project started

2011-05-13 Thread Guennadi Liakhovetski
On Thu, 12 May 2011, Aguirre, Sergio wrote: Hi all, Just to let you know that I've just officially registered for a new project in the Pandaboard.org portal for OMAP4 v4l2 camera support. You can find it here: http://omiio.org/content/omap4-v4l2-camera And also, you can find the

[cron job] v4l-dvb daily build: ERRORS

2011-05-13 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri May 13 19:00:32 CEST 2011 git hash:f9b51477fe540fb4c65a05027fdd6f2ecce4db3b gcc version: i686-linux-gcc (GCC)

Re: [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support

2011-05-13 Thread Sylwester Nawrocki
On 05/13/2011 03:50 PM, Guennadi Liakhovetski wrote: On Thu, 12 May 2011, Josh Wu wrote: This patch is to enable Atmel Image Sensor Interface (ISI) driver support. - Using soc-camera framework with videobuf2 dma-contig allocator - Supporting video streaming of YUV packed format - Tested on

Re: [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support

2011-05-13 Thread Guennadi Liakhovetski
On Fri, 13 May 2011, Sylwester Nawrocki wrote: On 05/13/2011 03:50 PM, Guennadi Liakhovetski wrote: On Thu, 12 May 2011, Josh Wu wrote: This patch is to enable Atmel Image Sensor Interface (ISI) driver support. - Using soc-camera framework with videobuf2 dma-contig allocator -

[PATCH RFC] radio-sf16fmr2: convert to generic TEA575x interface

2011-05-13 Thread Ondrej Zary
Hello, the SF16-FMR2 radio card is basically a TEA5757 tuner connected to ISA bus but the driver currently uses its own implementation. I converted the driver to use generic tea575x-tuner implementation (see patch below) and it works fine. But the tea575x-tuner module is located in

Re: IR remote control autorepeat / evdev

2011-05-13 Thread Mauro Carvalho Chehab
Em 13-05-2011 01:48, Anssi Hannula escreveu: On 12.05.2011 04:36, Mauro Carvalho Chehab wrote: Em 12-05-2011 03:10, Mauro Carvalho Chehab escreveu: Em 12-05-2011 02:37, Anssi Hannula escreveu: I don't see any other places: $ git grep 'REP_PERIOD' . dvb/dvb-usb/dvb-usb-remote.c:

[PATCH] [media] redrat3: new rc-core IR transceiver device driver

2011-05-13 Thread Jarod Wilson
This is a new rc-core device driver for the IR transceivers made by RedRat Ltd. (http://redrat.co.uk/). It started out life as an out-of-lirc-tree lirc driver, maintained in its own repo on sourceforge, by Stephen Cox. He started porting it to what was then ir-core, and I finally picked it up

Re: [ANNOUNCE] New OMAP4 V4L2 Camera Project started

2011-05-13 Thread Sakari Ailus
Aguirre, Sergio wrote: Hi all, Hi, Sergio! Just to let you know that I've just officially registered for a new project in the Pandaboard.org portal for OMAP4 v4l2 camera support. You can find it here: http://omiio.org/content/omap4-v4l2-camera And also, you can find the actual

Re: IR remote control autorepeat / evdev

2011-05-13 Thread Anssi Hannula
On 14.05.2011 01:39, Mauro Carvalho Chehab wrote: Em 13-05-2011 01:48, Anssi Hannula escreveu: On 12.05.2011 04:36, Mauro Carvalho Chehab wrote: Em 12-05-2011 03:10, Mauro Carvalho Chehab escreveu: Em 12-05-2011 02:37, Anssi Hannula escreveu: I don't see any other places: $ git grep

Re: [ANNOUNCE] New OMAP4 V4L2 Camera Project started

2011-05-13 Thread Aguirre, Sergio
On Fri, May 13, 2011 at 6:01 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Aguirre, Sergio wrote: Hi all, Hi, Sergio! Hi Sakari, Just to let you know that I've just officially registered for a new project in the Pandaboard.org portal for OMAP4 v4l2 camera support. You can find it here:

Re: [RFC] drm: add overlays as first class KMS objects

2011-05-13 Thread Jesse Barnes
On Fri, 13 May 2011 18:16:30 +0200 Daniel Vetter daniel.vet...@ffwll.ch wrote: Hi Jesse, Discussion here in Budapest with v4l and embedded graphics folks was extremely fruitful. A few quick things to take away - I'll try to dig through all the stuff I've learned more in-depth later

[RFC]Add i2c_gate_ctrl do mb86a20s

2011-05-13 Thread Manoel PN
This function enables and disables the i2c bus of the mb86a20s to tuner. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at