Re: tw68-v2-lucid-tw6804 and tw68-v2

2012-02-13 Thread Domenico Andreoli
Hi, yes, I know that some good work is waiting to be done on those drivers. Unfortunately I have not any of those boards and any time to work on it. And I'm sad for this because that is a nice project waiting for some some love in order to be mainlined. cheers, Domenico 2012/2/13 Phoenix

[PATCH 0/6] media: i.MX27 camera: Clean up series.

2012-02-13 Thread Javier Martin
Hi Guennadi, This is the clean up series I promised to send this week. This has to be applied on top of my previous patches. These are already discussed issues so I don't think you have any concerns with them. While I wait for your confirmation, I'm going to prepare a new patch in order to

[PATCH 1/6] media: i.MX27 camera: Remove goto from mx2_videobuf_queue().

2012-02-13 Thread Javier Martin
Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index e70d26f..1f046a3 100644 ---

[PATCH 2/6] media: i.MX27 camera: Use list_first_entry() whenever possible.

2012-02-13 Thread Javier Martin
Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index 1f046a3..13be305

[PATCH 4/6] media: i.MX27 camera: return IRQ_NONE if no IRQ status bit is set.

2012-02-13 Thread Javier Martin
If active_bufs() list is empty and no IRQ status bit is set we are probably dealing with a share IRQ. Return IRQ_NONE in this case. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-)

[PATCH 3/6] media: i.MX27 camera: Use spin_lock() inside the IRQ handler.

2012-02-13 Thread Javier Martin
We don't need to use spin_lock_irqsave() since there are not any other IRQs that can race with this ISR. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git

[PATCH 5/6] media: i.MX27 camera: fix compilation warning.

2012-02-13 Thread Javier Martin
Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index d9028f1..8ccdb4a 100644 ---

[PATCH 6/6] media: i.MX27 camera: more efficient discard buffer handling.

2012-02-13 Thread Javier Martin
Some elements of 'mx2_buffer' are grouped together in another auxiliary structure. This way we don't need to have unused 'vb2_buffer' structures for both discard buffers. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 77

Re: [PATCH 5/6] media: i.MX27 camera: fix compilation warning.

2012-02-13 Thread Guennadi Liakhovetski
Hi Javier On Mon, 13 Feb 2012, Javier Martin wrote: Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/mx2_camera.c

[PATCH v2 5/6] media: i.MX27 camera: fix compilation warning.

2012-02-13 Thread Javier Martin
Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index d9028f1..06017a0 100644 ---

Re: [PATCH 5/6] media: i.MX27 camera: fix compilation warning.

2012-02-13 Thread javier Martin
On 13 February 2012 15:10, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Javier On Mon, 13 Feb 2012, Javier Martin wrote: Signed-off-by: Javier Martin javier.mar...@vista-silicon.com ---  drivers/media/video/mx2_camera.c |   16  1 files changed, 8 insertions(+), 8

[PATCH] staging: go7007: fix mismatch in mutex lock-unlock in [read|write]_reg_fp

2012-02-13 Thread Alexey Khoroshilov
If go7007_usb_vendor_request() fails in write_reg_fp() or in read_reg_fp(), the usb-i2c_lock mutex left locked. The patch moves mutex_unlock(usb-i2c_lock) before check for go7007_usb_vendor_request() returned value. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by:

Re: Re: Mystique SaTiX-S2 Sky Xpress DUAL card

2012-02-13 Thread nibble.max
Hello Konstantin, I think Bestunar do make the two wrong things. One, they put the copyright without your permission. But I doute that you copy and paste the Montage Technology's reference code and why not put Montage copyright? Two, they write the code based on the ds3000.c file which you

[GIT PULL FOR 3.4] Updates to S5P-TV for v3.3

2012-02-13 Thread Tomasz Stanislawski
Hi Mauro, This pull-request contains fixes and updates to S5P-TV drivers set. New driver for MHL is introduced and it is integrated with S5P-HDMI. I kindly ask for merging info 3.4. Regards, Tomasz Stanislawski The following changes since commit 59b30294e14fa6a370fdd2bc2921cca1f977ef16:

