Re: [PATCHv21 08/16] mm: mmzone: MIGRATE_CMA migration type added

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

Re: [PATCHv21 09/16] mm: page_isolation: MIGRATE_CMA isolation functions added

2012-02-14 Thread KAMEZAWA Hiroyuki
On Fri, 10 Feb 2012 18:32:24 +0100 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Michal Nazarewicz min...@mina86.com This commit changes various functions that change pages and pageblocks migrate type between MIGRATE_ISOLATE and MIGRATE_MOVABLE in such a way as to allow to work

Re: [PATCHv21 10/16] mm: Serialize access to min_free_kbytes

2012-02-14 Thread KAMEZAWA Hiroyuki
On Fri, 10 Feb 2012 18:32:25 +0100 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Mel Gorman mgor...@suse.de There is a race between the min_free_kbytes sysctl, memory hotplug and transparent hugepage support enablement. Memory hotplug uses a zonelists_mutex to avoid a race when

[PATCH] Add support for MSM GPIO IR receiver driver

2012-02-14 Thread Ravi Kumar V
This driver is for GPIO based IR receivers, it can listen only to IR receiver modules which gives demodulated signal as output, this driver only passes the interrupt events to rc framework where pulse and space widths are calculated and input to decoders avaliable. Ravi Kumar V (1): msm: rc:

[PATCH] msm: rc: Add support for MSM GPIO based IR Receiver driver.

2012-02-14 Thread Ravi Kumar V
Adds GPIO based IR Receiver driver. It decodes signals using decoders available in rc framework. Change-Id: Ic8b6bf5f3e7b9ad8fc68f7940cdb00749016f53b Signed-off-by: Ravi Kumar V kumar...@codeaurora.org --- drivers/media/rc/Kconfig|9 ++ drivers/media/rc/Makefile |1 +

[PATCH] media: i.MX27 camera: Add resizing support.

2012-02-14 Thread Javier Martin
If the attached video sensor cannot provide the requested image size, try to use resizing engine included in the eMMa-PrP IP. This patch supports both averaging and bilinear algorithms. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 251

[PATCH] as102: map URB DMA addresses in the driver

2012-02-14 Thread Gianluca Gennari
On a set-top-box based on the Broadcom 7405 SoC (MIPS), the Abilis as102 driver causes a kernel oops while trying to map the URB stream buffers DMA addresses: CPU 0 Unable to handle kernel paging request at virtual address 007b9900, epc == 80010cc4, ra == 8039d108 Call Trace: [80010cc4]

[PATCH] [trivial] media: Fix typo in radio-sf16fmr2.c

2012-02-14 Thread Masanari Iida
Correct spelling contrls to controls in drivers/media/radio/radio-sf16fmr2.c Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/media/radio/radio-sf16fmr2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/radio/radio-sf16fmr2.c

mx3_camera: dmaengine: failed to get dma1chan

2012-02-14 Thread Fabio Estevam
Hi, I am testing mx3_camera on a mx31pdk board running linux-next and this is what I get during kernel boot: soc-camera-pdrv soc-camera-pdrv.0: Probing soc-camera-pdrv.0 mx3-camera mx3-camera.0: MX3 Camera driver attached to camera 0 ov2640 0-0030: ov2640 Product ID 26:42 Manufacturer ID

[git:v4l-dvb/for_v3.4] [media] davinci: vpif: remove machine specific header file includes

2012-02-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] davinci: vpif: remove machine specific header file includes Author: Manjunath Hadli manjunath.ha...@ti.com Date:Fri Dec 23 03:28:44

[PATCH] lgdt330x: fix signedness error in i2c_read_demod_bytes()

2012-02-14 Thread Xi Wang
The error handling in lgdt3303_read_status() and lgdt330x_read_ucblocks() doesn't work, because i2c_read_demod_bytes() returns a u8 and (err 0) is always false. err = i2c_read_demod_bytes(state, 0x58, buf, 1); if (err 0) return err; Change the return type of

[PATCH] [media] fintek-cir: add support for newer chip version

2012-02-14 Thread Mauro Carvalho Chehab
Acked-by: Jarod Wilson ja...@redhat.com Reviewed-by: Jarod Wilson ja...@redhat.com Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/rc/fintek-cir.c | 26 ++ drivers/media/rc/fintek-cir.h |4 +++- 2 files changed, 21 insertions(+), 9

