Re: V4L2 and framebuffer for the same controller

2010-11-15 Thread Jun Nie
2010/11/15 Guennadi Liakhovetski g.liakhovet...@gmx.de: On Mon, 15 Nov 2010, Jun Nie wrote: 2010/11/8 Jun Nie niej0...@gmail.com: 2010/11/2 Guennadi Liakhovetski g.liakhovet...@gmx.de: Hi Jun On Fri, 29 Oct 2010, Jun Nie wrote: Hi Guennadi,     I find that your idea of provide a

Re: V4L2 and framebuffer for the same controller

2010-11-15 Thread Guennadi Liakhovetski
On Mon, 15 Nov 2010, Jun Nie wrote: 2010/11/15 Guennadi Liakhovetski g.liakhovet...@gmx.de: On Mon, 15 Nov 2010, Jun Nie wrote: 2010/11/8 Jun Nie niej0...@gmail.com: 2010/11/2 Guennadi Liakhovetski g.liakhovet...@gmx.de: Hi Jun On Fri, 29 Oct 2010, Jun Nie wrote: Hi

Re: HVR900H : IR Remote Control

2010-11-15 Thread Richard Zidlicky
On Sun, Nov 14, 2010 at 08:22:44PM +0100, Massis Sirapian wrote: Thanks Stefan. I've checked the /drivers/media/IR/keymaps of the kernel source directory, but nothing seems to fit my remote, which is a DSR-0012 : http://lirc.sourceforge.net/remotes/hauppauge/DSR-0112.jpg. FYI, this remote

Re: [RFC PATCH 0/8] V4L BKL removal: first round

2010-11-15 Thread Arnd Bergmann
On Sunday 14 November 2010 23:48:51 Hans Verkuil wrote: On Sunday, November 14, 2010 22:53:29 Arnd Bergmann wrote: On Sunday 14 November 2010, Hans Verkuil wrote: This patch series converts 24 v4l drivers to unlocked_ioctl. These are low hanging fruit but you have to start somewhere :-)

Re: new_build on ubuntu (dvbdev.c)

2010-11-15 Thread Vincent McIntyre
On 11/15/10, Mauro Carvalho Chehab mauroche...@gmail.com wrote: ... I've added several patches for the new-build today, in order to make it compile against older kernels. I tested compilation here with both RHEL6 (2.6.32) and Fedora 14 (2.6.35) and compilation is working fine. Didn't test the

Re: [RFC PATCH 0/8] V4L BKL removal: first round

2010-11-15 Thread Hans Verkuil
On Sunday 14 November 2010 23:48:51 Hans Verkuil wrote: On Sunday, November 14, 2010 22:53:29 Arnd Bergmann wrote: On Sunday 14 November 2010, Hans Verkuil wrote: This patch series converts 24 v4l drivers to unlocked_ioctl. These are low hanging fruit but you have to start somewhere

RE: [PATCH 01/10] MCDE: Add hardware abstraction layer

2010-11-15 Thread Jimmy RUBIN
Hi Joe, Thanks for your input. See comments below. Just trivia: diff --git a/drivers/video/mcde/mcde_hw.c b/drivers/video/mcde/mcde_hw.c [] +#define dsi_rfld(__i, __reg, __fld) \ + ((dsi_rreg(__i, __reg) __reg##_##__fld##_MASK) \ + __reg##_##__fld##_SHIFT)

Re: [omap3isp RFC][PATCH 02/10] omap3isp: ccdc: Write SYN_MODE.INPMOD based on fmt

2010-11-15 Thread Laurent Pinchart
Hi Sergio, Thanks for the patch. On Friday 12 November 2010 22:18:05 Sergio Aguirre wrote: This takes into account the input format to select the adequate configuration for SYNC mode. Also, change bitmask ISPCCDC_SYN_MODE_INPMOD_MASK to be more consistent with other bitmasks. Could you

