Re: Adding PCTV80e support to linuxtv.

2011-11-03 Thread Patrick Dickey
On 11/03/2011 01:01 PM, semiRocket wrote: > On Wed, 02 Nov 2011 23:10:23 +0100, Patrick Dickey > wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 11/02/2011 01:44 PM, semiRocket wrote: >>> On Wed, 26 Oct 2011 02:10:56 +0200, Patrick Dickey >>> wrote: >>> Hello everyone,

Re: [PATCH] it913x Support it9135 Verions 2 chip.

2011-11-03 Thread Mauro Carvalho Chehab
Em 31-10-2011 14:02, Malcolm Priestley escreveu: > Support for version 2 type chips and other LNA versions of version 1 > > Scripts may be compressed slightly at a later stage. > > TODO > Firmware loader > However, things are a little confusing, it is not clear that > dvb-usb-it9137-01.fw does n

Re: [PATCH] MAINTAINERS: add a maintainer for s5p-mfc driver

2011-11-03 Thread Mauro Carvalho Chehab
Em 14-10-2011 01:03, Jeongtae Park escreveu: > Add a maintainer for s5p-mfc driver. > > Signed-off-by: Jeongtae Park > Cc: Marek Szyprowski > Cc: Kamil Debski > --- > MAINTAINERS |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5e

Re: [PATCH] [RESEND] media: tea5764: reconcile Kconfig symbol and macro

2011-11-03 Thread Mauro Carvalho Chehab
Em 30-10-2011 15:31, Paul Bolle escreveu: > On Sun, 2011-10-30 at 10:24 -0700, Randy Dunlap wrote: >> On 10/30/11 10:12, Paul Bolle wrote: >>> 2) I'm not sure why things are done that way. Why can't builtin drivers >>> and loadable drivers default to identical values? But perhaps I'm just >>> misun

Re: [GIT PULL] More Samsung patches for v3.2

2011-11-03 Thread Mauro Carvalho Chehab
Em 06-10-2011 11:57, Marek Szyprowski escreveu: > Hello Mauro, > > The following changes since commit 2f4cf2c3a971c4d5154def8ef9ce4811d702852d: > > [media] dib9000: release a lock on error (2011-09-30 13:32:56 -0300) > > are available in the git repository at: > git://git.infradead.org/users

cron job: media_tree daily build: ERRORS

