[PATCH-V2 1/7] AM3517 CCDC: Debug register read prints removed

2010-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/davinci/dm644x_ccdc.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/davinci/dm644x_ccdc.c b/drivers/media/video/davinci/dm644x_ccdc.c

[PATCH-V2 6/7] VPFE Capture: Add support for USERPTR mode of operation

2010-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Muralidharan Karicheri m-kariche...@ti.com --- drivers/media/video/davinci/vpfe_capture.c | 42 ++- 1 files changed, 28 insertions(+), 14 deletions(-) diff --git

[PATCH-V2 7/7] TVP514x: Add Powerup sequence during s_input to lock the signal properly

2010-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com For the sequence streamon - streamoff and again s_input, it fails to lock the signal, since streamoff puts TVP514x into power off state which leads to failure in sub-sequent s_input. So add powerup sequence in s_routing (if disabled), since it is important

[PATCH-V2 4/7] Davinci VPFE Capture:Return 0 from suspend/resume

2010-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Now Suspend/Resume functionality is being handled by respective CCDC code, so return true (0) from bridge suspend/resume function. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/davinci/vpfe_capture.c | 12 1 files

[PATCH-V2 3/7] DM644x CCDC: Add 10bit BT support

2010-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/davinci/dm644x_ccdc.c | 16 +--- drivers/media/video/davinci/dm644x_ccdc_regs.h |8 2 files changed, 21 insertions(+), 3 deletions(-) diff --git

[PATCH-V2 2/7] VPFE Capture: Add call back function for interrupt clear to vpfe_cfg

2010-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com For the devices like AM3517, it is expected that driver clears the interrupt in ISR. Since this is device spcific, callback function added to the platform_data. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/davinci/vpfe_capture.c

RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Hans Verkuil
Hi all, V4L1 support has been marked as scheduled for removal for a long time. The deadline for that in the feature-removal-schedule.txt file was July 2009. I think it is time that we remove the V4L1 compatibility support from V4L2 drivers for 2.6.35. It would help with the videobuf cleanup as

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Laurent Pinchart
On Friday 19 March 2010 08:59:08 Hans Verkuil wrote: Hi all, V4L1 support has been marked as scheduled for removal for a long time. The deadline for that in the feature-removal-schedule.txt file was July 2009. I think it is time that we remove the V4L1 compatibility support from V4L2

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Hans Verkuil
On Friday 19 March 2010 08:59:08 Hans Verkuil wrote: Hi all, V4L1 support has been marked as scheduled for removal for a long time. The deadline for that in the feature-removal-schedule.txt file was July 2009. I think it is time that we remove the V4L1 compatibility support from V4L2

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Markus Rechberger
On Fri, Mar 19, 2010 at 9:46 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Friday 19 March 2010 08:59:08 Hans Verkuil wrote: Hi all, V4L1 support has been marked as scheduled for removal for a long time. The deadline for that in the feature-removal-schedule.txt file was July 2009. I

RFC: Removal of videotext.h and /dev/vtx support

2010-03-19 Thread Hans Verkuil
This is a proposal to remove the videotext API and drivers for kernel 2.6.35. This API is found in include/linux/videotext.h and is supported by the saa5246a and saa5249 i2c drivers. To the best of my knowledge there are no applications that use this. I have not been able to find any hardware

[Resubmit: PATCH-V2] AM3517: Add VPFE Capture driver support

2010-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com AM3517 and DM644x uses same CCDC IP, so reusing the driver for AM3517. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 160 + 1 files changed, 160 insertions(+), 0 deletions(-)

[Resubmit: PATCH-V6 0/2] OMAP3: Add V4L2 display driver support

2010-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Refreshed on top of latest linuxtv/master repository and resubmitting the patch series again. Please note that this patch is dependent on patch which add ti-media directory (submitted earlier to this patch series). Vaibhav Hiremath (2): OMAP2/3 V4L2: Add

[Resubmit: PATCH-V6 2/2] OMAP2/3: Add V4L2 DSS driver support in device.c

2010-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/devices.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index