cron job: media_tree daily build: WARNINGS

2012-02-14 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 Feb 14 19:02:22 CET 2012 git hash:6e82a6a2a0e895b787f22d28311232cc94fda4b9 gcc version: i686-linux-gcc

Re: linux-next: Tree for Jan 20 (drivers/media/radio/wl128x/)

2012-02-14 Thread Geert Uytterhoeven
On Tue, Jan 24, 2012 at 22:33, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Sat, Jan 21, 2012 at 01:32, Randy Dunlap rdun...@xenotime.net wrote: On 01/19/2012 06:12 PM, Stephen Rothwell wrote: Changes since 20120119: on x86_64: ERROR: st_register [drivers/media/radio/wl128x/fm_drv.ko]

Re: linux-next: Tree for Jan 20 (drivers/media/radio/wl128x/)

2012-02-14 Thread Fabio Estevam
On 2/14/12, Geert Uytterhoeven ge...@linux-m68k.org wrote: Ping? Build breakage in mainline since at least 3 weeks. From what I recall Randy proposed a patch for fixing this issue: http://patchwork.linuxtv.org/patch/9750/ -- To unsubscribe from this list: send the line unsubscribe linux-media

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

2012-02-14 Thread Torfinn Ingolfsen
On Thu, Feb 9, 2012 at 10:12 PM, Torfinn Ingolfsen tin...@gmail.com wrote: Update: On Thu, Feb 9, 2012 at 12:04 AM, Torfinn Ingolfsen tin...@gmail.com wrote: Never mind. after adding this patch: http://patchwork.linuxtv.org/patch/9691/ and rebuilding the media drivers, the device is now

Re: mx3_camera: dmaengine: failed to get dma1chan

2012-02-14 Thread Fabio Estevam
On 2/14/12, Fabio Estevam feste...@gmail.com wrote: Then I start the following Gstreamer pipeline: $ gst-launch v4l2src ! fbdevsink Setting pipeline to PAUSED ... mx3-camera mx3-camera.0: MX3 Camera driver attached to camera 0 Pipeline is live and does not need PREROLL ... WARNING: from

Re: Fintek driver linux

2012-02-14 Thread Jarod Wilson
On 02/14/2012 02:47 PM, W R wrote: Thanks again Jarod. I have emailed Jetway asking about the specs for the CIR header on the motheboard. (JNC64-LF - nvidia chipset, *not* Atom/Ion though...) which they have replied is the Fintek F71809 I/O chipset, and I believe the same chipset on many of

[GIT PULL] git://linuxtv.org/mkrufky/tuners.git tveeprom

2012-02-14 Thread Michael Krufky
Mauro, Please also pull in this change to tveeprom.c: The following changes since commit a3db60bcf7671cc011ab4f848cbc40ff7ab52c1e: Michael Krufky (1): [media] xc5000: declare firmware configuration structures as static const are available in the git repository at:

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2012-02-14 Thread Jarod Wilson
On Mon, Nov 7, 2011 at 7:54 PM, Taylor Ralph taylor.ra...@gmail.com wrote: On Mon, Nov 7, 2011 at 7:21 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 21-10-2011 01:33, Taylor Ralph escreveu: On Thu, Oct 20, 2011 at 3:26 PM, Taylor Ralph taylor.ra...@gmail.com wrote: On Thu, Oct 20,

[PATCH] Make the USB Video Class debug filesystem support compile time optional.

2012-02-14 Thread Hans Petter Selasky
The following patch makes the recently added DEBUGFS for UVC optional. --HPS Signed-off-by: Hans Petter Selasky hsela...@c2i.net --- drivers/media/video/uvc/Kconfig |9 + drivers/media/video/uvc/Makefile |5 - drivers/media/video/uvc/uvc_driver.c | 12 ++--

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2012-02-14 Thread Devin Heitmueller
On Tue, Feb 14, 2012 at 3:43 PM, Jarod Wilson ja...@wilsonet.com wrote: Looks sane to me, and really needs to get in ASAP. I'd even suggest we get it sent to stable, as these newer firmware HDPVR are pretty wonky with any current kernel. Acked-by: Jarod Wilson ja...@redhat.com Reviewed-by:

