[patch] [media] av7110: wrong limiter in av7110_start_feed()

2011-10-18 Thread Dan Carpenter
Smatch complains that the wrong limiter is used here: drivers/media/dvb/ttpci/av7110.c +906 dvb_feed_start_pid(12) error: buffer overflow 'npids' 5 = 19 Here is the problem code: 905 i = dvbdmxfeed-pes_type; 906 npids[i] = (pid[i]0x8000) ? 0 : pid[i]; npids is a 5

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 osp...@studenti.unina.it 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

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 rient...@google.com 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

[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 dheitmuel...@kernellabs.com # Date 1267318502 18000 # Node ID e2ba344c99936bddc46722f1f1efec5600c58659 # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318626 18000 # Node ID b91e96a07bee27c1d421b4c3702e33ee8075de83 # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318701 18000 # Node ID 69c8f5172790784738bcc18f8301919ef3d5373f # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318799 18000 # Node ID 5916edd6739e9b8e02ff8a1e93161c4d23b50b3e # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318867 18000 # Node ID 152825226bec049f947a844bea2c530fc9269ae5 # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318909 18000 # Node ID 89de57601df871f6d951ca13bf52b136f9eadddf # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318991 18000 # Node ID 4a82558f6df8b957bc623d854a118a5da32dead2 # Parent

[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 dheitmuel...@kernellabs.com # Date 1267319051 18000 # Node ID 22ef1bdca69a2781abf397c53a0f7f6125f5359a # Parent

[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 dheitmuel...@kernellabs.com # Date 1267319685 18000 # Node ID 84b93826c0a19efa114a6808165f91390cb86daa # Parent

[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 dheitmuel...@kernellabs.com # Date 1267577404 18000 # Node ID 8557cb6da3e71a350a538e3a0eb41126884289b9 # Parent

[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 chmoor...@poczta.onet.pl diff -Nur linux.as102.pulled/drivers/staging/Kconfig

[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 chmoor...@poczta.onet.pl 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 ---

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 kamezawa.hir...@jp.fujitsu.com 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

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 thread a few

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 kamezawa.hir...@jp.fujitsu.com This commit introduces alloc_contig_freed_pages() function which allocates (ie. removes

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 m.nazarew...@samsung.com 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

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 m.nazarew...@samsung.com 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

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

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 to

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:

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_STD_CEA861

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 ISP

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
On Tue, Oct 18, 2011 at 5:49 PM, Gary Thomas g...@mlbassoc.com 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

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 Thomasg...@mlbassoc.com 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

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 chmoor...@poczta.onet.pl 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

Re: omap3isp: BT.656 support

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

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 Thomasg...@mlbassoc.com wrote: On 2011-10-18 09:10, Boris Todorov wrote: On Tue, Oct 18, 2011 at 5:49 PM, Gary Thomasg...@mlbassoc.comwrote: On 2011-10-18 08:28, Boris Todorov wrote: I'm using different

Re: omap3isp: BT.656 support

2011-10-18 Thread Boris Todorov
On Tue, Oct 18, 2011 at 7:04 PM, Gary Thomas g...@mlbassoc.com wrote: On 2011-10-18 09:53, Boris Todorov wrote: On Tue, Oct 18, 2011 at 6:24 PM, Gary Thomasg...@mlbassoc.com  wrote: On 2011-10-18 09:10, Boris Todorov wrote: On Tue, Oct 18, 2011 at 5:49 PM, Gary Thomasg...@mlbassoc.com  

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 + tristate

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 have four

Re: omap3isp: BT.656 support

2011-10-18 Thread Enrico
On Tue, Oct 18, 2011 at 3:33 PM, Boris Todorov boris.st.todo...@gmail.com 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:

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 @@ -0,0

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. Subject:

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

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 dheitmuel...@kernellabs.com wrote: On Tue, Oct 18, 2011 at 5:10 AM, Piotr Chmura chmoor...@poczta.onet.pl wrote: Thanks for comments for all of you. [PATCH 1-12/14] Following your guidelines i exported all changes from hg one by

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 m...@csn.ul.ie 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 kamezawa.hir...@jp.fujitsu.com This commit

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

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 more

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 ariel.j...@coso-ad.com 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

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 to

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 d...@linux.vnet.ibm.com 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

[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

[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

[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 dheitmuel...@kernellabs.com # Date 1267318502 18000 # Node ID e2ba344c99936bddc46722f1f1efec5600c58659 # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318626 18000 # Node ID b91e96a07bee27c1d421b4c3702e33ee8075de83 # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318701 18000 # Node ID 69c8f5172790784738bcc18f8301919ef3d5373f # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318751 18000 # Node ID 1ccb2e0adbf02a111decf8a4c78e93f4354e2bd2 # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318799 18000 # Node ID 5916edd6739e9b8e02ff8a1e93161c4d23b50b3e # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318867 18000 # Node ID 152825226bec049f947a844bea2c530fc9269ae5 # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318909 18000 # Node ID 89de57601df871f6d951ca13bf52b136f9eadddf # Parent

[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 dheitmuel...@kernellabs.com # Date 1267318991 18000 # Node ID 4a82558f6df8b957bc623d854a118a5da32dead2 # Parent

[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 dheitmuel...@kernellabs.com # Date 1267319051 18000 # Node ID 22ef1bdca69a2781abf397c53a0f7f6125f5359a # Parent

[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 dheitmuel...@kernellabs.com # Date 1267319685 18000 # Node ID 84b93826c0a19efa114a6808165f91390cb86daa # Parent

[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 dheitmuel...@kernellabs.com # Date 1267577404 18000 # Node ID 8557cb6da3e71a350a538e3a0eb41126884289b9 # Parent

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 callback

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 happening in

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 green tint

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 j...@perches.com 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

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 j...@perches.com 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

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 j...@perches.com 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

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 Mon, 17 Oct

[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

[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 laurent.pinch...@ideasonboard.com --- drivers/media/video/omap3isp/isppreview.c | 18

[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

[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

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] The

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]

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 gbow...@fastmail.co.uk 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:

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 Bowyergbow...@fastmail.co.uk 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

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 system

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 of