2011-11-03 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Thu Nov 3 19:00:17 CET 2011 git hash:041fef79e7bc9ced92a0787a3bb864d24a3cbb03 gcc version: i686-linux-gcc (GCC

Re: MediaController support in LinuxDVB demux

2011-11-03 Thread Mauro Carvalho Chehab
Em 03-11-2011 12:05, Alain VOLMAT escreveu: > Hi Mauro > >>> During last workshop, I think we agreed that a pad would represent a >> demux filter. >>> My personal idea would be to have filters created via the demux >> device node and filters accessible via MC pads totally independent. >>> Meaning

Re: [PATCH] edac: Only build sb_edac on 64-bit

2011-11-03 Thread Mauro Carvalho Chehab
Em 03-11-2011 16:00, Mauro Carvalho Chehab escreveu: > From: Josh Boyer > > The sb_edac driver is marginally useful on a 32-bit kernel, and > currently has 64-bit divide compile errors when building that config. > For now, make this build on only for 64-bit kernels. > > Signed-off-by: Josh Boyer

Re: Adding PCTV80e support to linuxtv.

2011-11-03 Thread semiRocket
On Wed, 02 Nov 2011 23:10:23 +0100, Patrick Dickey wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/02/2011 01:44 PM, semiRocket wrote: On Wed, 26 Oct 2011 02:10:56 +0200, Patrick Dickey wrote: Hello everyone, Since my repository isn't under the linuxtv.org banner, I'm not sur

[PATCH] edac: Only build sb_edac on 64-bit

2011-11-03 Thread Mauro Carvalho Chehab
From: Josh Boyer The sb_edac driver is marginally useful on a 32-bit kernel, and currently has 64-bit divide compile errors when building that config. For now, make this build on only for 64-bit kernels. Signed-off-by: Josh Boyer Signed-off-by: Mauro Carvalho Chehab --- drivers/edac/Kconfig |

Re: [PATCH 0/5] Driver support for cards based on Digital Devices bridge (ddbridge)

2011-11-03 Thread Lars Hanisch
Am 03.11.2011 08:49, schrieb Steffen Barszus: Hi ! From a users point of view i would like to have some clarification on this discussion. Lets take a (now real world) example. Having /dev/dvb/adapter0/demux0 /dev/dvb/adapter0/dvr0 /dev/dvb/adapter0/frontend0 /dev/dvb/adapter0/fro

[PATCH/RFC 3/3] m5mols: Add g_framesamples operation support

2011-11-03 Thread Sylwester Nawrocki
The g_framesamples() callback is added to allow the host driver to retrieve the information about maximum required memory buffer size to hold single frame. Unlike with raw image formats, the host knowledge about the final frame size is very limited and depends on compression process parameters, whi

[PATCH/RFC 2/3] s5p-fimc: Add g_framesamples subdev operation support

2011-11-03 Thread Sylwester Nawrocki
Usually only the subdevs have exact knowledge about buffer size requirements for a compressed data transfer over the video bus. The .g_framesamples() subdev callback is used to retrieve an exact required maximum memory buffer size for a compressed data frame from a subdev. This allows to avoid al

[PATCH/RFC 1/3] v4l: Add new g_framesamples subdev video operation

2011-11-03 Thread Sylwester Nawrocki
g_framesamples() callback can be used for negotiating the maximum amount of compressed data transmitted over the video bus. It allows the host drivers to query the amount of the frame data which corresponds to required memory buffer that needs to be allocated, before the actual transmission begins.

[RFC/PATCH 0/3] New g_framesamples subdev callback for compressed formats

2011-11-03 Thread Sylwester Nawrocki
Hi everybody, Many of our embedded systems I deal with are equipped with (too) smart camera sensors (devices) which use MIPI-CSI bus to send already compressed image data. Usually the media bus is used with camera for transmitting raw image data, where it's easy to calculate target memory buffer

[PATCH 2/2] uvcvideo: Extract video stream statistics

2011-11-03 Thread Laurent Pinchart
Export the statistics through debugfs. Signed-off-by: Laurent Pinchart --- drivers/media/video/uvc/uvc_debugfs.c | 60 ++ drivers/media/video/uvc/uvc_video.c | 111 - drivers/media/video/uvc/uvcvideo.h| 32 +- 3 files changed, 20

[PATCH 1/2] uvcvideo: Add debugfs support

2011-11-03 Thread Laurent Pinchart
Create a debugfs entry per UVC stream. This will be used to export stream statistics. Signed-off-by: Laurent Pinchart --- drivers/media/video/uvc/Makefile |2 +- drivers/media/video/uvc/uvc_debugfs.c | 76 + drivers/media/video/uvc/uvc_driver.c | 21

Re: [RFC PATCH] uvc debugfs interface, initial patch

2011-11-03 Thread Laurent Pinchart
Hi Alexey, On Wednesday 21 September 2011 08:27:06 Alexey Fisher wrote: > > this is initial patch for debugfs interface. I didn't implemented all > requests, i think the size of this patch is any way too big now. I've finally found time to go through your patch :-) I'm sorry for the way too long

[PULL] git://linuxtv.org/mkrufky/tuners if_freq

2011-11-03 Thread Michael Krufky
Mauro, I've pushed some additional patches since my last "mxl111sf bug-fix" patches, all into a single branch. This fixes an actual bug in the mxl111sf driver, and also adds the get_if_frequency calls to three tuner drivers. Please merge. Please note that I still have a pending pull request fro

