RE: [PATCH] media: vb2: add a check for uninitialized buffer

2011-10-18 Thread Marek Szyprowski
Hello, On Wednesday, October 19, 2011 8:03 AM Pawel Osciak wrote: > Hi Marek, > I think there is a typo in this patch: > > On Wed, Oct 12, 2011 at 09:12, Marek Szyprowski > wrote: > > __buffer_in_use() might be called for empty/uninitialized buffer in the > > following scenario: REQBUF(n, USER_

Re: [PATCH] media: vb2: fix incorrect return value

2011-10-18 Thread Pawel Osciak
On Mon, Oct 3, 2011 at 00:21, Marek Szyprowski wrote: > This patch fixes incorrect return value. Errors should be returned > as negative numbers. > > Reported-by: Tomasz Stanislawski > Signed-off-by: Marek Szyprowski > --- >  drivers/media/video/videobuf2-core.c |    2 +- >  1 files changed, 1 i

Re: [PATCH] media: vb2: add a check for uninitialized buffer

2011-10-18 Thread Pawel Osciak
Hi Marek, I think there is a typo in this patch: On Wed, Oct 12, 2011 at 09:12, Marek Szyprowski wrote: > __buffer_in_use() might be called for empty/uninitialized buffer in the > following scenario: REQBUF(n, USER_PTR), QUERYBUF(). This patch fixes > kernel ops in such case. > > Signed-off-by: M

Re: [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize

2011-10-18 Thread Kuninori Morimoto
Hi Guennadi, and Phil Thank you for your check/test > > Both are needed. > > These are bug fix patches > > I tried to capture several frames beginning with the very first one (as > much as performance allowed), and I do see several black or wrongly > coloured framed in the beginning, but none

Re: [PATCH 1/14] staging/media/as102: initial import from Abilis

2011-10-18 Thread Dan Carpenter
On Tue, Oct 18, 2011 at 02:38:59PM -0200, Mauro Carvalho Chehab wrote: > > It would be better to separate these two chunks out and put them at > > the end after you've fixed the compile errors in [PATCH 13/14]. > > This doesn't really matter, as the driver won't be added to the Kernel > building

Re: PVR-2200 error with what I think is tuning

2011-10-18 Thread Greg Bowyer
On 18/10/11 15:03, Devin Heitmueller wrote: On Tue, Oct 18, 2011 at 6:00 PM, Greg Bowyer wrote: Hi there You probably get this a lot, with the latest and greatest drivers from your git repository at Steve Tosh's website I get the following after a few days [198934.085303] tda18271_write_regs:

Re: PVR-2200 error with what I think is tuning

2011-10-18 Thread Devin Heitmueller
On Tue, Oct 18, 2011 at 6:00 PM, Greg Bowyer wrote: > Hi there > > You probably get this a lot, with the latest and greatest drivers from your > git repository at Steve Tosh's website I get the following after a few days > > [198934.085303] tda18271_write_regs: [4-0060|S] ERROR: idx = 0x5, len = 1

PVR-2200 error with what I think is tuning

2011-10-18 Thread Greg Bowyer
Hi there You probably get this a lot, with the latest and greatest drivers from your git repository at Steve Tosh's website I get the following after a few days [198934.085303] tda18271_write_regs: [4-0060|S] ERROR: idx = 0x5, len = 1, i2c_transfer returned: -5 [198934.085310] tda18271_init

Re: [RFC] subdevice PM: .s_power() deprecation?

2011-10-18 Thread Guennadi Liakhovetski
On Tue, 18 Oct 2011, Sylwester Nawrocki wrote: > Hi Laurent, > > On 10/18/2011 01:07 AM, Laurent Pinchart wrote: > > On Monday 17 October 2011 23:26:28 Sylwester Nawrocki wrote: > >> On 10/17/2011 05:23 PM, Guennadi Liakhovetski wrote: > >>> On Mon, 17 Oct 2011, Sylwester Nawrocki wrote: [snip]

[PATCH 3/3] omap3isp: preview: Add crop support on the sink pad

2011-10-18 Thread Laurent Pinchart
The crop rectangle takes the preview engine internal cropping requirements into account. The smallest allowable margins are 14 columns and 8 rows when reading from memory, and 18 columns and 8 rows when processing data on the fly from the CCDC. Signed-off-by: Laurent Pinchart --- drivers/media/v

[PATCH 2/3] omap3isp: preview: Rename min/max input/output sizes defines

2011-10-18 Thread Laurent Pinchart
The macros that define the minimum/maximum input and output sizes are defined in seperate files and have no consistent naming. In preparation for preview engine cropping support, move them all to isppreview.c and rename them to PREV_{MIN|MAX}_{IN|OUT}_{WIDTH|HEIGHT}*. Remove unused and/or unneeded

[PATCH 1/3] omap3isp: preview: Remove horizontal averager support

2011-10-18 Thread Laurent Pinchart
The horizontal averager isn't used and will get in the way when implementing cropping support on the input pad. Remove it, it can be added back later if needed. Signed-off-by: Laurent Pinchart --- drivers/media/video/omap3isp/isppreview.c | 18 ++ drivers/media/video/omap3isp/i

[PATCH 0/3] OMAP3 ISP preview engine crop support

2011-10-18 Thread Laurent Pinchart
Hi everybody, Those two patches add cropping support at the preview engine input. The first patch removes horizontal averager support (unused) to ease crop implementation. Horizontal averager support will be added back later if needed. Laurent Pinchart (3): omap3isp: preview: Remove horizontal

Re: [RFC] subdevice PM: .s_power() deprecation?

2011-10-18 Thread Sylwester Nawrocki
Hi Laurent, On 10/18/2011 01:07 AM, Laurent Pinchart wrote: > On Monday 17 October 2011 23:26:28 Sylwester Nawrocki wrote: >> On 10/17/2011 05:23 PM, Guennadi Liakhovetski wrote: >>> On Mon, 17 Oct 2011, Sylwester Nawrocki wrote: On 10/17/2011 03:49 PM, Guennadi Liakhovetski wrote: > On M

Re: [RESEND PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Joe Perches
On Tue, 2011-10-18 at 22:54 +0200, Piotr Chmura wrote: > On Tue, 18 Oct 2011 13:28:39 -0700 > Joe Perches wrote: > > On Tue, 2011-10-18 at 22:02 +0200, Piotr Chmura wrote: > > > Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ > > [] > > > diff --git linux/drivers/staging/m

Re: [RESEND PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Greg KH
On Tue, Oct 18, 2011 at 10:54:08PM +0200, Piotr Chmura wrote: > On Tue, 18 Oct 2011 13:28:39 -0700 > Joe Perches wrote: > > > On Tue, 2011-10-18 at 22:02 +0200, Piotr Chmura wrote: > > > Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ > > [] > > > diff --git linux/drivers

Re: [RESEND PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Piotr Chmura
On Tue, 18 Oct 2011 13:28:39 -0700 Joe Perches wrote: > On Tue, 2011-10-18 at 22:02 +0200, Piotr Chmura wrote: > > Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ > [] > > diff --git linux/drivers/staging/media/as102/as102_fe.c > > linuxb/drivers/staging/media/as102/as10

Re: pac7311

2011-10-18 Thread Németh Márton
Hi Lars, Lars Noschinski wrote: > I'm using a webcam (Philipps SPC500NC) which identifies itself as > > 093a:2603 Pixart Imaging, Inc. PAC7312 Camera > > and is sort-of supported by the gspca_pac7311 module. "sort-of" because > the image alternates quickly between having a red tint or a gree

Re: kernel OOPS when releasing usb webcam (random)

2011-10-18 Thread David Rientjes
On Tue, 18 Oct 2011, Antonio Ospite wrote: > > > im getting the following null pointer dereference from time to time when > > > releasing a usb camera. > > > > > > maybe this trace is of assistance...please reply to my mail since im not > > > subscribed. > > > > > > > I suspect this is happenin

Re: [RESEND PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Joe Perches
On Tue, 2011-10-18 at 22:02 +0200, Piotr Chmura wrote: > Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ [] > diff --git linux/drivers/staging/media/as102/as102_fe.c > linuxb/drivers/staging/media/as102/as102_fe.c [] > @@ -408,6 +408,8 @@ > > /* init frontend callb

[RESEND PATCH 12/14] staging/media/as102: fix licensing oversight

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment:# HG changeset patch # User Devin Heitmueller # Date 1267577404 18000 # Node ID 8557cb6da3e71a350a538e3a0eb41126884289b9 # Parent 84b93826c0a19efa114a6808165f91390cb86daa as102: fix licensing ove

[RESEND PATCH 11/14] staging/media/as102: fix compile warning about unused function

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267319685 18000 # Node ID 84b93826c0a19efa114a6808165f91390cb86daa # Parent 22ef1bdca69a2781abf397c53a0f7f6125f5359a as102: fix compile warn

[RESEND PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment:# HG changeset patch # User Devin Heitmueller # Date 1267319051 18000 # Node ID 22ef1bdca69a2781abf397c53a0f7f6125f5359a # Parent 4a82558f6df8b957bc623d854a118a5da32dead2 as102: properly handle m

[RESEND PATCH 9/14] staging/media/as102: Add Elgato EyeTV DTT Deluxe

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318991 18000 # Node ID 4a82558f6df8b957bc623d854a118a5da32dead2 # Parent 89de57601df871f6d951ca13bf52b136f9eadddf as102: Add Elgato EyeTV

[RESEND PATCH 8/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318909 18000 # Node ID 89de57601df871f6d951ca13bf52b136f9eadddf # Parent 152825226bec049f947a844bea2c530fc9269ae5 as102: checkpatch fixes

[RESEND PATCH 7/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318867 18000 # Node ID 152825226bec049f947a844bea2c530fc9269ae5 # Parent 5916edd6739e9b8e02ff8a1e93161c4d23b50b3e as102: checkpatch fixes

[RESEND PATCH 6/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318799 18000 # Node ID 5916edd6739e9b8e02ff8a1e93161c4d23b50b3e # Parent 1ccb2e0adbf02a111decf8a4c78e93f4354e2bd2 as102: checkpatch fixes

[RESEND PATCH 5/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318751 18000 # Node ID 1ccb2e0adbf02a111decf8a4c78e93f4354e2bd2 # Parent 69c8f5172790784738bcc18f8301919ef3d5373f as102: checkpatch fixes

[RESEND PATCH 4/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318701 18000 # Node ID 69c8f5172790784738bcc18f8301919ef3d5373f # Parent b91e96a07bee27c1d421b4c3702e33ee8075de83 as102: checkpatch fixes

[RESEND PATCH 3/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318626 18000 # Node ID b91e96a07bee27c1d421b4c3702e33ee8075de83 # Parent e2ba344c99936bddc46722f1f1efec5600c58659 as102: checkpatch fixes

[RESEND PATCH 2/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318502 18000 # Node ID e2ba344c99936bddc46722f1f1efec5600c58659 # Parent a78bda1e1a0badc4a1296be958f1f8a49014ae18 as102: checkpatch fixes

[PATCH] saa7134.h: Suppress compiler warnings when CONFIG_VIDEO_SAA7134_RC is not set

2011-10-18 Thread Timo Kokkonen
If the said config optio is not set, the compiler will spill out many warnings about statements with no effect, such as: drivers/media/video/saa7134/saa7134-core.c: In function ‘saa7134_irq’: drivers/media/video/saa7134/saa7134-core.c:569:7: warning: statement with no effect drivers/media/video/s

[PULL] git://linuxtv.org/mkrufky/mxl111sf aero-m-dvbt

2011-10-18 Thread Michael Krufky
Mauro, Please pull from the aero-m-dvbt branch of my mxl111sf git tree. This adds DVB-T support to the WinTV Aero-M, which already supports ATSC. Once this is merged, the WinTV Aero-M will be the first USB device known to be supported under Linux that supports both ATSC and DVB-T. (I will have mi

Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

2011-10-18 Thread Michal Nazarewicz
On Tue, 18 Oct 2011 10:48:46 -0700, Dave Hansen wrote: On Tue, 2011-10-18 at 10:26 -0700, Michal Nazarewicz wrote: > You can do this in a more general fashion by checking the > zone boundaries and resolving the pfn->page every MAX_ORDER_NR_PAGES. > That will not be SPARSEMEM specific. I've tr

Re: [PATCH] [media] videodev: fix a NULL pointer dereference in v4l2_device_release()

2011-10-18 Thread David Rientjes
On Tue, 18 Oct 2011, Antonio Ospite wrote: > > can anyone reproduce this? > > > > Ping. > > David, does the change below fix it for you, I sent the patch > last week. > I never had the problem. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message t

Re: support for tv tuner tda18211 in Iconbit U100 analog stick

2011-10-18 Thread Ariel Jolo
Bump, could anybody give me a hand on this ? Thanks ! On Sun, Oct 16, 2011 at 5:02 PM, Ariel Jolo wrote: > > Hey guys, I'm having the same issue here. I bought a MSI Digi VOX Mini > II Analog (which was documented as having RTL2832 or AF9016 chips) but > mine is: > 1f4d:0237 G-Tek Electronics G

Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

2011-10-18 Thread Dave Hansen
On Tue, 2011-10-18 at 10:26 -0700, Michal Nazarewicz wrote: > > You can do this in a more general fashion by checking the > > zone boundaries and resolving the pfn->page every MAX_ORDER_NR_PAGES. > > That will not be SPARSEMEM specific. > > I've tried doing stuff that way but it ended up with much

cron job: media_tree daily build: WARNINGS

2011-10-18 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:Tue Oct 18 19:00:15 CEST 2011 git hash:a461e0ad3d27b6342140566909a80db30d151a91 gcc version: i686-linux-gcc (GC

Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

2011-10-18 Thread Michal Nazarewicz
On Tue, 18 Oct 2011 05:21:09 -0700, Mel Gorman wrote: At this point, I'm going to apologise for not reviewing this a long long time ago. On Thu, Oct 06, 2011 at 03:54:42PM +0200, Marek Szyprowski wrote: From: KAMEZAWA Hiroyuki This commit introduces alloc_contig_freed_pages() function which

Re: [PATCH 0/14] staging/media/as102: new driver submission (was Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-18 Thread Piotr Chmura
On Tue, 18 Oct 2011 11:52:17 -0400 Devin Heitmueller wrote: > On Tue, Oct 18, 2011 at 5:10 AM, Piotr Chmura > wrote: > > Thanks for comments for all of you. > > > > [PATCH 1-12/14] Following your guidelines i exported all changes from hg > > one by one. This way we will have all history in ker

Re: Raw data on beagleboard via isp bypass and ccdc.

2011-10-18 Thread Andrew Tubbiolo
Hi All:     I'm trying to obtain the raw data stream off an aptina mt9p031 via bypassing the isp in order to get my data directly from the ccdc on a beagle xm. I've seen what seem to be 3 different forks stabbing at the problem. None of the threads seem to indicate what patch train, cross compile e

Re: [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize

2011-10-18 Thread Guennadi Liakhovetski
Hi all On Wed, 12 Oct 2011, Kuninori Morimoto wrote: > Hi Guennadi > > > There was a question at the bottom of this email, which you might have > > overseen:-) Could you give me an idea, which patche(es) exactly you meant? > > sorry for my super late response. > I losted this email. > > > >

Re: [PATCH 1/14] staging/media/as102: initial import from Abilis

2011-10-18 Thread Mauro Carvalho Chehab
Em 18-10-2011 14:24, Dan Carpenter escreveu: > On Tue, Oct 18, 2011 at 11:11:34AM +0200, Piotr Chmura wrote: >> diff --git linux/drivers/staging/media/as102/Kconfig >> linuxb/drivers/media/dvb/as102/Kconfig >> new file mode 100644 >> --- /dev/null >> +++ linuxb/drivers/staging/media/as102/Kconfig

Re: omap3isp: BT.656 support

2011-10-18 Thread Enrico
On Tue, Oct 18, 2011 at 3:33 PM, Boris Todorov wrote: > Hi > > I'm trying to run OMAP + TVP5151 in BT656 mode. > > I'm using omap3isp-omap3isp-yuv (git.linuxtv.org/pinchartl/media.git). > Plus the following patches: > > TVP5151: > https://github.com/ebutera/meta-igep/tree/testing-v2/recipes-kernel

Re: [RFC] Improved handling of presets

2011-10-18 Thread Mauro Carvalho Chehab
Em 18-10-2011 12:24, Hans Verkuil escreveu: > On Tuesday 18 October 2011 14:19:40 Mauro Carvalho Chehab wrote: >> Em 17-10-2011 15:03, Hans Verkuil escreveu: >>> On Monday, October 17, 2011 17:36:10 Mauro Carvalho Chehab wrote: Em 17-10-2011 06:32, Hans Verkuil escreveu: >Currently I h

Re: [PATCH 1/14] staging/media/as102: initial import from Abilis

2011-10-18 Thread Dan Carpenter
On Tue, Oct 18, 2011 at 11:11:34AM +0200, Piotr Chmura wrote: > diff --git linux/drivers/staging/media/as102/Kconfig > linuxb/drivers/media/dvb/as102/Kconfig > new file mode 100644 > --- /dev/null > +++ linuxb/drivers/staging/media/as102/Kconfig > @@ -0,0 +1,7 @@ > +config DVB_AS102 > + trista

Re: omap3isp: BT.656 support

2011-10-18 Thread Gary Thomas
On 2011-10-18 10:14, Boris Todorov wrote: On Tue, Oct 18, 2011 at 7:04 PM, Gary Thomas wrote: On 2011-10-18 09:53, Boris Todorov wrote: On Tue, Oct 18, 2011 at 6:24 PM, Gary Thomaswrote: On 2011-10-18 09:10, Boris Todorov wrote: On Tue, Oct 18, 2011 at 5:49 PM, Gary Thomas wrote:

Re: omap3isp: BT.656 support

2011-10-18 Thread Boris Todorov
On Tue, Oct 18, 2011 at 7:04 PM, Gary Thomas wrote: > On 2011-10-18 09:53, Boris Todorov wrote: >> >> On Tue, Oct 18, 2011 at 6:24 PM, Gary Thomas  wrote: >>> >>> On 2011-10-18 09:10, Boris Todorov wrote: On Tue, Oct 18, 2011 at 5:49 PM, Gary Thomas  wrote: > > On 2011-10-18

Re: omap3isp: BT.656 support

2011-10-18 Thread Gary Thomas
On 2011-10-18 09:53, Boris Todorov wrote: On Tue, Oct 18, 2011 at 6:24 PM, Gary Thomas wrote: On 2011-10-18 09:10, Boris Todorov wrote: On Tue, Oct 18, 2011 at 5:49 PM, Gary Thomaswrote: On 2011-10-18 08:28, Boris Todorov wrote: I'm using different board. What board? I would think

Re: omap3isp: BT.656 support

2011-10-18 Thread Boris Todorov
On Tue, Oct 18, 2011 at 6:24 PM, Gary Thomas wrote: > On 2011-10-18 09:10, Boris Todorov wrote: >> >> On Tue, Oct 18, 2011 at 5:49 PM, Gary Thomas  wrote: >>> >>> On 2011-10-18 08:28, Boris Todorov wrote: I'm using different board. >>> >>> What board?  I would think the architecture of t

Re: [PATCH 0/14] staging/media/as102: new driver submission (was Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-18 Thread Devin Heitmueller
On Tue, Oct 18, 2011 at 5:10 AM, Piotr Chmura wrote: > Thanks for comments for all of you. > > [PATCH 1-12/14] Following your guidelines i exported all changes from hg one > by one. This way we will have all history in kernel tree. > I moved driver to staging/media and removed Kconfig/Makefile ch

Re: omap3isp: BT.656 support

2011-10-18 Thread Gary Thomas
On 2011-10-18 09:10, Boris Todorov wrote: On Tue, Oct 18, 2011 at 5:49 PM, Gary Thomas wrote: On 2011-10-18 08:28, Boris Todorov wrote: I'm using different board. What board? I would think the architecture of the OMAP3 ISP would not change, based on the board? It's a custom board with om

Re: omap3isp: BT.656 support

2011-10-18 Thread Boris Todorov
On Tue, Oct 18, 2011 at 5:49 PM, Gary Thomas wrote: > On 2011-10-18 08:28, Boris Todorov wrote: >> >> I'm using different board. > > What board?  I would think the architecture of the OMAP3 ISP would > not change, based on the board? It's a custom board with omap3630. ISP is not changed. When I d

Re: omap3isp: BT.656 support

2011-10-18 Thread Gary Thomas
On 2011-10-18 08:28, Boris Todorov wrote: I'm using different board. What board? I would think the architecture of the OMAP3 ISP would not change, based on the board? According "media-ctl -p": - entity 5: OMAP3 ISP CCDC (3 pads, 9 links) type V4L2 subdev subtype Unknown

Re: omap3isp: BT.656 support

2011-10-18 Thread Boris Todorov
I'm using different board. According "media-ctl -p": - entity 5: OMAP3 ISP CCDC (3 pads, 9 links) type V4L2 subdev subtype Unknown device node name /dev/v4l-subdev2 pad0: Input [UYVY2X8 720x525] <- 'OMAP3 ISP CCP2':pad1 [] <- 'OMAP3

Re: [RFC] Improved handling of presets

2011-10-18 Thread Hans Verkuil
On Tuesday 18 October 2011 14:19:40 Mauro Carvalho Chehab wrote: > Em 17-10-2011 15:03, Hans Verkuil escreveu: > > On Monday, October 17, 2011 17:36:10 Mauro Carvalho Chehab wrote: > >> Em 17-10-2011 06:32, Hans Verkuil escreveu: > >>>Currently I have four standards: > >>> #define V4L2_DV_BT_

Re: omap3isp: BT.656 support

2011-10-18 Thread Gary Thomas
On 2011-10-18 07:33, Boris Todorov wrote: Hi I'm trying to run OMAP + TVP5151 in BT656 mode. I'm using omap3isp-omap3isp-yuv (git.linuxtv.org/pinchartl/media.git). Plus the following patches: TVP5151: https://github.com/ebutera/meta-igep/tree/testing-v2/recipes-kernel/linux/linux-3.0+3.1rc/tvp

Re: [PATCH 6/9] drivers: add Contiguous Memory Allocator

2011-10-18 Thread Mel Gorman
On Thu, Oct 06, 2011 at 03:54:46PM +0200, Marek Szyprowski wrote: > The Contiguous Memory Allocator is a set of helper functions for DMA > mapping framework that improves allocations of contiguous memory chunks. > > CMA grabs memory on system boot, marks it with CMA_MIGRATE_TYPE and > gives back t

omap3isp: BT.656 support

2011-10-18 Thread Boris Todorov
Hi I'm trying to run OMAP + TVP5151 in BT656 mode. I'm using omap3isp-omap3isp-yuv (git.linuxtv.org/pinchartl/media.git). Plus the following patches: TVP5151: https://github.com/ebutera/meta-igep/tree/testing-v2/recipes-kernel/linux/linux-3.0+3.1rc/tvp5150 The latest RFC patches for BT656 suppo

Re: [PATCH 4/9] mm: MIGRATE_CMA migration type added

2011-10-18 Thread Mel Gorman
On Thu, Oct 06, 2011 at 03:54:44PM +0200, Marek Szyprowski wrote: > From: Michal Nazarewicz > > The MIGRATE_CMA migration type has two main characteristics: > (i) only movable pages can be allocated from MIGRATE_CMA > pageblocks and (ii) page allocator will never change migration > type of MIGRAT

Re: [PATCH 3/9] mm: alloc_contig_range() added

2011-10-18 Thread Mel Gorman
On Thu, Oct 06, 2011 at 03:54:43PM +0200, Marek Szyprowski wrote: > From: Michal Nazarewicz > > This commit adds the alloc_contig_range() function which tries > to allocate given range of pages. It tries to migrate all > already allocated pages that fall in the range thus freeing them. > Once al

Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

2011-10-18 Thread Mel Gorman
At this point, I'm going to apologise for not reviewing this a long long time ago. On Thu, Oct 06, 2011 at 03:54:42PM +0200, Marek Szyprowski wrote: > From: KAMEZAWA Hiroyuki > > This commit introduces alloc_contig_freed_pages() function > which allocates (ie. removes from buddy system) free pag

Re: [RFC] Improved handling of presets

2011-10-18 Thread Mauro Carvalho Chehab
Em 17-10-2011 15:03, Hans Verkuil escreveu: > On Monday, October 17, 2011 17:36:10 Mauro Carvalho Chehab wrote: >> Em 17-10-2011 06:32, Hans Verkuil escreveu: >>> RFC: Improved handling of presets >>> = >>> >>> This RFC attempts to resolve the issues raised by this t

Re: [PATCH 1/9] mm: move some functions from memory_hotplug.c to page_isolation.c

2011-10-18 Thread Mel Gorman
On Thu, Oct 06, 2011 at 03:54:41PM +0200, Marek Szyprowski wrote: > From: KAMEZAWA Hiroyuki > > Memory hotplug is a logic for making pages unused in the specified > range of pfn. So, some of core logics can be used for other purpose > as allocating a very large contigous memory block. > > This p

[PATCH 13/14] staging/media/as102: fix compile

2011-10-18 Thread Piotr Chmura
Replace usb_buffer_free() and usb_buffer_alloc() by usb_free_coherent() and usb_alloc_coherent() making it compile in current tree. Add driver to parent Makefile and Kconfig Signed-off-by: Piotr Chmura diff -Nur linux.as102.pulled/drivers/staging/Kconfig linux.as102.compiling/drivers/staging/K

[PATCH 14/14] staging/media/as102: add nBox Tuner Dongle support

2011-10-18 Thread Piotr Chmura
Add support for nBox Tuner Dongle based on the same chip. Signed-off-by: Piotr Chmura diff -Nur linux.as102.01-initial/drivers/staging/media/as102/as102_usb_drv.c linux.as102.02-nbox/drivers/staging/media/as102/as102_usb_drv.c --- linux.as102.01-initial/drivers/staging/media/as102/as102_usb_dr

[PATCH 12/14] staging/media/as102: fix licensing oversight

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment:# HG changeset patch # User Devin Heitmueller # Date 1267577404 18000 # Node ID 8557cb6da3e71a350a538e3a0eb41126884289b9 # Parent 84b93826c0a19efa114a6808165f91390cb86daa as102: fix licensing ove

[PATCH 11/14] staging/media/as102: fix compile warning about unused function

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267319685 18000 # Node ID 84b93826c0a19efa114a6808165f91390cb86daa # Parent 22ef1bdca69a2781abf397c53a0f7f6125f5359a as102: fix compile warn

[PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment:# HG changeset patch # User Devin Heitmueller # Date 1267319051 18000 # Node ID 22ef1bdca69a2781abf397c53a0f7f6125f5359a # Parent 4a82558f6df8b957bc623d854a118a5da32dead2 as102: properly handle m

[PATCH 9/14] staging/media/as102: Add Elgato EyeTV DTT Deluxe

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318991 18000 # Node ID 4a82558f6df8b957bc623d854a118a5da32dead2 # Parent 89de57601df871f6d951ca13bf52b136f9eadddf as102: Add Elgato EyeTV

[PATCH 8/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318909 18000 # Node ID 89de57601df871f6d951ca13bf52b136f9eadddf # Parent 152825226bec049f947a844bea2c530fc9269ae5 as102: checkpatch fixes

[PATCH 7/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318867 18000 # Node ID 152825226bec049f947a844bea2c530fc9269ae5 # Parent 5916edd6739e9b8e02ff8a1e93161c4d23b50b3e as102: checkpatch fixes

[PATCH 6/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318799 18000 # Node ID 5916edd6739e9b8e02ff8a1e93161c4d23b50b3e # Parent 1ccb2e0adbf02a111decf8a4c78e93f4354e2bd2 as102: checkpatch fixes

[PATCH 5/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318751 18000 # Node ID 1ccb2e0adbf02a111decf8a4c78e93f4354e2bd2 # Parent 69c8f5172790784738bcc18f8301919ef3d5373f as102: checkpatch fixes

[PATCH 4/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318701 18000 # Node ID 69c8f5172790784738bcc18f8301919ef3d5373f # Parent b91e96a07bee27c1d421b4c3702e33ee8075de83 as102: checkpatch fixes

[PATCH 3/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318626 18000 # Node ID b91e96a07bee27c1d421b4c3702e33ee8075de83 # Parent e2ba344c99936bddc46722f1f1efec5600c58659 as102: checkpatch fixes

[PATCH 2/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318502 18000 # Node ID e2ba344c99936bddc46722f1f1efec5600c58659 # Parent a78bda1e1a0badc4a1296be958f1f8a49014ae18 as102: checkpatch fixes

[PATCH 0/14] staging/media/as102: new driver submission (was Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-18 Thread Piotr Chmura
On Sun, 16 Oct 2011 11:44:14 -0200 Mauro Carvalho Chehab wrote: > Em 16-10-2011 09:45, Devin Heitmueller escreveu: > > On Sun, Oct 16, 2011 at 4:57 AM, Stefan Richter > > wrote: > >> Hi Piotr, > >> > >> thanks for getting this going again. - I have not yet looked through the > >> source but hav

Re: kernel OOPS when releasing usb webcam (random)

2011-10-18 Thread Antonio Ospite
On Mon, 17 Oct 2011 17:05:19 -0700 (PDT) David Rientjes wrote: > On Mon, 17 Oct 2011, Tomas M. wrote: > > > im getting the following null pointer dereference from time to time when > > releasing a usb camera. > > > > maybe this trace is of assistance...please reply to my mail since im not > > s

Re: [PATCH] [media] videodev: fix a NULL pointer dereference in v4l2_device_release()

2011-10-18 Thread Antonio Ospite
On Wed, 12 Oct 2011 23:59:26 +0200 Antonio Ospite wrote: > The change in 8280b66 does not cover the case when v4l2_dev is already > NULL, fix that. > > With a Kinect sensor, seen as an USB camera using GSPCA in this context, > a NULL pointer dereference BUG can be triggered by just unplugging th