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

2011-06-30 Thread Mauro Carvalho Chehab
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 this. > - Flash interface marked as experimental. > - Moved the D

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

2011-06-30 Thread Guennadi Liakhovetski
On Thu, 30 Jun 2011, Sylwester Nawrocki wrote: > Hi Guennadi, > > On 06/29/2011 06:27 PM, Guennadi Liakhovetski wrote: > > Add media bus configuration types and two subdev operations to get > > supported mediabus configurations and to set a specific configuration. > > Subdevs can support several

[PATCH] STV0288 Fast Channel Acquisition

2011-06-30 Thread Malcolm Priestley
On Wed, 2011-06-29 at 15:16 +0200, Sébastien RAILLARD (COEXSI) wrote: > On some other transponders, like ASTRA 19.2E 11567-V-22000, the card nearly > never manage to get the lock: it's looking like the signal isn't good > enough. > I turned on the debugging of the stb6000 and stv0288 modules, but

Re: [PATCH/RFC] media: vb2: change queue initialization order

2011-06-30 Thread Jonathan Corbet
On Wed, 29 Jun 2011 16:10:45 +0200 Marek Szyprowski wrote: > > I do still wonder why this is an issue - why not pass the buffers through > > to the driver at VIDIOC_QBUF time? I assume there must be a reason for > > doing things this way, I'd like to understand what it is. > > I want to delay

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

2011-06-30 Thread Sylwester Nawrocki
Hi Guennadi, On 06/29/2011 06:27 PM, Guennadi Liakhovetski wrote: > 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 sev

Re: RFC: poll behavior