[PATCH v7] V4L: mx3-camera: prepare to support multi-size buffers

2011-11-03 Thread Guennadi Liakhovetski
Prepare the mx3_camera friver to support the new VIDIOC_CREATE_BUFS and VIDIOC_PREPARE_BUF ioctl()s. The .queue_setup() vb2 operation must be able to handle buffer sizes, provided by the caller, and the .buf_prepare() operation must not use the currently configured frame format for its operation, w

[PATCH v7] V4L: sh-mobile-ceu-camera: prepare to support multi-size buffers

2011-11-03 Thread Guennadi Liakhovetski
Prepare the sh_mobile_ceu_camera friver to support the new VIDIOC_CREATE_BUFS and VIDIOC_PREPARE_BUF ioctl()s. The .queue_setup() vb2 operation must be able to handle buffer sizes, provided by the caller, and the .buf_prepare() operation must not use the currently configured frame format for its op

RE: MediaController support in LinuxDVB demux

2011-11-03 Thread Alain VOLMAT
Hi Mauro > > During last workshop, I think we agreed that a pad would represent a > demux filter. > > My personal idea would be to have filters created via the demux > device node and filters accessible via MC pads totally independent. > > Meaning that, just as current demux, it is possible to ope

[GIT PATCHES FOR 3.2] Compilation fix

2011-11-03 Thread Hans Verkuil
Mauro, This fixes a compilation problem when using the media_build system. Both gspca and the solo driver have a header with the same name, and that clashes when using media_build. Regards, Hans The following changes since commit bd90649834a322ff70925db9ac37bf7a461add52: staging/Mak

Re: [PULL] soc-camera, v4l for 3.2

2011-11-03 Thread Mauro Carvalho Chehab
Em 29-09-2011 12:25, Guennadi Liakhovetski escreveu: > Hi Mauro > > I'm finally ready to push my soc-camera and generic v4l collection for > 3.2. The absolute highlight is, of course, the addition of the two new > IOCTLs, which, I think, are now in a good shape to go. A huge pile of > soc-camer

Re: MediaController support in LinuxDVB demux

2011-11-03 Thread Mauro Carvalho Chehab
Em 03-11-2011 07:16, Alain VOLMAT escreveu: > Hi > > Last week we started the discussion about having a MediaController aware > LinuxDVB demux and I would like to proceed on this discussion. > Then, the discussion rapidly moved to having the requirement for dynamic pads > in order to be able to

Configuration problem with WinTV Nova-T

2011-11-03 Thread Simon MORIN
Hi, I am dealing with a configuration problem with a Hauppauge WinTV Nova-T card (DVB-T). When upgrading from 3.0 to 3.1 Linux kernel, I didn't changed the configuration of the kernel and the card stopped working with the following error in dmesg. After talking on IRC (#linuxtv), it appeared t

Re: Problem with DVB module during suspend/hibernate.

2011-11-03 Thread Michael Krufky
On Thu, Nov 3, 2011 at 8:00 AM, Doron Cohen wrote: > Hi, > I am dealing with a problems with suspend/hibernate freeze during resume > when DVB API is used. I found a workaround for it here > which solve the problem > but this is not a solution only a

Re: [PATCH 3/9 v6] V4L: document the new VIDIOC_CREATE_BUFS and VIDIOC_PREPARE_BUF ioctl()s

2011-11-03 Thread Mauro Carvalho Chehab
Em 31-08-2011 15:02, Guennadi Liakhovetski escreveu: ... > + Please, don't add emacs crap into the files. This violates CodingStyle, and won't bring anything to the file, as developers can use any editors to edit it, that won't understand emacs specific stuff, and might want to add their own c

Problem with DVB module during suspend/hibernate.

2011-11-03 Thread Doron Cohen
Hi, I am dealing with a problems with suspend/hibernate freeze during resume when DVB API is used. I found a workaround for it here which solve the problem but this is not a solution only a workaround. Problem is that when using USB DVB tuner the tune