Re: Re: Mystique SaTiX-S2 Sky Xpress DUAL card

2012-02-13 Thread Konstantin Dimitrov
hello, and what's exactly the different in 'm88ds3103.c' then your approach before - you just do the same and now even remove my name from the copyright, which is really ridiculous because almost all of your code is copypaste from my code inside 'ds3000.c'. so, in 'm88ds3103.c' you take 'ds3000.c'

Re: [PATCH 00/35] Add a driver for Terratec H7

2012-02-13 Thread Eddi De Pieri
Hi Jason, I didn't test dvb-t terrestrial, but under /dev/dvb i have only one adapter. Is there no need for two, one for cable, another for terrestrial? Try using dvb-fe-tool from following git: http://git.linuxtv.org/mchehab/experimental-v4l-utils.git/shortlog/refs/heads/dvbv5-0.0.1; This

[GIT PULL FOR 3.4] Updates to S5P-TV for v3.4

2012-02-13 Thread Tomasz Stanislawski
Hi Mauro, This pull-request contains fixes and updates to S5P-TV drivers set. New driver for MHL is introduced and it is integrated with S5P-HDMI. I kindly ask for merging info 3.4. Regards, Tomasz Stanislawski The following changes since commit 59b30294e14fa6a370fdd2bc2921cca1f977ef16:

[GIT PULL FOR 3.4] Realtek RTL2831U

2012-02-13 Thread Antti Palosaari
Moikka Mauro, That is driver for the old Realtek RTL2831U chip. RTL2831U integrates RTL2830 DVB-T demodulator and USB-bridge. Same USB-bridge driver can be used for new RTL2832U but new demodulator driver is needed. regards Antti The following changes since commit

[PATCH] em28xx: pre-allocate DVB isoc transfer buffers

2012-02-13 Thread Gianluca Gennari
(was: Re: PCTV 290e page allocation failure) On MIPS/ARM set-top-boxes, as well as old x86 PCs, memory allocation failures in the em28xx driver are common, due to memory fragmentation over time, that makes impossible to allocate large chunks of coherent memory. A typical system with 256/512 MB of

cron job: media_tree daily build: WARNINGS

2012-02-13 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:Mon Feb 13 19:00:14 CET 2012 git hash:59b30294e14fa6a370fdd2bc2921cca1f977ef16 gcc version: i686-linux-gcc

Re: [Linaro-mm-sig] [PATCHv21 12/16] mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks

2012-02-13 Thread Robert Nelson
On Fri, Feb 10, 2012 at 11:32 AM, Marek Szyprowski m.szyprow...@samsung.com wrote: alloc_contig_range() performs memory allocation so it also should keep track on keeping the correct level of memory watermarks. This commit adds a call to *_slowpath style reclaim to grab enough pages to make

Re: [Linaro-mm-sig] [PATCHv21 12/16] mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks

