[PATCH 6/7] marvell-ccic: add SOF / EOF pair check for marvell-ccic driver

2013-06-04 Thread lbyang
From: Libin Yang lby...@marvell.com This patch adds the SOFx/EOFx pair check for marvell-ccic. When switching format, the last EOF may not arrive when stop streamning. And the EOF will be detected in the next start streaming. Must ensure clear the left over frame flags before every really start

[PATCH 7/7] marvell-ccic: switch to resource managed allocation and request

2013-06-04 Thread lbyang
From: Libin Yang lby...@marvell.com This patch switchs to resource managed allocation and request in mmp-driver. It can remove free resource operations. Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com Acked-by: Jonathan Corbet cor...@lwn.net ---

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-04 Thread jean-philippe francois
2013/6/3 Phil Edworthy phil.edwor...@renesas.com: Signed-off-by: Phil Edworthy phil.edwor...@renesas.com --- v2: - Simplified flow in ov10635_s_ctrl. - Removed chip ident code - build tested only drivers/media/i2c/soc_camera/Kconfig |6 + drivers/media/i2c/soc_camera/Makefile |

[PATCH RFC v3] [media] blackfin: add video display device driver

2013-06-04 Thread Scott Jiang
This is a V4L2 driver for Blackfin video display (E)PPI interface. This module is common for BF537/BF561/BF548/BF609. Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/media/platform/blackfin/Kconfig| 15 +- drivers/media/platform/blackfin/Makefile |1 +

Re: [PATCH 1/2] [media] soc_camera: mt9t112: Remove empty function

2013-06-04 Thread Sachin Kamat
On 24 May 2013 16:55, Sachin Kamat sachin.ka...@linaro.org wrote: After the switch to devm_* functions, the 'remove' function does not do anything. Delete it. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Kuninori Morimoto morimoto.kunin...@renesas.com ---

Re: Diversity support?

2013-06-04 Thread Luca Olivetti
Al 04/06/13 01:17, En/na Antti Palosaari ha escrit: I'm not easily discouraged :-) so here's the question again: is there some dvb-t usb stick (possibly available on the EU market) with diversity support under Linux? I have feeling AF9035/IT9135 dual devices could do that. Looking at the

Re: Diversity support?

2013-06-04 Thread Antti Palosaari
On 06/04/2013 10:29 AM, Luca Olivetti wrote: Al 04/06/13 01:17, En/na Antti Palosaari ha escrit: I'm not easily discouraged :-) so here's the question again: is there some dvb-t usb stick (possibly available on the EU market) with diversity support under Linux? I have feeling AF9035/IT9135

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-06-04 Thread 김승우
On 2013년 06월 01일 00:29, Daniel Vetter wrote: On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote: Hello Daniel, Thanks for your comment. On 2013년 05월 31일 18:14, Daniel Vetter wrote: On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim sw0312@samsung.com wrote: importer private data in

Re: Diversity support?

2013-06-04 Thread Patrick Boettcher
On Tuesday 04 June 2013 13:17:49 Antti Palosaari wrote: On 06/04/2013 10:29 AM, Luca Olivetti wrote: Al 04/06/13 01:17, En/na Antti Palosaari ha escrit: I'm not easily discouraged :-) so here's the question again: is there some dvb-t usb stick (possibly available on the EU market) with

Re: Diversity support?

2013-06-04 Thread Patrick Boettcher
On Monday 03 June 2013 17:14:18 Luca Olivetti wrote: So, what's the real status of diversity support? Nobody knows? I'm not easily discouraged :-) so here's the question again: is there some dvb-t usb stick (possibly available on the EU market) with diversity support under Linux?

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-06-04 Thread Daniel Vetter
On Tue, Jun 04, 2013 at 07:42:22PM +0900, 김승우 wrote: On 2013년 06월 01일 00:29, Daniel Vetter wrote: On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote: Hello Daniel, Thanks for your comment. On 2013년 05월 31일 18:14, Daniel Vetter wrote: On Fri, May 31, 2013 at 10:54 AM, Seung-Woo