[PATCH 01/22] mt2063: trivial change

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 08/22] mt2063: add shutdown

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 47 + 1 files changed, 30 insertions(+), 17 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 02/22] mt2063: remove unused functions

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 34 drivers/media/common/tuners/mt2063.h | 40 +++--- 2 files changed, 27 insertions(+), 47

[PATCH 04/22] mt2063: remove dect

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 190 -- 1 files changed, 0 insertions(+), 190 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 07/22] mt2063: read_reg, write_reg

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 118 ++--- 1 files changed, 36 insertions(+), 82 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 03/22] mt2063: add hybrid

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 57 +++--- 1 files changed, 39 insertions(+), 18 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 06/22] mt2063: remove remove up + down converter

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 161 -- 1 files changed, 0 insertions(+), 161 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 10/22] mt2063: new set_mode

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 161 +- 1 files changed, 23 insertions(+), 138 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 15/22] mt_2063: add mt2063_sleep

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 13/22] mt2063: new tune function

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 225 -- 1 files changed, 76 insertions(+), 149 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 21/22] mt2063: change mt2063_init

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 186 -- 1 files changed, 63 insertions(+), 123 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 12/22] mt2063: remove LockStatus

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 36 -- 1 files changed, 0 insertions(+), 36 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 17/22] mt2063: chane set_analog_params

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 97 ++--- 1 files changed, 41 insertions(+), 56 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 20/22] mt2063: change set_params function

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 111 ++ 1 files changed, 46 insertions(+), 65 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 18/22] mt2063: add get_if_frequency

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c index

[PATCH 11/22] mt2063: remove get_bandwidth

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c

[PATCH 14/22] mt2063: remove get_status

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 12 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 22/22] mt2063: add mt2063_find_chip

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 43 ++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 19/22] mt2063: remove old get_if_frequency

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 16/22] mt2063: add hybrid stuff in release function

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c

[PATCH 05/22] mt2063: remove spurcheck

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 585 -- 1 files changed, 0 insertions(+), 585 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c

[PATCH 09/22] mt2063: move global setting into a header file

2012-02-14 Thread linuxtv
From: Stefan Ringel linu...@stefanringel.de Signed-off-by: Stefan Ringel linu...@stefanringel.de --- drivers/media/common/tuners/mt2063.c | 385 + drivers/media/common/tuners/mt2063_priv.h | 234 + 2 files changed, 239 insertions(+), 380

Re: Fintek driver linux

2012-02-14 Thread Jarod Wilson
On 02/14/2012 04:25 PM, W R wrote: Thanks for your quick reply. It does seem like I have the old version: cat /proc/bus/input/devices *I: Bus=0019 Vendor=1934 Product=0004 Version=0008* Hm, okay, so the changes for newer hardware shouldn't matter at all. N: Name=Fintek LPC SuperIO Consumer

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2012-02-14 Thread Jarod Wilson
On Tue, Feb 14, 2012 at 4:32 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Tue, Feb 14, 2012 at 3:43 PM, Jarod Wilson ja...@wilsonet.com wrote: Looks sane to me, and really needs to get in ASAP. I'd even suggest we get it sent to stable, as these newer firmware HDPVR are pretty

Re: [PATCH] smsdvb - fix UNDEFINED delivery on driver hotplug

2012-02-14 Thread Eddi De Pieri
Someone can confirm my changes? Regards, Eddi On Thu, Feb 2, 2012 at 10:13 AM, Eddi De Pieri e...@depieri.net wrote: #dvb-fe-tool -a 1 -d DVBT Device Siano Mobile Digital MDTV Receiver (/dev/dvb/adapter1/frontend0) capabilities:     CAN_FEC_1_2 CAN_FEC_2_3 CAN_FEC_3_4 CAN_FEC_5_6

[PATCH] media: media-dev: Add media devices for EXYNOS5

2012-02-14 Thread Sungchun Kang
Since the EXYNOS5 SoCs have various multimedia IPs such as Gscaler, FIMC-LITE, and MIXER, and so on. Additionally, media controller interface is needed to configure connection between them and to control each IPs. This patch adds support media device for EXYNOS5 SoCs. Actually, there are three