2012-02-13 Thread Michal Nazarewicz
On Fri, Feb 10, 2012 at 11:32 AM, Marek Szyprowski m.szyprow...@samsung.com wrote: @@ -5637,6 +5642,56 @@ static int __alloc_contig_migrate_range(unsigned long start, unsigned long end) return ret 0 ? 0 : ret; } +/* + * Update zone's cma pages counter used for watermark level

Re: [Linaro-mm-sig] [PATCHv21 12/16] mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks

2012-02-13 Thread Robert Nelson
2012/2/13 Michal Nazarewicz min...@mina86.com: On Fri, Feb 10, 2012 at 11:32 AM, Marek Szyprowski m.szyprow...@samsung.com wrote: @@ -5637,6 +5642,56 @@ static int __alloc_contig_migrate_range(unsigned long start, unsigned long end)       return ret 0 ? 0 : ret;  } +/* + * Update zone's

Re: [Linaro-mm-sig] [PATCHv21 12/16] mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks

2012-02-13 Thread Michal Nazarewicz
On Fri, Feb 10, 2012 at 11:32 AM, Marek Szyprowski +static int __reclaim_pages(struct zone *zone, gfp_t gfp_mask, int count) +{ + enum zone_type high_zoneidx = gfp_zone(gfp_mask); + struct zonelist *zonelist = node_zonelist(0, gfp_mask); + int did_some_progress = 0; + int

Re: [Linaro-mm-sig] [PATCHv21 12/16] mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks

2012-02-13 Thread Robert Nelson
2012/2/13 Michal Nazarewicz min...@mina86.com: On Fri, Feb 10, 2012 at 11:32 AM, Marek Szyprowski +static int __reclaim_pages(struct zone *zone, gfp_t gfp_mask, int count) +{ +       enum zone_type high_zoneidx = gfp_zone(gfp_mask); +       struct zonelist *zonelist = node_zonelist(0,

Re: Re: Re: Mystique SaTiX-S2 Sky Xpress DUAL card

2012-02-13 Thread nibble.max
Hello, do you exactly read the codes? Both of you refer to the codes from Montage Technology. That is why the identical in ds3000 code. in m88ds3103.c, it support the new demodulator m88ds3103 and new tuner ts2022, also backward to support ds3000 and ts2020. The firmware for ds3103 is not

Re: [PATCH v2 27/31] omap3isp: Configure CSI-2 phy based on platform data

2012-02-13 Thread Sakari Ailus
Hi Sergio, Aguirre, Sergio wrote: On Sat, Feb 11, 2012 at 11:17 AM, Aguirre, Sergio saagui...@ti.com wrote: Hi Sakari, On Fri, Feb 10, 2012 at 2:32 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Sergio, Thanks for the review! Aguirre, Sergio wrote: On Thu, Feb 2, 2012 at 5:54 PM, Sakari

Re: [PATCHv21 02/16] mm: compaction: introduce isolate_migratepages_range()

2012-02-13 Thread KAMEZAWA Hiroyuki
On Fri, 10 Feb 2012 18:32:17 +0100 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Michal Nazarewicz min...@mina86.com This commit introduces isolate_migratepages_range() function which extracts functionality from isolate_migratepages() so that it can be used on arbitrary PFN ranges.

Re: [PATCHv21 03/16] mm: compaction: introduce map_pages()

2012-02-13 Thread KAMEZAWA Hiroyuki
On Fri, 10 Feb 2012 18:32:18 +0100 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Michal Nazarewicz min...@mina86.com This commit creates a map_pages() function which map pages freed using split_free_pages(). This merely moves some code from isolate_freepages() so that it can be

Re: [PATCHv21 04/16] mm: compaction: introduce isolate_freepages_range()

2012-02-13 Thread KAMEZAWA Hiroyuki
On Fri, 10 Feb 2012 18:32:19 +0100 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Michal Nazarewicz min...@mina86.com This commit introduces isolate_freepages_range() function which generalises isolate_freepages_block() so that it can be used on arbitrary PFN ranges.

RE: [media][dvb-core] Question on dvr device copy

2012-02-13 Thread Hamad Kadmany
Hi, I would appreciate if anyone can feedback on this, I'm considering implementing mmap in demux/dvr devices so that user-space can access the input/output buffers directly without the need for read/write operations. Thanks Hamad -Original Message- From:

Re: [PATCHv21 05/16] mm: compaction: export some of the functions

2012-02-13 Thread KAMEZAWA Hiroyuki
On Fri, 10 Feb 2012 18:32:20 +0100 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Michal Nazarewicz min...@mina86.com This commit exports some of the functions from compaction.c file outside of it adding their declaration into internal.h header file so that other mm related code can

Re: [PATCHv21 06/16] mm: page_alloc: introduce alloc_contig_range()

2012-02-13 Thread KAMEZAWA Hiroyuki
On Fri, 10 Feb 2012 18:32:21 +0100 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Michal Nazarewicz min...@mina86.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

Re: [PATCHv21 07/16] mm: page_alloc: change fallbacks array handling

2012-02-13 Thread KAMEZAWA Hiroyuki
On Fri, 10 Feb 2012 18:32:22 +0100 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Michal Nazarewicz min...@mina86.com This commit adds a row for MIGRATE_ISOLATE type to the fallbacks array which was missing from it. It also, changes the array traversal logic a little making