[PATCH/RESEND] soc-camera: add runtime pm support for subdevices

2010-02-08 Thread Guennadi Liakhovetski
To save power soc-camera powers subdevices down, when they are not in use, if this is supported by the platform. However, the V4L standard dictates, that video nodes shall preserve configuration between uses. This requires runtime power management, which is implemented by this patch. It allows

Re: [PATCH 6/12] tm6000: tuner reset timeing optimation

2010-02-08 Thread Mauro Carvalho Chehab
stefan.rin...@arcor.de wrote: From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-cards.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c

Re: [PATCH 11/12] tm6000: bugfix firmware xc3028L-v36.fw used with Zarlink and DTV78 or DTV8 no shift

2010-02-08 Thread Mauro Carvalho Chehab
stefan.rin...@arcor.de wrote: From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/media/common/tuners/tuner-xc2028.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: +tm6000_read_write_usb (dev, 0xc0, 0x10, 0x7f1f, 0x, buf, 2); Most of the calls there are read (0xc0). I don't know any device that requires a read for it to work. I suspect that the above code is just probing to check what i2c devices are found at

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter

2010-02-08 Thread Andreas Oberritter
Hello Mauro, Mauro Carvalho Chehab wrote: Good catch, but it seems better to initialize both the mutex and the list head at dvb_dmx_dev_init. Please test if the following patch fixes the issue. If so, please sign. please apply Francesco's original patch. Yours won't work, because feed is a

Re: [SAA7134, REQUEST] slow register writing

2010-02-08 Thread Andy Walls
On Mon, 2010-02-08 at 08:59 +0100, Hans Verkuil wrote: On Monday 08 February 2010 08:20:14 Dmitri Belimov wrote: Hi All. I wrote SPI bitbang master over GPIO of saa7134. Speed of writing is much slow then in a Windows systems. I make some tests: Windows, SPI bitbang 97002 bytes x

Re: [PATCH/RESEND] soc-camera: add runtime pm support for subdevices

2010-02-08 Thread Mauro Carvalho Chehab
Guennadi Liakhovetski wrote: To save power soc-camera powers subdevices down, when they are not in use, if this is supported by the platform. However, the V4L standard dictates, that video nodes shall preserve configuration between uses. This requires runtime power management, which is

where I can get UVC svn repository

2010-02-08 Thread loody
Dear all: I hear UVC is change its repository to linxutv. But I tried several possible repositories like svn co http://linuxtv.org/hg/~pinchartl/uvcvideo/tags svn co http://linuxtv.org/hg/~pinchartl/uvcvideo/rev/75c97b2d1a2a But svn says the repository is incorrect. Would anyone tell me where is

Re: [PATCH/RESEND] soc-camera: add runtime pm support for subdevices

2010-02-08 Thread Guennadi Liakhovetski
Hi Mauro Thanks for your comments. On Mon, 8 Feb 2010, Mauro Carvalho Chehab wrote: Guennadi Liakhovetski wrote: To save power soc-camera powers subdevices down, when they are not in use, if this is supported by the platform. However, the V4L standard dictates, that video nodes shall

Re: where I can get UVC svn repository

2010-02-08 Thread Paulo Assis
Hi, linuxtv uses mercurial (or git) not svn, please check the how-to: http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers regards, Paulo 2010/2/8 loody milo...@gmail.com: Dear all: I hear UVC is change its repository to linxutv. But I tried several

Requested feedback on V4L2 driver design

2010-02-08 Thread Maupin, Chase
All, Texas Instruments (TI) is working on the design for the V4L2 capture and display drivers for our next generation system-on-chip (SoC) processor and would like to solicit your feedback. Our new SoCs have been improved to allow for higher video resolutions and greater frame rates. To this

Re: Any saa711x users out there?

2010-02-08 Thread Devin Heitmueller
Hi Andy, Thanks for taking the time to do some testing in your environment. On Sun, Feb 7, 2010 at 7:10 PM, Andy Walls awa...@radix.net wrote: My observations: 1. With the amplifier on and anti-alias filter off things looked fine. 2. With the amplifier on and anti-alias filter on things

TM6000 Driver building

