Re: [PATCH v2] V4L: add media bus configuration subdev operations

2011-07-01 Thread Guennadi Liakhovetski
On Thu, 30 Jun 2011, Sakari Ailus wrote: On Wed, Jun 29, 2011 at 09:28:06PM +0200, Guennadi Liakhovetski wrote: On Wed, 29 Jun 2011, Sakari Ailus wrote: Guennadi Liakhovetski wrote: On Mon, 27 Jun 2011, Guennadi Liakhovetski wrote: [snip] If the structures are

Re: [GIT PULL FOR 3.1] Bitmask controls, flash API and adp1653 driver

2011-07-01 Thread Hans Verkuil
On Friday, July 01, 2011 03:27:10 Mauro Carvalho Chehab wrote: Em 10-06-2011 06:27, Sakari Ailus escreveu: Hi Mauro, This pull request adds the bitmask controls, flash API and the adp1653 driver. What has changed since the patches is: - Adp1653 flash faults control is volatile. Fix

RE: [PATCH] STV0288 Fast Channel Acquisition

2011-07-01 Thread COEXSI
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Malcolm Priestley Sent: vendredi 1 juillet 2011 00:22 To: Linux Media Mailing List Cc: Sébastien RAILLARD (COEXSI) Subject: [PATCH] STV0288 Fast Channel Acquisition

Re: [GIT PULL FOR 3.1] Bitmask controls, flash API and adp1653 driver

2011-07-01 Thread Sakari Ailus
Hi Hans and Mauro, On Fri, Jul 01, 2011 at 09:57:39AM +0200, Hans Verkuil wrote: On Friday, July 01, 2011 03:27:10 Mauro Carvalho Chehab wrote: Em 10-06-2011 06:27, Sakari Ailus escreveu: Hi Mauro, This pull request adds the bitmask controls, flash API and the adp1653 driver. What

[DVB] Possible regression in stb6100 module for DVBS2 transponders

2011-07-01 Thread COEXSI
Dear Manu, I think there is a regression in your patch from December 2010 regarding the stb6100 module. With the latest version of stb6100 published in media_build git branch, we can't tune the TT-S2-3200 on some DVBS2 transponders like Hotbird 13E 11681-H-27500 or Hotbird 13E 12692-H-27500.

[GIT PATCHES FOR 3.1] Control event and control framework

2011-07-01 Thread Hans Verkuil
Hi Mauro, This is the pull request containing all control event and control framework patches. The first set (until the compat-ioctl32 patch) you have already reviewed. The second set contains the RFCv2 patch series posted Tuesday together with the two changes you wanted for the first set

Re: [PATCH v2 0/2] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-07-01 Thread Kirill Smelkov
On Thu, Jun 30, 2011 at 11:01:01AM -0700, Sarah Sharp wrote: On Fri, Jun 24, 2011 at 08:48:06PM +0400, Kirill Smelkov wrote: Changes since v1: - dropped RFC status as this seems like the sort of feature somebody might reasonably want to use -- if they know exactly what they're

Re: RFC: poll behavior

2011-07-01 Thread Hans Verkuil
On Thursday, June 30, 2011 22:35:15 Mauro Carvalho Chehab wrote: Em 30-06-2011 10:46, Hans Verkuil escreveu: On Wednesday, June 29, 2011 16:35:04 Hans de Goede wrote: Hi, On 06/29/2011 03:43 PM, Hans Verkuil wrote: On Wednesday, June 29, 2011 15:07:14 Hans de Goede wrote: snip

[PATCH] gspca_sn9c20x: device 0c45:62b3: fix status LED

2011-07-01 Thread Frank Schaefer
Tested with webcam SilverCrest WC2130. Signed-off-by: Frank Schaefer fschaefer@googlemail.com Cc: sta...@kernel.org --- drivers/media/video/gspca/sn9c20x.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/gspca/sn9c20x.c

Re: [GIT PULL FOR 3.1] Bitmask controls, flash API and adp1653 driver

2011-07-01 Thread Sakari Ailus
On Fri, Jul 01, 2011 at 09:57:39AM +0200, Hans Verkuil wrote: On Friday, July 01, 2011 03:27:10 Mauro Carvalho Chehab wrote: Em 10-06-2011 06:27, Sakari Ailus escreveu: Hi Mauro, This pull request adds the bitmask controls, flash API and the adp1653 driver. What has changed since

Re: [GIT PULL FOR 3.1] Bitmask controls, flash API and adp1653 driver

2011-07-01 Thread Mauro Carvalho Chehab
Em 01-07-2011 08:15, Sakari Ailus escreveu: On Fri, Jul 01, 2011 at 09:57:39AM +0200, Hans Verkuil wrote: On Friday, July 01, 2011 03:27:10 Mauro Carvalho Chehab wrote: Em 10-06-2011 06:27, Sakari Ailus escreveu: Hi Mauro, This pull request adds the bitmask controls, flash API and the