[patch] em28xx: Empia Em28xx Audio too long

2010-03-19 Thread Dan Carpenter
card-driver is 15 characters and a NULL. The original code goes past the end of the array. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/video/em28xx/em28xx-audio.c b/drivers/media/video/em28xx/em28xx-audio.c index bd78338..530df0a 100644 ---

[patch] cx231xx: card-driver Conexant cx231xx Audio too long

2010-03-19 Thread Dan Carpenter
card-driver is 15 characters and a NULL, the original code could cause a buffer overflow. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/video/cx231xx/cx231xx-audio.c b/drivers/media/video/cx231xx/cx231xx-audio.c index 7793d60..b3282ae 100644 ---

RE: [PATCH/RFC] videobuf refactoring

2010-03-19 Thread Pawel Osciak
Hi Hans, Hans Verkuil wrote: This patch is for discussion only. It is just to illustrate the possibilities. Once the cleanup patch Pawel posted is merged, then I can try to make a proper patch series for this depending on the feedback I get. I went over your patch and it seems like a good next

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: Hi all, V4L1 support has been marked as scheduled for removal for a long time. The deadline for that in the feature-removal-schedule.txt file was July 2009. As reference, this is what's written there: What: Video4Linux API 1 ioctls and from Video devices. When: July

[PATCH] FusionHDTV: Use quick reads for I2C IR device probing