2010-02-08 Thread Richard
Hi all, Pardon my green-ness to the whole process of the v4l-dvb and would like some pointers on how to build the TM6000 components of the drivers in v4l/ directtory I edited the .config to enable the TM6000_DVB=m clause and rebuilt.. but lo and behold there were still no modules built.. I

Re: dvb-usb-remote woes [was: HID: ignore afatech 9016]

2010-02-08 Thread Jiri Kosina
On Fri, 5 Feb 2010, Pekka Sarnila wrote: Can't be HID bus with a specific driver used instead now? Well it could, but this way it is much less work and more generic. I use many different joysticks, yokes and pedals. And with some generic modifications and improvements into generic HID

Re: [PATCH 8/12] tm6000: add tuner parameter

2010-02-08 Thread Stefan Ringel
Am 08.02.2010 03:55, schrieb Mauro Carvalho Chehab: stefan.rin...@arcor.de wrote: +ctl.vhfbw7 = 1; +ctl.uhfbw8 = 1; I don't think you need to set this, as the driver will automatically do the firmware tricks for the firmwares. This will probably just

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Stefan Ringel
Am 08.02.2010 12:37, schrieb Mauro Carvalho Chehab: Mauro Carvalho Chehab wrote: + tm6000_read_write_usb (dev, 0xc0, 0x10, 0x7f1f, 0x, buf, 2); Most of the calls there are read (0xc0). I don't know any device that requires a read for it to work. I suspect that

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-08 Thread Devin Heitmueller
Hello Mr. Shack, On Mon, Feb 8, 2010 at 8:43 AM, Chicken Shack chicken.sh...@gmx.de wrote: I vote for Andy Walls, Devin Heitmueller. There are a couple of capable candidates here who can really do that job with a better output for the whole Linux community. There is ABSOLUTELY NO necessity to

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-08 Thread Linus Torvalds
On Mon, 8 Feb 2010, Chicken Shack wrote: This is a SCANDAL, not fun! This is SCANDALOUS! I agree that this whole thread has been totally inappropriate from beginning to end. On all sides, btw. I would suggest that somebody who can't even use his own name should be the last to complain

Terratec H5 / Micronas

2010-02-08 Thread Markus Moll
Hi I have just bought one of these terratec usb sticks (without looking at the list of supported devices first, my fault, I know) and I guess I'm unable to return it. Before I give it away for free or sell it at a much lower price, I wanted to ask a few things. Let me recapitulate the story as

[GIT PULL for 3.2.33] Fix regressions on dvb demux

2010-02-08 Thread Mauro Carvalho Chehab
The following changes since commit 6339204ecc2aa2067a99595522de0403f0854bb8: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../viro/vfs-2.6 are available in the git repository at: ssh://linuxtv.org/git/fixes.git v4l_for_linus Those patches addresses the

Re: Terratec H5 / Micronas

2010-02-08 Thread Markus Moll
Hi On Monday 08 February 2010 17:49:29 Markus Rechberger wrote: To write a driver with good quality it takes alot more than just 50 hours, it took us around 1 year to have a certain quality now. We now support Linux, FreeBSD and MacOSX with the same driver as well as embedded ARM devices

Re: [PATCH 11/12] tm6000: bugfix firmware xc3028L-v36.fw used with Zarlink and DTV78 or DTV8 no shift