[PATCH v3 0/2] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-07-01 Thread Kirill Smelkov
There are cases, when 80% max isochronous bandwidth is too limiting. Let's allow knowledgeable users to override that 80% max limit explicitly for extreme cases, like 2 high bandwidth isochronously streaming devices on the same High Speed USB bus in order to make them work simultaneously. See

[PATCH v3 2/2] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-07-01 Thread Kirill Smelkov
There are cases, when 80% max isochronous bandwidth is too limiting. For example I have two USB video capture cards which stream uncompressed video, and to stream full NTSC + PAL videos we'd need NTSC 640x480 YUV422 @30fps ~17.6 MB/s PAL 720x576 YUV422 @25fps ~19.7 MB/s isoc

[PATCH v3 1/2] USB: EHCI: Move sysfs related bits into ehci-sysfs.c

2011-07-01 Thread Kirill Smelkov
The only sysfs attr implemented so far is companion from ehci-hub.c, but in the next patch we are going to add another sysfs file, so prior to that let's structure things and move already-in-there sysfs code to separate file. NOTE: All the code I'm moving into this new file was written by Alan

[RFCv1 PATCH] Modify core poll implementation to get requested event mask

2011-07-01 Thread Hans Verkuil
Hi all, One thing that would solve all the problems we have with POLLPRI and the read/write I/O mode is if the driver would know which poll events the application actually requested. However, this would require changes in the fs core. I expected this to be very difficult, but after analyzing it

Re: RFC: poll behavior

2011-07-01 Thread Mauro Carvalho Chehab
Em 01-07-2011 06:45, Hans Verkuil escreveu: On Thursday, June 30, 2011 22:35:15 Mauro Carvalho Chehab wrote: This also leads to another ambiguity with poll(): what should poll do if another filehandle started streaming? So fh1 called STREAMON (and so becomes the 'owner' of the stream),

Re: RFC: poll behavior

2011-07-01 Thread Mauro Carvalho Chehab
Em 01-07-2011 08:59, Mauro Carvalho Chehab escreveu: Em 01-07-2011 06:45, Hans Verkuil escreveu: On Thursday, June 30, 2011 22:35:15 Mauro Carvalho Chehab wrote: This also leads to another ambiguity with poll(): what should poll do if another filehandle started streaming? So fh1 called

Re: RFC: poll behavior

2011-07-01 Thread Hans Verkuil
On Friday, July 01, 2011 13:59:14 Mauro Carvalho Chehab wrote: Em 01-07-2011 06:45, Hans Verkuil escreveu: On Thursday, June 30, 2011 22:35:15 Mauro Carvalho Chehab wrote: This also leads to another ambiguity with poll(): what should poll do if another filehandle started streaming? So

Re: [PATCH/RFC v4] V4L: add media bus configuration subdev operations