2010-03-19 Thread Jean Delvare
On Tue, 16 Mar 2010 12:05:02 +0100, Jean Delvare wrote: Executive summary (as I understand it): the card that no longer works is a DViCO FusionHDTV7 Dual Express (CX23885_BOARD_DVICO_FUSIONHDTV_7_DUAL_EXP), bridge driver cx23885. It has 2 xc5000 chips at I2C address 0x64 (on 2 different I2C

Re: cx23885: Hauppauge WinTV HVR-1400 firmware loading problem

2010-03-19 Thread Alina Friedrichsen
No one has got this card and can say if this is normal (on a stable kernel) or my hardware is broken? Regards Alina Am Mittwoch, den 17.03.2010, 02:14 +0100 schrieb Alina Friedrichsen: My kernel is 2.6.33. When I want to watch DVB-T with VLC, loading the firmwares stops after the following

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Andy Walls
On Fri, 2010-03-19 at 09:46 +0100, Hans Verkuil wrote: On Friday 19 March 2010 08:59:08 Hans Verkuil wrote: Hi all, V4L1 support has been marked as scheduled for removal for a long time. The deadline for that in the feature-removal-schedule.txt file was July 2009. I think it is

Re: [PATCH v2 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-19 Thread Frank Schaefer
Laurent Pinchart schrieb: Those control, as their names imply, control the camera aperture settings. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Documentation/DocBook/v4l/compat.xml | 11 +++ Documentation/DocBook/v4l/controls.xml| 19

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread David Ellingsworth
On Fri, Mar 19, 2010 at 9:47 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: The V4L1 drivers that lasts are the ones without maintainers and probably without a large users base. So, basically legacy hardware. So, their removals make sense. In many ways the above statement is a catch

em28xx - Your board has no unique USB ID and thus need a hint to be detected

2010-03-19 Thread Steffen Pankratz
Hi, this USB stick is a Pinnacle Pctv Hybrid Pro 320e device (ID eb1a:2881 eMPIA Technology, Inc.). Is there anything else you need to know? Mar 19 17:54:47 hermes kernel: usb 1-4: new high speed USB device using ehci_hcd and address 5 Mar 19 17:54:47 hermes kernel: Linux video capture

Re: em28xx - Your board has no unique USB ID and thus need a hint to be detected

2010-03-19 Thread Steffen Pankratz
On Fri, 19 Mar 2010 13:07:23 -0400 Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Fri, Mar 19, 2010 at 1:01 PM, Steffen Pankratz krat...@gmx.de wrote: Hi, this USB stick is a Pinnacle Pctv Hybrid Pro 320e device (ID eb1a:2881 eMPIA Technology, Inc.). Is there anything else

Re: em28xx - Your board has no unique USB ID and thus need a hint to be detected

2010-03-19 Thread Devin Heitmueller
On Fri, Mar 19, 2010 at 1:13 PM, Steffen Pankratz krat...@gmx.de wrote: On Fri, 19 Mar 2010 13:07:23 -0400 Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Fri, Mar 19, 2010 at 1:01 PM, Steffen Pankratz krat...@gmx.de wrote: Hi, this USB stick is a Pinnacle Pctv Hybrid Pro 320e

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Mauro Carvalho Chehab
David Ellingsworth wrote: On Fri, Mar 19, 2010 at 9:47 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: The V4L1 drivers that lasts are the ones without maintainers and probably without a large users base. So, basically legacy hardware. So, their removals make sense. In many ways

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread David Ellingsworth
On Fri, Mar 19, 2010 at 1:43 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: David Ellingsworth wrote: On Fri, Mar 19, 2010 at 9:47 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: The V4L1 drivers that lasts are the ones without maintainers and probably without a large users base.

RE: [PATCH-V2 7/7] TVP514x: Add Powerup sequence during s_input to lock the signal properly

2010-03-19 Thread Karicheri, Muralidharan
Vaibhav, This patch has not fully resolved the lock issue. In my testing the change done by Brijesh was required as well. Can you update me on what was your findings based on my last email on this issue? Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 phone:

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Devin Heitmueller
On Fri, Mar 19, 2010 at 2:00 PM, David Ellingsworth da...@identd.dyndns.org wrote: Yes it is an old camera, but that does not mean there aren't people out there who still own cameras which would otherwise be usable if the driver worked. And sure people could just buy another camera.. but why

saa7134: add support for one more remote control for Avermedia M135A

2010-03-19 Thread Herton Ronaldo Krzesinski
This change adds support for one more remote control type for Avermedia M135A. The new remote control reports slightly different codes, and was necessary to extend the mask_keycode to differentiate between original remote control. One of the remote controls I had matched the original binding, but

[PATCH] saa7134: add support for one more remote control for Avermedia M135A

2010-03-19 Thread Herton Ronaldo Krzesinski
This change adds support for one more remote control type for Avermedia M135A. The new remote control reports slightly different codes, and was necessary to extend the mask_keycode to differentiate between original remote control. One of the remote controls I had matched the original binding, but

[PATCH] Revert V4L/DVB (11906): saa7134: Use v4l bounding/alignment function

2010-03-19 Thread Herton Ronaldo Krzesinski
This reverts commit bc52d6eb44de8f19934768d4d10d19fdbdc99950. On newer kernels, a saa7134 board stopped to display TV video output properly. After a bisect, I found it as the commit causing the issue. Turns out that v4l_bound_align_image isn't doing the same bounding calculation as manually done

Add AverTV Studio 509UA

2010-03-19 Thread Евгений Бацман
A add tv tuner AverTV Studio 509UA but radio now not work(tuner_tea5764hn not in kernel) diff -r a/linux/drivers/media/common/tuners/tuner-types.c --- a/linux/drivers/media/common/tuners/tuner-types.c 2010-03-17 20:38:10.0 +0200 +++ b/linux/drivers/media/common/tuners/tuner-types.c

RE: [PATCH-V2 7/7] TVP514x: Add Powerup sequence during s_input to lock the signal properly

2010-03-19 Thread Hiremath, Vaibhav
-Original Message- From: Karicheri, Muralidharan Sent: Friday, March 19, 2010 11:40 PM To: Hiremath, Vaibhav; linux-media@vger.kernel.org Cc: Rajashekhara, Sudhakar Subject: RE: [PATCH-V2 7/7] TVP514x: Add Powerup sequence during s_input to lock the signal properly Vaibhav,

Re: Terratec Cinergy Hybrid T USB XS (no audio)

2010-03-19 Thread Philippe Bourdin
Hello all, just want to let you know, that I found a bug in the em28xx driver, which prevents the audio part of mentioned USB card to work. Basically it is (to the best of my knowledge) just a typo in 'em28xx.h' where the define for card #55 EM2880_BOARD_TERRATEC_HYBRID_XS should be

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Hans de Goede
Hi, On 03/19/2010 09:46 AM, Hans Verkuil wrote: On Friday 19 March 2010 08:59:08 Hans Verkuil wrote: Hi all, V4L1 support has been marked as scheduled for removal for a long time. The deadline for that in the feature-removal-schedule.txt file was July 2009. I think it is time that we

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread VDR User
Keeping v4l1 because some guys are still using some ancient setup is not a good reason. Keeping v4l1 because some app devs still haven't bothered to update their apps is not a good reason, especially given the amount of time they've had to complete this task. Keeping v4l1 because package

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Hans de Goede
Hi, On 03/19/2010 04:49 PM, David Ellingsworth wrote: On Fri, Mar 19, 2010 at 9:47 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: The V4L1 drivers that lasts are the ones without maintainers and probably without a large users base. So, basically legacy hardware. So, their removals make

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Hans de Goede
Hi, On 03/19/2010 02:01 PM, Mauro Carvalho Chehab wrote: Hans Verkuil wrote: Hi all, V4L1 support has been marked as scheduled for removal for a long time. The deadline for that in the feature-removal-schedule.txt file was July 2009. As reference, this is what's written there: What:

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Mauro Carvalho Chehab
Hans de Goede wrote: 3) The removal of V4L1 means that the existing applications should not try to include videodev.h with newer kernels or their compilations will break (easy to fix, but better to remind application developers that may be reading this thread). Also, the removal of V4L1

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread Mauro Carvalho Chehab
David Ellingsworth wrote: On Fri, Mar 19, 2010 at 1:43 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: David Ellingsworth wrote: On Fri, Mar 19, 2010 at 9:47 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: The V4L1 drivers that lasts are the ones without maintainers and probably

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

2010-03-19 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 Mar 19 19:00:28 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14494:929298149eba git master:

Re: [PATCH] saa7134: add support for one more remote control for Avermedia M135A

2010-03-19 Thread Mauro Carvalho Chehab
Hi Herton, Herton Ronaldo Krzesinski wrote: This change adds support for one more remote control type for Avermedia M135A. The new remote control reports slightly different codes, and was necessary to extend the mask_keycode to differentiate between original remote control. One of the remote

Re: [PATCH] saa7134: add support for one more remote control for Avermedia M135A

2010-03-19 Thread Herton Ronaldo Krzesinski
Em Sex 19 Mar 2010, às 18:56:57, Mauro Carvalho Chehab escreveu: Hi Herton, Herton Ronaldo Krzesinski wrote: This change adds support for one more remote control type for Avermedia M135A. The new remote control reports slightly different codes, and was necessary to extend the

Re: [PATCH] saa7134: add support for one more remote control for Avermedia M135A

2010-03-19 Thread Mauro Carvalho Chehab
Herton Ronaldo Krzesinski wrote: Em Sex 19 Mar 2010, às 18:56:57, Mauro Carvalho Chehab escreveu: Hi Herton, Herton Ronaldo Krzesinski wrote: This change adds support for one more remote control type for Avermedia M135A. The new remote control reports slightly different codes, and was

Re: Add AverTV Studio 509UA

2010-03-19 Thread hermann pitton
Hi, Евгений, is there any reason, why you set the charge pump bit to low and slow tuning on a non FM tuner? Cheers, Hermann Am Freitag, den 19.03.2010, 20:32 +0200 schrieb Евгений Бацман: A add tv tuner AverTV Studio 509UA but radio now not work(tuner_tea5764hn not in kernel) diff -r

Re: RFC: Drop V4L1 support in V4L2 drivers

2010-03-19 Thread hermann pitton
Am Freitag, den 19.03.2010, 12:04 -0700 schrieb VDR User: Keeping v4l1 because some guys are still using some ancient setup is not a good reason. Keeping v4l1 because some app devs still haven't bothered to update their apps is not a good reason, especially given the amount of time they've