2011-06-30 Thread Mauro Carvalho Chehab
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: >> >> >> >>> if (q->num_buffers == 0&& q->fileio == NULL) { >>> -

Re: RFC: poll behavior

2011-06-30 Thread Mauro Carvalho Chehab
Em 29-06-2011 09:10, Hans de Goede escreveu: > Hi, > > On 06/29/2011 01:26 PM, Hans Verkuil wrote: >> Hi all, >> >> This RFC is based on recent discussions with regards to how the poll function >> in a V4L2 driver should behave. >> >> Some relevant documents: >> >> POSIX: >> >> http://pubs.opengro

[PATCH 1/2] marvell-cam: Working s/g DMA

2011-06-30 Thread Jonathan Corbet
The core Marvell camera driver can now do scatter/gather DMA on controllers which support that functionality. Signed-off-by: Jonathan Corbet --- drivers/media/video/marvell-ccic/Kconfig |3 + drivers/media/video/marvell-ccic/mcam-core.c | 289 ++ drivers/media/vi

[PATCH 2/2] marvell-cam: use S/G DMA by default

2011-06-30 Thread Jonathan Corbet
Scatter/gather DMA mode works nicely on this platform and is clearly the best way of doing things. Signed-off-by: Jonathan Corbet --- drivers/media/video/marvell-ccic/mmp-driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/marvell-ccic/mmp-drive

[PATCH] Third marvell-cam patch series

2011-06-30 Thread Jonathan Corbet
Another week, another series of Marvell cam patches. It's a short series this time: Jonathan Corbet (2): marvell-cam: Working s/g DMA marvell-cam: use S/G DMA by default Kconfig |3 mcam-core.c | 289 ++- mcam-core.

Re: [PATCH] Revert "V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)"

2011-06-30 Thread Igor M. Liplianin
В сообщении от 30 июня 2011 00:49:33 автор Jarod Wilson написал: > This reverts commit e38030f3ff02684eb9e25e983a03ad318a10a2ea. > > MSI flat-out doesn't work right on cx2388x devices yet. There are now > multiple reports of cards that hard-lock systems when MSI is enabled, > including my own HVR-

[cron job] v4l-dvb daily build: ERRORS

2011-06-30 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:Thu Jun 30 19:00:43 CEST 2011 git hash:66ef90675ad5e45717ff84e4a106c0d22e690803 gcc version: i686-linux-gcc (GCC) 4.5

Re: [PATCH] media: fix radio-sf16fmr2 build when SND is not enabled

2011-06-30 Thread Ondrej Zary
linux-media@vger.kernel.org > --- > drivers/media/radio/Kconfig |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20110630.orig/drivers/media/radio/Kconfig > +++ linux-next-20110630/drivers/media/radio/Kconfig > @@ -201,7 +201,7 @@ config RADIO_SF16FMI &

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

2011-06-30 Thread Sarah Sharp
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 doing"; > > - new preparatory patch (1/2) which moves alread

[PATCH] media: fix radio-sf16fmr2 build when SND is not enabled

2011-06-30 Thread Randy Dunlap
Signed-off-by: Randy Dunlap Cc: Hans Verkuil Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org --- drivers/media/radio/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20110630.orig/drivers/media/radio/Kconfig +++ linux-next-20110630/drivers/media/rad

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

2011-06-30 Thread Sakari Ailus
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 expected to be generic I somehow fee

Re: em28xx / ADS Tech USB Instant TV (USBAV-704)

2011-06-30 Thread Mauro Carvalho Chehab
Em 01-05-2011 15:13, Roman Byshko escreveu: > Hi, > > unfortunately nobody replied to me, so I contacted Mauro (thank you!) > and got some guidance. > > According to http://www.linuxtv.org/wiki/index.php/Bus_snooping/sniffing > I sniffed my device > > http://www.linuxtv.org/wiki/index.php/ADS_Te

Re: [ RFC PATCH 0/8] RFC for Media Controller capture driver for DM365

2011-06-30 Thread Sakari Ailus
Hi Manjunath, Thanks for the patches. On Thu, Jun 30, 2011 at 06:43:09PM +0530, Manjunath Hadli wrote: > Thease are the RFC patches for the DM365 video capture, of which > the current set includes only CCDC and the VPFE framework. Once > the present set is reviewed, I will send out the other par

Re: RFC: poll behavior

2011-06-30 Thread Hans Verkuil
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: > > > > > if (q->num_buffers == 0&& q->fileio == NULL) { > > - if (!V4L2_TYPE_IS_OUTPUT(q->type)&& (q->io

Re: [git:xawtv3/master] xawtv: reenable its usage with webcam's

2011-06-30 Thread Mauro Carvalho Chehab
Em 30-06-2011 10:20, Mauro Carvalho Chehab escreveu: > Em 30-06-2011 09:35, Mauro Carvalho Chehab escreveu: >> Em 30-06-2011 07:55, Hans de Goede escreveu: > >>> 1) This bit should be #ifdef __linux__ since we only support >>> auto* on linux because of the sysfs dep: >> >> True, but instead of add

Re: [git:xawtv3/master] xawtv: reenable its usage with webcam's

2011-06-30 Thread Mauro Carvalho Chehab
Em 30-06-2011 09:35, Mauro Carvalho Chehab escreveu: > Em 30-06-2011 07:55, Hans de Goede escreveu: >> 1) This bit should be #ifdef __linux__ since we only support >> auto* on linux because of the sysfs dep: > > True, but instead of adding it on every place, the better would be to replace > auto

[RFC PATCH 2/8] davinci: vpfe: add IPIPE hardware layer support

2011-06-30 Thread Manjunath Hadli
From: Nagabhushana Netagunte add dm365 IPIPE hardware support. IPIPE is the hardware IP which implements the functionality required for resizer, previewer and the associated feature support. This is built along with the vpfe driver, and implements hardware setup including coeffcient programming f

[RFC PATCH 6/8] davinci: vpfe: add v4l2 video driver support

2011-06-30 Thread Manjunath Hadli
From: Nagabhushana Netagunte add a generic video driver functionality to be used by all the vpfe drivers for davinci SoCs. The functionality includes all the standard v4l2 interfaces including streaming. The video node interface can be used both as an input and output node for both continuous and

[RFC PATCH 5/8] davinci: vpfe: add ccdc driver with media controller interface

2011-06-30 Thread Manjunath Hadli
From: Nagabhushana Netagunte Add the CCDC driver for davinci Dm3XX SoCs. The driver supports CCDC as a media entity with 2 pads - 1 input and 1 output. The driver implements streaming support and subdev interface. The ccdc supports bayer and YUV formats. Signed-off-by: Manjunath Hadli Signed-of

[RFC PATCH 7/8] davinci: vpfe: v4l2 capture driver with media interface

2011-06-30 Thread Manjunath Hadli
From: Nagabhushana Netagunte Add the vpfe capture driver which implements media controller interface. The driver suports all the setup functionality for all all units nnamely- ccdc, previewer, resizer, h3a, aew. The driver supports both dm365 and Dm355. The driver does isr registration, v4l2 devi

[RFC PATCH 1/8] davinci: vpfe: add dm3xx IPIPEIF hardware support module

2011-06-30 Thread Manjunath Hadli
add support for dm3xx IPIPEIF hardware setup. This is the lowest software layer for the dm3x vpfe driver which directly accesses hardware. Add support for features like default pixel correction, dark frame substraction and hardware setup. Signed-off-by: Manjunath Hadli Signed-off-by: Nagabhushan

[RFC PATCH 8/8] davinci: vpfe: build infrastructure for dm365

2011-06-30 Thread Manjunath Hadli
add build infrastructure for dm365 specific modules such as IPIPE, AEW, AF. Signed-off-by: Manjunath Hadli Signed-off-by: Nagabhushana Netagunte --- drivers/media/video/davinci/Kconfig | 46 - drivers/media/video/davinci/Makefile | 17 +++- 2 files c

[ RFC PATCH 0/8] RFC for Media Controller capture driver for DM365

2011-06-30 Thread Manjunath Hadli
Thease are the RFC patches for the DM365 video capture, of which the current set includes only CCDC and the VPFE framework. Once the present set is reviewed, I will send out the other parts like H3A, sensor additions etc. Introduction This is the proposal of the initial version of de

Re: [git:xawtv3/master] xawtv: reenable its usage with webcam's

2011-06-30 Thread Mauro Carvalho Chehab
Em 30-06-2011 07:55, Hans de Goede escreveu: > Hi, > > On 06/29/2011 09:27 PM, Mauro Carvalho Chehab wrote: > > > >> >> Anyway, it is fixed. I also made scantv to force for a TV device at auto >> mode, as it >> doesn't sense to scan for TV channels on devices without tuner. > > Thanks for fix

Re: v4l2 api for flash drivers

2011-06-30 Thread Sakari Ailus
Hi Andy and Laurent, On Thu, Jun 30, 2011 at 01:06:08PM +0200, Laurent Pinchart wrote: > Hi Andy, > > On Thursday 30 June 2011 12:55:10 Andy Shevchenko wrote: > > Hello. > > > > I didn't see the patchset [1] in any public tree on git.kernel.org. Is > > this patch going to be pushed? > > > > [1]

Re: v4l2 api for flash drivers

2011-06-30 Thread Laurent Pinchart
Hi Andy, On Thursday 30 June 2011 12:55:10 Andy Shevchenko wrote: > Hello. > > I didn't see the patchset [1] in any public tree on git.kernel.org. Is > this patch going to be pushed? > > [1] http://www.spinics.net/lists/linux-media/msg32527.html Sakari Ailus sent a pull request for Linux 3.1, s

v4l2 api for flash drivers

2011-06-30 Thread Andy Shevchenko
Hello. I didn't see the patchset [1] in any public tree on git.kernel.org. Is this patch going to be pushed? [1] http://www.spinics.net/lists/linux-media/msg32527.html -- Andy Shevchenko Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of

Re: [git:xawtv3/master] xawtv: reenable its usage with webcam's

2011-06-30 Thread Hans de Goede
Hi, On 06/29/2011 09:27 PM, Mauro Carvalho Chehab wrote: Anyway, it is fixed. I also made scantv to force for a TV device at auto mode, as it doesn't sense to scan for TV channels on devices without tuner. Thanks for fixing this, 2 remarks wrt the auto patch for scantv: 1) This bit shoul

tm6000 hangs after starting playback

2011-06-30 Thread Thierry Reding
Hi, I have a piece of software that uses libvlc to playback analog video using V4L2. When stress-testing the software by repeatedly starting and stopping playback, the device I use (TerraTec Cinergy Hybrid Stick [0ccd:00a5]) goes into a very strange state, where it hangs when dequeuing a buffer. T

prompt ISP CCDC freeze-up on STREAMON

2011-06-30 Thread Michael Jones
--- yavta.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/yavta.c b/yavta.c index 2a166c6..95976b4 100644 --- a/yavta.c +++ b/yavta.c @@ -485,7 +485,9 @@ static int video_enable(struct device *dev, int enable) int type = dev->type; int ret; +

ISP CCDC freeze-up on STREAMON

2011-06-30 Thread Michael Jones
Hi Laurent, I'm observing a system freeze-up with the ISP when writing data to memory directly from the ccdc. Here's the sequence I'm using: 0. apply the patch I'm sending separate in this thread. 1. configure the ISP pipeline for the CCDC to deliver V4L2_PIX_FMT_GREY directly from the sensor