2011-07-01 Thread Sylwester Nawrocki
On 07/01/2011 12:42 AM, Guennadi Liakhovetski wrote: ... +/** + * v4l2_mbus_type - media bus type + * @V4L2_MBUS_PARALLEL:parallel interface with hsync and vsync + * @V4L2_MBUS_BT656: parallel interface with embedded synchronisation, can + * also be used for

[RFC PATCH] poll: add poll_requested_events() function

2011-07-01 Thread Hans Verkuil
In some cases the poll() implementation in a driver has to do different things depending on the events the caller wants to poll for. An example is when a driver needs to start a DMA engine if the caller polls for POLLIN, but doesn't want to do that if POLLIN is not requested but instead only

Re: Leadtek CoolCommand Y0400046

2011-07-01 Thread Mauro Carvalho Chehab
Em 01-07-2011 09:24, Jonathan Liu escreveu: Hi Mauro, I had a problem with my the Y0400046 remote control not working properly with my Leadtek WinFast TV2000 XP Deluxe. It seems the keycode mask is incorrect for my particular card. I have attached a patch which fixes the issue for me but

Re: Uinstalling V4L/DVB drivers

2011-07-01 Thread Mauro Carvalho Chehab
Em 01-07-2011 11:01, Charan Prakash escreveu: Hi, Im try to develop code for Kinect camera of XBOX. The USB interface was working fine until I tried installing your drivers as given in this page: http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers I

[PATCH v2 4/4] noon010pc30: Remove g_chip_ident operation handler

2011-07-01 Thread Sylwester Nawrocki
It is now not needed as the sensor identification is done through the media controller API. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/noon010pc30.c | 10 -- include/media/v4l2-chip-ident.h |

[PATCH v2 0/4] noon010pc30 driver conversion to the pad level operations

2011-07-01 Thread Sylwester Nawrocki
The following patch set converts noon010pc30 camera sensor driver to the subdev pad level operations. Additionally it adds a s_stream operation and marks driver as experimental as it now uses V4L2 sub-device API. Now unneeded g_chip_ident op is also removed. Changes since v1: - fixed subdev's

[PATCH v2 2/4] noon010pc30: Convert to the pad level ops

2011-07-01 Thread Sylwester Nawrocki
Replace g/s_mbus_fmt ops with the pad level get/set_fmt operations. Add media entity initialization and set subdev flags so the host driver creates a v4l-subdev device node for the driver. A mutex is added for serializing operations on subdevice node. When setting format is attempted during

[PATCH v2 1/4] noon010pc30: Do not ignore errors in initial controls setup

2011-07-01 Thread Sylwester Nawrocki
Propagate return value from v4l2_ctrl_handler_setup as any errors from it are now silently ignored. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/noon010pc30.c |5 +++-- 1 files changed, 3

Some comments on the new autocluster patches

2011-07-01 Thread Hans de Goede
Hi Hans (et all), I've been working on doing a much needed cleanup to the pwc driver, converting it to videobuf2 and using the new ctrl framework. I hope to be able to send a pull request for this, this weekend. I saw your pull request and I'm looking forward to be able to play with ctrl

Re: Help getting TechniSat SkyStar HD2 working in Ubuntu 10.10

2011-07-01 Thread Lou
Hello John, I'm having problems with this card- I can get it to scan DVB-S and DVB-S2 using scan-s2, and can get it to tune to DVB-S channels, but I cannot szap to DVB-S2 channels szap2 -p -t 2 BBC HD reports error ioctl DVBFE_SET_DELSYS failed: Operation not supported I have tried the

[PATCH v5] V4L: add media bus configuration subdev operations

2011-07-01 Thread Guennadi Liakhovetski
Add media bus configuration types and two subdev operations to get supported mediabus configurations and to set a specific configuration. Subdevs can support several configurations, e.g., they can send video data on 1 or several lanes, can be configured to use a specific CSI-2 channel, in such

Re: [GIT PULL for v3.0] OMAP_VOUT bug fixes and code cleanup

2011-07-01 Thread Mauro Carvalho Chehab
Em 22-06-2011 16:32, hvaib...@ti.com escreveu: The following changes since commit af0d6a0a3a30946f7df69c764791f1b0643f7cd6: Linus Torvalds (1): Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip are available in the git repository at:

[cron job] v4l-dvb daily build: ERRORS

2011-07-01 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 Jul 1 19:00:33 CEST 2011 git hash:66ef90675ad5e45717ff84e4a106c0d22e690803 gcc version: i686-linux-gcc (GCC)

Re: [GIT PULL for v3.0] OMAP_VOUT bug fixes and code cleanup

2011-07-01 Thread Mauro Carvalho Chehab
Em 22-06-2011 16:32, hvaib...@ti.com escreveu: The following changes since commit af0d6a0a3a30946f7df69c764791f1b0643f7cd6: Linus Torvalds (1): Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip are available in the git repository at:

Re: [PATCH] media/at91sam9x5-video: new driver for the high end overlay on at91sam9x5

2011-07-01 Thread Sylwester Nawrocki
Hi Uwe, On 06/29/2011 09:58 PM, Uwe Kleine-König wrote: Signed-off-by: Uwe Kleine-Königu.kleine-koe...@pengutronix.de --- Hello, this is a driver that is still classified as work in progress. There are some known problems with it, still following the release early, release often principle

Re: [PATCH v3 2/2] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-07-01 Thread Greg KH
On Fri, Jul 01, 2011 at 03:47:11PM +0400, Kirill Smelkov wrote: drivers/usb/host/ehci-sysfs.c | 104 +++-- As you are adding new sysfs files, it is required that you also add new entries in the Documentation/ABI/ directory. Please do that for these files

Re: [GIT PULL for v3.0] OMAP_VOUT bug fixes and code cleanup

2011-07-01 Thread Mauro Carvalho Chehab
Em 01-07-2011 19:49, Archit Taneja escreveu: Hi, On Friday 01 July 2011 11:48 AM, Mauro Carvalho Chehab wrote: Em 22-06-2011 16:32, hvaib...@ti.com escreveu: The following changes since commit af0d6a0a3a30946f7df69c764791f1b0643f7cd6: Linus Torvalds (1): Merge branch

Re: Some comments on the new autocluster patches

2011-07-01 Thread Mauro Carvalho Chehab
Em 01-07-2011 12:06, Hans de Goede escreveu: Hi Hans (et all), I've been working on doing a much needed cleanup to the pwc driver, converting it to videobuf2 and using the new ctrl framework. I hope to be able to send a pull request for this, this weekend. I saw your pull request and

Re: [GIT PULL for v3.0] OMAP_VOUT bug fixes and code cleanup

2011-07-01 Thread Archit Taneja
Hi, On Friday 01 July 2011 04:44 PM, Mauro Carvalho Chehab wrote: Em 01-07-2011 19:49, Archit Taneja escreveu: Hi, On Friday 01 July 2011 11:48 AM, Mauro Carvalho Chehab wrote: Em 22-06-2011 16:32, hvaib...@ti.com escreveu: The following changes since commit