[PATCH v2] Add smsspi driver to support Siano SPI connected device

2011-11-03 Thread Doron Cohen
>From 80d279ec11492ca6729f1421983f52b8e7144cd4 Mon Sep 17 00:00:00 2001 From: Doron Cohen Date: Sun, 25 Sep 2011 17:47:12 +0300 Subject: [PATCH v2] Add smsspi driver to support Siano SPI connected device using SPI generic driver modified: drivers/media/dvb/siano/smsspidrv.c mo

[PATCH v2] Add version number to all siano modules description lines.

2011-11-03 Thread Doron Cohen
>From 595a6726947b032ce355ac0d838f07d937ed7f57 Mon Sep 17 00:00:00 2001 From: Doron Cohen Date: Thu, 15 Sep 2011 11:38:53 +0300 Subject: [PATCH 2/2] Add version number to all siano modules description line. Signed-off-by: Doron Cohen --- drivers/media/dvb/siano/smscoreapi.c |3 ++- driver

RE: [PATCH] media: vb2: vmalloc-based allocator user pointer handling

2011-11-03 Thread Andrzej Pietrasiewicz
Hello Laurent, Thank you for quickly responding with a review. As for coding style remarks I generally agree. However, Guennadi seems to have a different opinion on one of them. On Wednesday, November 02, 2011 2:54 PM Laurent Pinchart wrote: > > This can cause an AB-BA deadlock, and will be rep

New initial scanning data for Poland - Krakow

2011-11-03 Thread Damian Gołda
Hello, Please add following initial scan data for Krakow, Poland  as pl-Krakow -- Damian #-- # file automatically generated by w_scan # (http://wirbel.htpc-forum.de/w_scan/index2.html) #! 20091230 1 0 OFDM PL #

MediaController support in LinuxDVB demux

2011-11-03 Thread Alain VOLMAT
Hi Last week we started the discussion about having a MediaController aware LinuxDVB demux and I would like to proceed on this discussion. Then, the discussion rapidly moved to having the requirement for dynamic pads in order to be able to add / remove then in the same way as demux filters are

Re: New initial scanning data for Poland - Krakow

2011-11-03 Thread Mauro Carvalho Chehab
Em 03-11-2011 06:39, Damian Gołda escreveu: > Hello, > > Please add following initial scan data for Krakow, Poland as pl-Krakow Please send such data to linux-media@vger.kernel.org. The linux-dvb ML no longer exists. Thanks! Mauro > > -- > Damian > > #---

RE: [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-11-03 Thread Marek Szyprowski
Hello, I'm sorry for a late reply, but after Kernel Summit/ELC I have some comments. On Friday, October 14, 2011 5:35 PM Daniel Vetter wrote: > On Fri, Oct 14, 2011 at 12:00:58PM +0200, Tomasz Stanislawski wrote: > > >+/** > > >+ * struct dma_buf_ops - operations possible on struct dma_buf > > >

Re: [PATCH 0/5] Driver support for cards based on Digital Devices bridge (ddbridge)

2011-11-03 Thread Steffen Barszus
Hi ! >From a users point of view i would like to have some clarification on this discussion. Lets take a (now real world) example. Having /dev/dvb/adapter0/demux0 /dev/dvb/adapter0/dvr0 /dev/dvb/adapter0/frontend0 /dev/dvb/adapter0/frontend1 /dev/dvb/adapter0/net0 /dev/dvb/adapter

RE: [PATCH] media: vb2: vmalloc-based allocator user pointer handling

2011-11-03 Thread Marek Szyprowski
Hello, On Wednesday, November 02, 2011 2:54 PM Laurent Pinchart wrote: > On Wednesday 02 November 2011 11:52:02 Andrzej Pietrasiewicz wrote: > > vmalloc-based allocator user pointer handling > > > > Signed-off-by: Andrzej Pietrasiewicz > > Signed-off-by: Kyungmin Park > > --- > > drivers/media/