Re: [omap3isp RFC][PATCH 00/10] YUV support for CCDC + cleanups

2010-11-15 Thread Laurent Pinchart
Hi Sergio, Thanks for the patches ! On Friday 12 November 2010 22:18:03 Sergio Aguirre wrote: Hi, First of all, these patches are based on Laurent's tree: URL: git://linuxtv.org/pinchartl/media.git Branch: media-0004-omap3isp (Commit d0c5b0e4: OMAP3 ISP driver) I had these patches in

Re: [PATCH 00/10] MCDE: Add frame buffer device driver

2010-11-15 Thread Michel Dänzer
On Fre, 2010-11-12 at 12:22 -0500, Alex Deucher wrote: On Fri, Nov 12, 2010 at 11:46 AM, Marcus LORENTZON marcus.xm.lorent...@stericsson.com wrote: Hi Alex, Do you have any idea of how we should use KMS without being a real drm 3D device? Do you mean that we should use the KMS ioctls on

Hauppauge WinTV MiniStick IR in 2.6.36 - [PATCH]

2010-11-15 Thread Richard Zidlicky
Hi, for some users (thats at least one user in Italy and me) the following is required: --- linux-2.6.36/drivers/media/dvb/siano/sms-cards.c.rz 2010-11-15 11:16:56.0 +0100 +++ linux-2.6.36/drivers/media/dvb/siano/sms-cards.c2010-11-15 11:54:25.0 +0100 @@ -17,6 +17,9 @@ *

Re: Hauppauge WinTV MiniStick IR in 2.6.36 - [PATCH]

2010-11-15 Thread Anca Emanuel
On Mon, Nov 15, 2010 at 1:27 PM, Richard Zidlicky r...@linux-m68k.org wrote: Hi, snip What is the way to achieve the effect without recompiling the kernel - is there any? On Ubuntu kernel list Chao Zhang asked the same question. Answer: [quote] You might find following links useful:

Re: Hauppauge WinTV MiniStick IR in 2.6.36 - [PATCH]

2010-11-15 Thread Richard Zidlicky
On Mon, Nov 15, 2010 at 01:55:00PM +0200, Anca Emanuel wrote: On Mon, Nov 15, 2010 at 1:27 PM, Richard Zidlicky r...@linux-m68k.org wrote: Hi, snip What is the way to achieve the effect without recompiling the kernel - is there any? On Ubuntu kernel list Chao Zhang asked the same

Re: Hauppauge WinTV MiniStick IR in 2.6.36 - [PATCH]

2010-11-15 Thread Andy Walls
On Mon, 2010-11-15 at 12:27 +0100, Richard Zidlicky wrote: Hi, for some users (thats at least one user in Italy and me) the following is required: --- linux-2.6.36/drivers/media/dvb/siano/sms-cards.c.rz 2010-11-15 11:16:56.0 +0100 +++

Re: [PATCH 02/10] MCDE: Add configuration registers