2010-02-08 Thread Stefan Ringel
Am 08.02.2010 12:27, schrieb Mauro Carvalho Chehab: stefan.rin...@arcor.de wrote: From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/media/common/tuners/tuner-xc2028.c |7 ++- 1 files changed, 6 insertions(+), 1

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-08 Thread Mauro Carvalho Chehab
Linus Torvalds wrote: - if somebody reports a regression, IT MUST BE FIXED. Not discussed for two weeks. Not talked around. If we have a bisected commit that starts oopsing with an existing setup that used to work, there is no discussion. That commit absolutely _has_ to be

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: Am 08.02.2010 12:37, schrieb Mauro Carvalho Chehab: Mauro Carvalho Chehab wrote: + tm6000_read_write_usb (dev, 0xc0, 0x10, 0x7f1f, 0x, buf, 2); Most of the calls there are read (0xc0). I don't know any device that requires a read for it to

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Stefan Ringel
Am 08.02.2010 12:21, schrieb Mauro Carvalho Chehab: Hi Stefan, First, a few comments about your patch series: I've committed almost of your patches, and added an extra patch to make the driver to compile it with -git. There were other broken things when compiling against -git. Several of

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Stefan Ringel
Am 08.02.2010 18:29, schrieb Mauro Carvalho Chehab: Stefan Ringel wrote: Am 08.02.2010 12:37, schrieb Mauro Carvalho Chehab: Mauro Carvalho Chehab wrote: + tm6000_read_write_usb (dev, 0xc0, 0x10, 0x7f1f, 0x, buf, 2); Most of

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Stefan Ringel
Am 08.02.2010 18:34, schrieb Stefan Ringel: Am 08.02.2010 18:29, schrieb Mauro Carvalho Chehab: Stefan Ringel wrote: Am 08.02.2010 12:37, schrieb Mauro Carvalho Chehab: Mauro Carvalho Chehab wrote: +tm6000_read_write_usb (dev,

[PATCH] Twinhan 1027 + IR Port support.

2010-02-08 Thread Sergey Ivanov
Ok. 3rd try (and i hope the last) to submit this stupid patch. This patch applies correctly to current mercurial revision (tried 2 times. patch -p 1 vp1027+ir.patch). Now about changes. Patch add support of TwinHan 1027 DVB-S card. Original author is Manu Abraham (abraham dot manu at gmail dot

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: Am 08.02.2010 18:34, schrieb Stefan Ringel: Am 08.02.2010 18:29, schrieb Mauro Carvalho Chehab: Stefan Ringel wrote: Am 08.02.2010 12:37, schrieb Mauro Carvalho Chehab: Mauro Carvalho Chehab wrote: +

Re: [PATCH 8/12] tm6000: add tuner parameter

2010-02-08 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: Am 08.02.2010 03:55, schrieb Mauro Carvalho Chehab: stefan.rin...@arcor.de wrote: + ctl.vhfbw7 = 1; + ctl.uhfbw8 = 1; I don't think you need to set this, as the driver will automatically do the firmware tricks for the firmwares. This will

Re: [PATCH/RESEND] soc-camera: add runtime pm support for subdevices

2010-02-08 Thread Mauro Carvalho Chehab
Guennadi Liakhovetski wrote: Hi Mauro Thanks for your comments. On Mon, 8 Feb 2010, Mauro Carvalho Chehab wrote: Guennadi Liakhovetski wrote: To save power soc-camera powers subdevices down, when they are not in use, if this is supported by the platform. However, the V4L standard

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: Am 08.02.2010 12:21, schrieb Mauro Carvalho Chehab: Hi Stefan, First, a few comments about your patch series: I've committed almost of your patches, and added an extra patch to make the driver to compile it with -git. There were other broken things when compiling

Re: TM6000 Driver building

2010-02-08 Thread Mauro Carvalho Chehab
Richard wrote: Hi all, Pardon my green-ness to the whole process of the v4l-dvb and would like some pointers on how to build the TM6000 components of the drivers in v4l/ directtory I edited the .config to enable the TM6000_DVB=m clause and rebuilt.. but lo and behold there were still no

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-08 Thread Alain Kalker
Op maandag 08-02-2010 om 14:43 uur [tijdzone +0100], schreef Chicken Shack: Now if I were a cynical or ranter or another kind of dumb primitive persona non grata I would just add Lol or stuff like that and turn myself away. But this is no fun here. It's nothing but a big proof that one

Re: [GIT PULL for 3.2.33] Fix regressions on dvb demux

2010-02-08 Thread Linus Torvalds
On Mon, 8 Feb 2010, Mauro Carvalho Chehab wrote: are available in the git repository at: ssh://linuxtv.org/git/fixes.git v4l_for_linus I don't have ssh access to that thing, and git:// doesn't work. You probably meant

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-08 Thread Chicken Shack
Am Montag, den 08.02.2010, 08:14 -0800 schrieb Linus Torvalds: On Mon, 8 Feb 2010, Chicken Shack wrote: This is a SCANDAL, not fun! This is SCANDALOUS! I agree that this whole thread has been totally inappropriate from beginning to end. Yes, as a matter of frustration and the way

Re: [GIT PULL for 3.2.33] Fix regressions on dvb demux

2010-02-08 Thread Mauro Carvalho Chehab
Linus Torvalds wrote: On Mon, 8 Feb 2010, Mauro Carvalho Chehab wrote: are available in the git repository at: ssh://linuxtv.org/git/fixes.git v4l_for_linus I don't have ssh access to that thing, and git:// doesn't work. Sorry for the bad link. We've recently moved our master

Re: [PATCH] MT9T031: write xskip and yskip at each set_params call

2010-02-08 Thread Valentin Longchamp
Hello Guennadi, Guennadi Liakhovetski wrote: First more details about what I do with the camera: I open the device, issue the S_CROP / S_FMT calls and read images, the behaviour is fine, then close the device. Then if I reopen the device, reissue the S_CROP / S_FMT calls with the same params,

Re: [PATCH 8/12] tm6000: add tuner parameter

2010-02-08 Thread Stefan Ringel
Am 08.02.2010 16:55, schrieb Stefan Ringel: Am 08.02.2010 03:55, schrieb Mauro Carvalho Chehab: stefan.rin...@arcor.de wrote: + ctl.vhfbw7 = 1; + ctl.uhfbw8 = 1; I don't think you need to set this, as the driver will automatically do the

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Stefan Ringel
Am 08.02.2010 19:14, schrieb Mauro Carvalho Chehab: Stefan Ringel wrote: Am 08.02.2010 12:21, schrieb Mauro Carvalho Chehab: Hi Stefan, First, a few comments about your patch series: I've committed almost of your patches, and added an extra patch to make the driver to compile it

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-08 Thread Linus Torvalds
On Mon, 8 Feb 2010, Chicken Shack wrote: ... Please stop emailing me. I'm simply not interested in your political troubles with the DVB people. I see with my own eyes why people have issues with your way of communication, and quite frankly, I'm not interested in discussing name-calling

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-08 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: Am 08.02.2010 19:14, schrieb Mauro Carvalho Chehab: Stefan Ringel wrote: We'll need some function to change between analog and digital modes, doing the right GPIO changes. See em28xx_set_mode() for a way of implementing it. I don't mean that. I mean it

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-08 Thread Chicken Shack
Am Montag, den 08.02.2010, 11:09 -0800 schrieb Linus Torvalds: On Mon, 8 Feb 2010, Chicken Shack wrote: ... Please stop emailing me. I'm simply not interested in your political troubles with the DVB people. I see with my own eyes why people have issues with your way of

Re: [PATCH] MT9T031: write xskip and yskip at each set_params call

2010-02-08 Thread Guennadi Liakhovetski
Hi Val On Mon, 8 Feb 2010, Valentin Longchamp wrote: /* * Power Management: * This function does nothing for now but must be present for pm to work */ static int mt9t031_runtime_suspend(struct device *dev) { return 0; } First, can you confirm me that this function is

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2010-02-08 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 Feb 8 19:00:05 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14164:690055993011 gcc version:

zl10335 with tm6010 or tm6000

2010-02-08 Thread Stefan Ringel
I have switched from hack to zl10353 module, and I have tested more different setups. I have found what wrong is, in function tl10353_read_status() and zl10353_read_snr(), not positive value. zl10353_read_status() reghas digitalhasn't digital

Re: Requested feedback on V4L2 driver design

2010-02-08 Thread Mauro Carvalho Chehab
Maupin, Chase wrote: All, Texas Instruments (TI) is working on the design for the V4L2 capture and display drivers for our next generation system-on-chip (SoC) processor and would like to solicit your feedback. Our new SoCs have been improved to allow for higher video resolutions and

Re: [linux-pm] [PATCH/RESEND] soc-camera: add runtime pm support for subdevices

2010-02-08 Thread Rafael J. Wysocki
On Monday 08 February 2010, Guennadi Liakhovetski wrote: To save power soc-camera powers subdevices down, when they are not in use, if this is supported by the platform. However, the V4L standard dictates, that video nodes shall preserve configuration between uses. This requires runtime

Re: [PATCH 1/1] media: dvb-usb/af9015, fix disconnection crashes

2010-02-08 Thread Greg KH
On Thu, Feb 04, 2010 at 04:07:36PM +0200, Pekka Sarnila wrote: Yes, my comment maybe criticizes more the basic architectural structure of usb putting it's own work up to higher layer. The only practical thing is that, if there is a non-HID device suffering from that FULLSPEED problem, the

linuxtv.org server move Wed, 10 Feb 2pm CET

2010-02-08 Thread Johannes Stezenbach
Hi, the linuxtv.org server is going to be moved to a new location on Wednesday, around 2pm CET (UTC+1:00). There'll be a bit of downtime. Johannes -- 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

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-08 Thread Rudy Zijlstra
Chicken Shack wrote: ok anonymous chicken you've managed a distinct first: i've installed a block filter on your email address. Rudy -- 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

[PATCH] dib7000p: reduce large stack usage

2010-02-08 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com This patch reduces static stack usage of one of the 2 top offenders as listed by 'make checkstack': Building with CONFIG_FRAME_WARN=2048 produces: drivers/media/dvb/frontends/dib7000p.c:1367: warning: the frame size of 2320 bytes is larger than 2048

[PATCH] dib3000mc: reduce large stack usage

2010-02-08 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com This patch reduces static stack usage of one of the 2 top offenders as listed by 'make checkstack': Building with CONFIG_FRAME_WARN=2048 produces: drivers/media/dvb/frontends/dib3000mc.c:853: warning: the frame size of 2224 bytes is larger than 2048

Creatix saa7134 card produces lots of glitches.

2010-02-08 Thread Willem Bleymueller
Hello. I use a Creatix ctx929 card as dvb-s adapter. Whenever I watch tv with it there are lots of glitches. The card has a TDA10086 tuner and a saa7134 chip. I am using kernel 2.6.32.5 at the moment. The card is autodetected as card number 93. (Medion 7134 Bridge #2) which is possibly right

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-08 Thread hermann pitton
Am Montag, den 08.02.2010, 08:14 -0800 schrieb Linus Torvalds: On Mon, 8 Feb 2010, Chicken Shack wrote: This is a SCANDAL, not fun! This is SCANDALOUS! I agree that this whole thread has been totally inappropriate from beginning to end. The initial problem was, how to find such

Driver crash on kernel 2.6.32.7. Interaction between cx8800 (DVB-S) and USB HVR Hauppauge 950q

2010-02-08 Thread Richard Lemieux
Hi, I got some driver crashes after upgrading to kernel 2.6.32.7. It seems that activating either TBS8920 (DVB-S) and HVR950Q (ATSC) after the other one has run (and is no longer in use by an application) triggers a driver crash. Each device individually works fine (as long as the other one

Re: Driver crash on kernel 2.6.32.7. Interaction between cx8800 (DVB-S) and USB HVR Hauppauge 950q

2010-02-08 Thread Devin Heitmueller
On Mon, Feb 8, 2010 at 11:43 PM, Richard Lemieux rlem...@cooptel.qc.ca wrote: Hi, I got some driver crashes after upgrading to kernel 2.6.32.7.  It seems that activating either TBS8920 (DVB-S) and HVR950Q (ATSC) after the other one has run (and is no longer in use by an application) triggers

[PATCH] Fix compilation tm6000 module

2010-02-08 Thread Dmitri Belimov
Hi All Fix compilation tm6000 module. diff -r 690055993011 linux/drivers/staging/tm6000/tm6000-cards.c --- a/linux/drivers/staging/tm6000/tm6000-cards.c Sun Feb 07 22:26:10 2010 -0200 +++ b/linux/drivers/staging/tm6000/tm6000-cards.c Tue Feb 09 10:44:14 2010 +0900 @@ -45,6 +45,8 @@

Re: Requested feedback on V4L2 driver design

2010-02-08 Thread Hans Verkuil
On Monday 08 February 2010 21:23:00 Mauro Carvalho Chehab wrote: Maupin, Chase wrote: All, Texas Instruments (TI) is working on the design for the V4L2 capture and display drivers for our next generation system-on-chip (SoC) processor and would like to solicit your feedback. Our new