Re: Diversity support?

2013-06-04 Thread Luca Olivetti
Al 04/06/13 13:23, En/na Patrick Boettcher ha escrit: On Monday 03 June 2013 17:14:18 Luca Olivetti wrote: So, what's the real status of diversity support? Nobody knows? I'm not easily discouraged :-) so here's the question again: is there some dvb-t usb stick (possibly available on the EU

Re: [PATCHv1 29/38] marvell-ccic: check register address.

2013-06-04 Thread Jonathan Corbet
On Wed, 29 May 2013 13:00:02 +0200 Hans Verkuil hverk...@xs4all.nl wrote: From: Hans Verkuil hans.verk...@cisco.com Prevent out-of-range register accesses. Certainly I agree with the goal, and what's here is better than what the driver does now. But... + if (reg-reg cam-regs_size -

[PATCH v6] media: i2c: tvp514x: add OF support

2013-06-04 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Mauro Carvalho Chehab mche...@redhat.com Cc:

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-04 Thread phil . edworthy
Hi Jean-Philippe, Thanks for the review. snip +static const struct ov10635_reg ov10635_regs_enable[] = { + { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, + { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, + { 0x3042,

cron job: media_tree daily build: WARNINGS

2013-06-04 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 Jun 4 19:00:17 CEST 2013 git branch: test git hash: 7eac97d7e714429f7ef1ba5d35f94c07f4c34f8e gcc

[RFC PATCHv2 2/3] rds-ctl: support RDS-EON and TMC-tuning info

2013-06-04 Thread Konke Radlow
Signed-off-by: Konke Radlow korad...@gmail.com rds-ctl.cpp: added functionality to print RDS-EON information Signed-off-by: Konke Radlow korad...@gmail.com rds-ctl.cpp: added functionality to print RDS-TMC tuning information Signed-off-by: Konke Radlow korad...@gmail.com rds-ctl.cpp: clarify

[RFC PATCHv2 0/3] libv4l2rds: add support for RDS-EON and TMC-tuning decoding

2013-06-04 Thread Konke Radlow
This patch series is based on the commments to: [RFC PATCH 0/4] libv4l2rds: support for decoding RDS tuning information [RFC PATCH 1/4] libv4l2rds: added support to decode RDS-EON information [RFC PATCH 2/4] rds-ctl.cpp: added functionality to print RDS-EON information [RFC PATCH 3/4] libv4l2rds:

[RFC PATCHv2 3/3] libv4l2rds.c: moving functions to get rid of declarations Signed-off-by: Konke Radlow korad...@gmail.com

2013-06-04 Thread Konke Radlow
Signed-off-by: Konke Radlow korad...@gmail.com --- lib/libv4l2rds/libv4l2rds.c | 243 +-- 1 file changed, 120 insertions(+), 123 deletions(-) diff --git a/lib/libv4l2rds/libv4l2rds.c b/lib/libv4l2rds/libv4l2rds.c index 28b78ce..333bf95 100644 ---

[RFC PATCHv2 1/3] libv4l2rds: support RDS-EON and TMC-tuning info

2013-06-04 Thread Konke Radlow
Signed-off-by: Konke Radlow korad...@gmail.com libv4l2rds: added support to decode RDS-EON information Signed-off-by: Konke Radlow korad...@gmail.com libv4l2rds: added support to decode RDS-TMC tuning information Signed-off-by: Konke Radlow korad...@gmail.com libv4l2rds.c: fixing compiler

Re: Diversity support?

2013-06-04 Thread Luca Olivetti
Al 04/06/13 16:33, En/na Luca Olivetti ha escrit: Unfortunately, the terratec uses the dib0070 (as do most other usb sticks with diversity), I see some fields for diversity in dib0070.[hc], s/dib0070/dib0700/ (sorry), though the corresponding driver has the same fields about diversity Bye --

[PATCH] [rtl28xxu] Add support for Crypto Redi PC50A device (rtl2832u + FC0012 tuner)

2013-06-04 Thread Alessandro Miceli
The device has been tested on a MIPSel box with kernel 3.1.1 and backported media_tree drivers The kernel detects the device with the following output: usbcore: registered new interface driver dvb_usb_rtl28xxu usb 1-2: dvb_usb_v2: found a 'Crypto Redi PC50A' in warm state usb 1-2: dvb_usb_v2:

[PATCH 4/7] rtl28xxu: Add USB ID for Leadtek WinFast DTV Dongle mini

2013-06-04 Thread Antti Palosaari
From: Miroslav Šustek sustmid...@centrum.cz USB ID 0413:6a03 is Leadtek WinFast DTV Dongle mini. Decoder Realtek RTL2832U and tuner Infineon TUA9001. Signed-off-by: Miroslav Šustek sustmid...@centrum.cz Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2

[PATCH 2/7] rtl28xxu: reimplement rtl2832u remote controller

2013-06-04 Thread Antti Palosaari
Thanks to Rodrigo for original implementation! Cc: Rodrigo Tartajo rta...@gmail.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 152 drivers/media/usb/dvb-usb-v2/rtl28xxu.h | 9 +- 2 files changed, 58 insertions(+),

[PATCH 1/7] rtl2832u: restore ir remote control support.

2013-06-04 Thread Antti Palosaari
From: Rodrigo Tartajo rta...@gmail.com Hi, This patch uses the driver from openpli[1] as a template to restore the remote control support. I had to divert from the original to use the in kernel rc protocol decoder. The key repetition does, not seem to work but I cant find the problem in the

[PATCH 7/7] rtl28xxu: use masked reg write where possible

2013-06-04 Thread Antti Palosaari
Use masked register write inside rtl2832u_power_ctrl(). Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 72 - 1 file changed, 16 insertions(+), 56 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c

[PATCH 5/7] rtl28xxu: correct some device names

2013-06-04 Thread Antti Palosaari
... just because I want to be perfect ;) Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c index

[PATCH 0/7] rtl28xxu changes, mainly remote controller

2013-06-04 Thread Antti Palosaari
It contains mainly remote controller implementation for rtl2832u. I will pull request it soon. http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/rtl28xxu Antti Palosaari (5): rtl28xxu: reimplement rtl2832u remote controller rtl28xxu: remove redundant IS_ENABLED macro

[PATCH 3/7] rtl28xxu: remove redundant IS_ENABLED macro

2013-06-04 Thread Antti Palosaari
Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c index 4167011..8bbc6ab 100644 ---

[PATCH 6/7] rtl28xxu: map remote for TerraTec Cinergy T Stick Black

2013-06-04 Thread Antti Palosaari
Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c index 93313f70..04da6be 100644 ---

Re: [PATCH] [rtl28xxu] Add support for Crypto Redi PC50A device (rtl2832u + FC0012 tuner)

2013-06-04 Thread Antti Palosaari
Applied! http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/rtl28xxu t. Antti On 06/04/2013 11:10 PM, Alessandro Miceli wrote: The device has been tested on a MIPSel box with kernel 3.1.1 and backported media_tree drivers The kernel detects the device with the following output:

Re: TT-USB2.0 and high bitrate packet loss (DVB-C/T)

2013-06-04 Thread Antti Palosaari
On 06/03/2013 12:02 AM, Antti Palosaari wrote: On 06/02/2013 03:19 PM, Hans Petter Selasky wrote: I think I will have to get another USB based receiver with CI slot. Any recommendations for DVB-T ? There is no many alternatives available. I suspect Anysee E7 serie is the only one. And I am

Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-06-04 Thread 김승우
On 2013년 06월 04일 21:55, Daniel Vetter wrote: On Tue, Jun 04, 2013 at 07:42:22PM +0900, 김승우 wrote: On 2013년 06월 01일 00:29, Daniel Vetter wrote: On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote: Hello Daniel, Thanks for your comment. On 2013년 05월 31일 18:14, Daniel Vetter wrote: On