2010-11-15 Thread Arnd Bergmann
On Friday 12 November 2010, Russell King - ARM Linux wrote: On Fri, Nov 12, 2010 at 04:14:51PM +0100, Arnd Bergmann wrote: Some people prefer to express all this in C instead of macros: struct mcde_registers { enum { mcde_cr_dsicmd2_en = 0x0001,

[omap3isp][PATCH v2 2/9] omap3: Fix camera resources for multiomap

2010-11-15 Thread Sergio Aguirre
Signed-off-by: Sergio Aguirre saagui...@ti.com --- arch/arm/mach-omap2/devices.c | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index c2275d3..c9fc732 100644 ---

[omap3isp][PATCH v2 0/9] YUV support for CCDC + cleanups

2010-11-15 Thread Sergio Aguirre
Hi, First of all, these patches are based on Laurent's tree: URL: git://linuxtv.org/pinchartl/media.git Branch: media-0004-omap3isp (Commit d0c5b0e4: OMAP3 ISP driver) I had these patches in my queue for some time, which: - Add YUV support to CCDC - Cleans up platform device MEM resources -

[omap3isp][PATCH v2 8/9] omap3isp: ccp2: Make SYSCONFIG fields consistent

2010-11-15 Thread Sergio Aguirre
Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/isp/ispccp2.c |3 +-- drivers/media/video/isp/ispreg.h | 14 -- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/isp/ispccp2.c b/drivers/media/video/isp/ispccp2.c index

[omap3isp][PATCH v2 5/9] omap3isp: Remove unused CBUFF register access

2010-11-15 Thread Sergio Aguirre
Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/isp/isp.c|2 -- drivers/media/video/isp/isp.h|1 - drivers/media/video/isp/ispreg.h | 25 - 3 files changed, 0 insertions(+), 28 deletions(-) diff --git

[omap3isp][PATCH v2 1/9] omap3isp: ccdc: Add support for YUV format

2010-11-15 Thread Sergio Aguirre
We were just supporting RAW10 formats, and we really support more options. Strictly speaking, CCDC needs at least to distinguish between RAW and YUV formats for proper configuration. Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/isp/ispccdc.c | 14 +++--- 1

[omap3isp][PATCH v2 3/9] omap3isp: Export isp_user.h to userspace as omap3isp.h

2010-11-15 Thread Sergio Aguirre
Signed-off-by: Sergio Aguirre saagui...@ti.com --- arch/arm/plat-omap/include/mach/isp_user.h | 636 drivers/media/video/isp/ispccdc.h |2 +- drivers/media/video/isp/isph3a.h |2 +- drivers/media/video/isp/isphist.h |2 +-

[omap3isp][PATCH v2 7/9] omap3isp: Cleanup isp_power_settings

2010-11-15 Thread Sergio Aguirre
1. Get rid of CSI2 / CCP2 power settings, as they are controlled in the receivers code anyways. 2. Avoid code duplication. Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/isp/isp.c | 49 ++--- 1 files changed, 7 insertions(+), 42

[omap3isp][PATCH v2 4/9] omap3: Remove unusued CBUFF resource

2010-11-15 Thread Sergio Aguirre
Signed-off-by: Sergio Aguirre saagui...@ti.com --- arch/arm/mach-omap2/devices.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index c9fc732..897ce82 100644 --- a/arch/arm/mach-omap2/devices.c +++

[omap3isp][PATCH v2 6/9] omap3isp: Remove CSIA/B register abstraction

2010-11-15 Thread Sergio Aguirre
Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/isp/isp.c |8 drivers/media/video/isp/ispccp2.c |2 +- drivers/media/video/isp/ispreg.h |3 --- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/isp/isp.c

[omap3isp][PATCH v2 9/9] omap3isp: Remove legacy MMU access regs/fields

2010-11-15 Thread Sergio Aguirre
Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/isp/ispreg.h | 43 -- 1 files changed, 0 insertions(+), 43 deletions(-) diff --git a/drivers/media/video/isp/ispreg.h b/drivers/media/video/isp/ispreg.h index 9b0d3ad..af4ddaa 100644 ---

Re: [PATCH 02/10] MCDE: Add configuration registers

2010-11-15 Thread Russell King - ARM Linux
On Mon, Nov 15, 2010 at 03:25:54PM +0100, Arnd Bergmann wrote: On Friday 12 November 2010, Russell King - ARM Linux wrote: It is a bad idea to describe device registers using C structures, and especially enums. The only thing C guarantees about structure layout is that the elements are

Re: Hauppauge WinTV MiniStick IR in 2.6.36 - [PATCH]

2010-11-15 Thread Richard Zidlicky
On Mon, Nov 15, 2010 at 07:35:06AM -0500, Andy Walls wrote: On Mon, 2010-11-15 at 12:27 +0100, Richard Zidlicky wrote: http://git.linuxtv.org/v4l-utils.git?a=tree;f=utils/keytable;h=e599a8b5288517fc7fe58d96f44f28030b04afbc;hb=HEAD thanks, that should do the trick. In addition I am wondering

[GIT PULL REQUEST] WL1273 FM Radio driver.

2010-11-15 Thread Matti J. Aaltonen
Hello Mauro. Here is the pull request for the TI wl1273 FM radio driver. The following changes since commit f6614b7bb405a9b35dd28baea989a749492c46b2: Linus Torvalds (1): Merge git://git.kernel.org/.../sfrench/cifs-2.6 are available in the git repository at:

RE: [PATCH 01/10] MCDE: Add hardware abstraction layer

2010-11-15 Thread Joe Perches
On Mon, 2010-11-15 at 10:52 +0100, Jimmy RUBIN wrote: Just trivia: [] It'd be nice to change to continuous_running Continous_running [...] It was just a spelling comment. continous continuous +int mcde_dsi_dcs_write(struct mcde_chnl_state *chnl, u8 cmd, u8* data, int len) +{ +

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-15 Thread Arnaud Lacombe
Hi all On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This option is aimed to add the possibility to control a menu's visibility without adding dependency to the expression to all the submenu. Signed-off-by: Arnaud Lacombe lacom...@gmail.com ---  

af9015 and nxp tda182128 support

2010-11-15 Thread Biologisch Tuinbouwbedrijf 'Van het Land'
Hello everybody, I own a brandless hdtv usb dvb-t stick. lsusb identifies it as: Bus 001 Device 005: ID 15a4:9016 Afatech Technologies, Inc. AF9015 DVB-T USB2.0 stick I'm using debian with kernel 2.6.32. This kernel doesn't have support for the nxp tda18218 tuner on the stick. I compiled the

af9015 and nxp tda182128 support

2010-11-15 Thread Okkel Klaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everybody, I own a brandless hdtv usb dvb-t stick. lsusb identifies it as: Bus 001 Device 005: ID 15a4:9016 Afatech Technologies, Inc. AF9015 DVB-T USB2.0 stick I'm using debian with kernel 2.6.32. This kernel doesn't have support for the

Re: HVR900H : IR Remote Control

2010-11-15 Thread Stefan Ringel
Am 15.11.2010 10:15, schrieb Richard Zidlicky: On Sun, Nov 14, 2010 at 08:22:44PM +0100, Massis Sirapian wrote: Thanks Stefan. I've checked the /drivers/media/IR/keymaps of the kernel source directory, but nothing seems to fit my remote, which is a DSR-0012 :

Re: [PATCH 02/10] MCDE: Add configuration registers

2010-11-15 Thread Geert Uytterhoeven
On Mon, Nov 15, 2010 at 15:59, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Nov 15, 2010 at 03:25:54PM +0100, Arnd Bergmann wrote: On Friday 12 November 2010, Russell King - ARM Linux wrote: It is a bad idea to describe device registers using C structures, and especially

[cron job] v4l-dvb daily build: WARNINGS

2010-11-15 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:Mon Nov 15 19:00:06 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: [RFC PATCH 0/2] Apple remote support

2010-11-15 Thread David Härdeman
On Sun, Nov 14, 2010 at 11:11:47PM -0500, Jarod Wilson wrote: Well, here's what I sent along on Friday: https://patchwork.kernel.org/patch/321592/ Gives us support for using the full 32-bit codes right now w/o having to change any tables yet, but does require a modparam to skip the checksum

[PATH] Fix rc-tbs-nec table after converting the cx88 driver to ir-core

2010-11-15 Thread Mariusz Białończyk
The patch fixes the rc-tbs-nec table after converting drivers/media/video/cx88 to ir-core (commit ba7e90c9f878e0ac3c0614a5446fe5c62ccc33ec). It is also adds two missing buttons (10- and 10+) with its definition (KEY_10CHANNELSUP and KEY_10CHANNELSDOWN). Signed-off-by: Mariusz Białończyk

[PATCH 00/11] Remove unnecessary casts of pci_get_drvdata

2010-11-15 Thread Joe Perches
Joe Perches (11): drivers/i2c/busses/i2c-nforce2.c: Remove unnecessary casts of pci_get_drvdata drivers/ide/pmac.c: Remove unnecessary casts of pci_get_drvdata drivers/media/dvb/ngene/ngene-core.c: Remove unnecessary casts of pci_get_drvdata drivers/misc/ibmasm/module.c: Remove

[PATCH 03/11] drivers/media/dvb/ngene/ngene-core.c: Remove unnecessary casts of pci_get_drvdata

2010-11-15 Thread Joe Perches
Signed-off-by: Joe Perches j...@perches.com --- drivers/media/dvb/ngene/ngene-core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/ngene/ngene-core.c b/drivers/media/dvb/ngene/ngene-core.c index 4caeb16..1999e35 100644 ---

Re: HVR900H : IR Remote Control

2010-11-15 Thread Massis Sirapian
Le 15/11/2010 18:43, Stefan Ringel a écrit : Am 15.11.2010 10:15, schrieb Richard Zidlicky: On Sun, Nov 14, 2010 at 08:22:44PM +0100, Massis Sirapian wrote: Thanks Stefan. I've checked the /drivers/media/IR/keymaps of the kernel source directory, but nothing seems to fit my remote, which is a

Re: HVR900H : IR Remote Control

2010-11-15 Thread Stefan Ringel
Am 15.11.2010 22:00, schrieb Massis Sirapian: Le 15/11/2010 18:43, Stefan Ringel a écrit : Am 15.11.2010 10:15, schrieb Richard Zidlicky: On Sun, Nov 14, 2010 at 08:22:44PM +0100, Massis Sirapian wrote: Thanks Stefan. I've checked the /drivers/media/IR/keymaps of the kernel source

s2-liplianin on Tevii S470

2010-11-15 Thread Josu Lazkano
Hello everybody! I have a Tevii S470 DVB-S2 PCIe tunner and I want to use it to watch some channels on MythTV. I want to use it with a Debian Squeeze system on a 2.6.32-5-686 kernel. On Tevii web site are some firmware/drivers: http://www.tevii.com/100315_Beta_linux_tevii_ds3000.rar

Re: Hauppauge WinTV MiniStick IR in 2.6.36 - [PATCH]

2010-11-15 Thread Andy Walls
On Mon, 2010-11-15 at 16:09 +0100, Richard Zidlicky wrote: On Mon, Nov 15, 2010 at 07:35:06AM -0500, Andy Walls wrote: On Mon, 2010-11-15 at 12:27 +0100, Richard Zidlicky wrote: http://git.linuxtv.org/v4l-utils.git?a=tree;f=utils/keytable;h=e599a8b5288517fc7fe58d96f44f28030b04afbc;hb=HEAD

Re: [PATCH] media: video: do not clear 'driver' from an i2c_client

2010-11-15 Thread Wolfram Sang
On Wed, Nov 10, 2010 at 03:14:13PM +0100, Wolfram Sang wrote: The i2c-core does this already. Reported-by: Jean Delvare kh...@linux-fr.org Signed-off-by: Wolfram Sang w.s...@pengutronix.de --- Not sure if this should go via i2c or media? Okay, as Jean did not pick it up in his latest

Re: Hauppauge WinTV MiniStick IR in 2.6.36 - [PATCH]

2010-11-15 Thread Richard Zidlicky
On Mon, Nov 15, 2010 at 04:59:24PM -0500, Andy Walls wrote: On Mon, 2010-11-15 at 16:09 +0100, Richard Zidlicky wrote: On Mon, Nov 15, 2010 at 07:35:06AM -0500, Andy Walls wrote: On Mon, 2010-11-15 at 12:27 +0100, Richard Zidlicky wrote:

Pixelview PlayTV USB Hybrid Composite with video without sound

2010-11-15 Thread Antonio Moraes
Hi, I'm using Linux 2.6.36 + last mchehab/sbtvd from git.linuxtv.org It's working with SBTVD (audio and video). Thanks, Antonio Moraes -- 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

Allocating videobuf_buffer, but lists not being initialized

2010-11-15 Thread Andrew Chew
I'm looking at drivers/media/video/videobuf-dma-contig.c's __videobuf_alloc() routine. We call kzalloc() to allocate the videobuf_buffer. However, I don't see where the two lists (vb-stream and vb-queue) that are a part of struct videobuf_buffer get initialized (with, say, INIT_LIST_HEAD).

Re: V4L2 and framebuffer for the same controller

2010-11-15 Thread Jun Nie
2010/11/15 Guennadi Liakhovetski g.liakhovet...@gmx.de: On Mon, 15 Nov 2010, Jun Nie wrote: 2010/11/15 Guennadi Liakhovetski g.liakhovet...@gmx.de: On Mon, 15 Nov 2010, Jun Nie wrote: 2010/11/8 Jun Nie niej0...@gmail.com: 2010/11/2 Guennadi Liakhovetski g.liakhovet...@gmx.de: Hi Jun

Re: af9015 and nxp tda182128 support

2010-11-15 Thread poma
Okkel Klaver wrote: ... I own a brandless hdtv usb dvb-t stick. lsusb identifies it as: Bus 001 Device 005: ID 15a4:9016 Afatech Technologies, Inc. AF9015 DVB-T USB2.0 stick I'm using debian with kernel 2.6.32. This kernel doesn't have support for the nxp tda18218 tuner on the stick. I

Re: Allocating videobuf_buffer, but lists not being initialized

2010-11-15 Thread Pawel Osciak
On Mon, Nov 15, 2010 at 17:10, Andrew Chew ac...@nvidia.com wrote: I'm looking at drivers/media/video/videobuf-dma-contig.c's __videobuf_alloc() routine.  We call kzalloc() to allocate the videobuf_buffer.  However, I don't see where the two lists (vb-stream and vb-queue) that are a part of

Re: [cron job] v4l-dvb daily build: WARNINGS

2010-11-15 Thread Anca Emanuel
On Mon, Nov 15, 2010 at 8:27 PM, Hans Verkuil hverk...@xs4all.nl wrote: Results of the daily build of v4l-dvb: sparse: ERRORS There is also an build error in next, reported by Stephen Rothwell: The v4l-dvb tree still has its build failure, so I used the version from next-20101112. -- To

Re: Allocating videobuf_buffer, but lists not being initialized

2010-11-15 Thread Hans Verkuil
On Tuesday, November 16, 2010 02:10:39 Andrew Chew wrote: I'm looking at drivers/media/video/videobuf-dma-contig.c's __videobuf_alloc() routine. We call kzalloc() to allocate the videobuf_buffer. However, I don't see where the two lists (vb-stream and vb-queue) that are a part of struct

Re: Allocating videobuf_buffer, but lists not being initialized

2010-11-15 Thread Hans Verkuil
On Tuesday, November 16, 2010 06:29:53 Pawel Osciak wrote: On Mon, Nov 15, 2010 at 17:10, Andrew Chew ac...@nvidia.com wrote: I'm looking at drivers/media/video/videobuf-dma-contig.c's __videobuf_alloc() routine. We call kzalloc() to allocate the videobuf_buffer. However, I don't see

Re: Allocating videobuf_buffer, but lists not being initialized

2010-11-15 Thread Hans Verkuil
On Tuesday, November 16, 2010 08:37:32 Hans Verkuil wrote: On Tuesday, November 16, 2010 02:10:39 Andrew Chew wrote: I'm looking at drivers/media/video/videobuf-dma-contig.c's __videobuf_alloc() routine. We call kzalloc() to allocate the videobuf_buffer. However, I don't see where the