[PATCH] [media] ir-hix5hd2 fix build warning

2014-10-09 Thread Zhangfei Gao
Change CONFIG_PM to CONFIG_PM_SLEEP to solve warning: 'hix5hd2_ir_suspend' & 'hix5hd2_ir_resume' defined but not used Signed-off-by: Zhangfei Gao --- drivers/media/rc/ir-hix5hd2.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/rc/ir-hix5hd2.c b/drivers/media

GrabBee-HD

2014-10-09 Thread Dave Kimble
I have just bought an HDMI to USB-2.0 grabber called "GrabBee-HD". http://www.greada.com/grabbeex-hd.html Motherboard photo: http://www.davekimble.org.au/computers/GrabBee-HD.jpg Inside it has chips labelled "Sigma PL330B-CPE3" and "iTE IT6604E". Note that it compresses the video with H.264 . I k

[PATCH v2] [media] videobuf-dma-contig: set vm_pgoff to be zero to pass the sanity check in vm_iomap_memory().

2014-10-09 Thread Fancy Fang
When user requests V4L2_MEMORY_MMAP type buffers, the videobuf-core will assign the corresponding offset to the 'boff' field of the videobuf_buffer for each requested buffer sequentially. Later, user may call mmap() to map one or all of the buffers with the 'offset' parameter which is equal to its

cron job: media_tree daily build: WARNINGS

2014-10-09 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: Fri Oct 10 04:00:27 CEST 2014 git branch: test git hash: cf3167cf1e969b17671a4d3d956d22718a8ceb85 gcc versi

Re: v4l2-compliance revision vs Kernel version

2014-10-09 Thread Benoit Parrot
Hi Hans, Hans Verkuil wrote on Fri [2014-Oct-10 00:03:01 +0200]: > Hi Benoit, > > On 10/09/2014 11:45 PM, Benoit Parrot wrote: > >Hi, > > > >Can someone point me toward a mapping of v4l2-compliance release vs kernel > >version? > > There isn't any. It's trial and error, I'm afraid. The primary

Re: v4l2-compliance revision vs Kernel version

2014-10-09 Thread Hans Verkuil
Hi Benoit, On 10/09/2014 11:45 PM, Benoit Parrot wrote: Hi, Can someone point me toward a mapping of v4l2-compliance release vs kernel version? There isn't any. It's trial and error, I'm afraid. The primary use-case of v4l2-compliance is testing drivers in the bleeding-edge media_tree.git r

v4l2-compliance revision vs Kernel version

2014-10-09 Thread Benoit Parrot
Hi, Can someone point me toward a mapping of v4l2-compliance release vs kernel version? I am currently working with a 3.14 kernel and would like to find the matching v4l2-compliance version. I am using git://linuxtv.org/v4l-utils.git commit id: 3719cef libdvbv5: reimplement the logic that gets

[PATCH] br-sp-SaoPaulo: Remove an invalid channel

2014-10-09 Thread Mauro Carvalho Chehab
Channel 12 is currently not valid for ISDB-T in Brazil. Also, due to an error FREQUENCY ended by not being filled here. Signed-off-by: Mauro Carvalho Chehab diff --git a/isdb-t/br-sp-SaoPaulo b/isdb-t/br-sp-SaoPaulo index 2f4d8d77662b..215e596caf2a 100644 --- a/isdb-t/br-sp-SaoPaulo +++ b/isdb-

Re: omap3isp Device Tree support status

2014-10-09 Thread Alaganraj Sandhanam
Hi Sakari, On Wednesday 08 October 2014 05:03 PM, Sakari Ailus wrote: > Hi Alaganjar, > > On Tue, Oct 07, 2014 at 02:37:37AM +0530, Alaganraj Sandhanam wrote: >> Hi Sakari, >> >> Thanks for the patches. >> On Monday 29 September 2014 03:43 AM, Sakari Ailus wrote: >>> Hi, >>> >>> I managed to find

Re: [PATCH 4/4] v4l-utils/dvbv5-scan: add support for ISDB-S scanning

2014-10-09 Thread Mauro Carvalho Chehab
Em Fri, 10 Oct 2014 03:11:32 +0900 Akihiro TSUKADA escreveu: > On 2014年10月09日 01:04, Mauro Carvalho Chehab wrote: > >> @@ -251,6 +251,16 @@ static int run_scan(struct arguments *args, > >>if (dvb_retrieve_entry_prop(entry, DTV_POLARIZATION, &pol)) > >>pol = POLARIZ

[PATCH resend] [media] rc-core: fix protocol_change regression in ir_raw_event_register

2014-10-09 Thread Tomas Melin
IR reciever using nuvoton-cir and lirc was not working anymore after upgrade from kernel 3.16 to 3.17-rcX. Bisected regression to commit da6e162d6a4607362f8478c715c797d84d449f8b ("[media] rc-core: simplify sysfs code"). The regression comes from adding function change_protocol in ir-raw.c. During

Re: [PATCH 0/4] v4l-utils:libdvbv5,dvb: add basic support for ISDB-S

2014-10-09 Thread Akihiro TSUKADA
Hi, Mauro, thanks for the review. I'll update the patch soon. And I wrote some comments and questions as a reply to your each review mail. On 2014年10月09日 01:22, Mauro Carvalho Chehab wrote: > Yeah, it will likely require a table just like the one we've added > for EN 300 468 specific charset wit

Re: [PATCH 4/4] v4l-utils/dvbv5-scan: add support for ISDB-S scanning

2014-10-09 Thread Akihiro TSUKADA
On 2014年10月09日 01:04, Mauro Carvalho Chehab wrote: >> @@ -251,6 +251,16 @@ static int run_scan(struct arguments *args, >> if (dvb_retrieve_entry_prop(entry, DTV_POLARIZATION, &pol)) >> pol = POLARIZATION_OFF; >> >> +if (parms->current_sys == SYS_ISDBS

Re: [PATCH/RFC 0/1] Libv4l: Add a plugin for the Exynos4 camera

2014-10-09 Thread Gregor Jasny
Hi, On 08/10/14 10:46, Jacek Anaszewski wrote: > This patch adds a plugin for the Exynos4 camera. I wanted to split > at least the parser part to the separate module but encountered > some problems with autotools configuration and therefore I'd like > to ask for an instruction on how to adjust the

[GIT PULL for v3.18-rc1] edac updates

2014-10-09 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac tags/edac/v3.18-rc1 For some EDAC patches. Nothing really exiting here: just one bug fix at sb_edac, and some changes to allow other drivers to use some shared PCI addresses. Regards, Mauro The follo

[GIT PULL for v3.18-rc1] media updates

2014-10-09 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v3.18-rc1 For the media patches for v3.18-rc1: - new IR driver: hix5hd2-ir - the virtual test driver (vivi) was replaced by vivid, with has an almost complete set of features to emulate

randconfig build error with next-20141009, in drivers/media/v4l2-core/videobuf2-core.c

2014-10-09 Thread Jim Davis
Building with the attached random configuration file, drivers/built-in.o: In function `vb2_fop_mmap': (.text+0x30256b): undefined reference to `video_devdata' drivers/built-in.o: In function `vb2_ioctl_expbuf': (.text+0x3025b9): undefined reference to `video_devdata' drivers/built-in.o: In functio

[PATCH] [media] ir-hix5hd2: fix build on c6x arch

2014-10-09 Thread Mauro Carvalho Chehab
While not all archs have readl_relaxed, we need to add a hack at the driver to allow it to COMPILE_TEST on all archs: drivers/media/rc/ir-hix5hd2.c: In function ‘hix5hd2_ir_config’: drivers/media/rc/ir-hix5hd2.c:100:2: error: implicit declaration of function ‘readl_relaxed’ [-Werr

Re: technisat-usb2: i2c-error

2014-10-09 Thread Patrick Boettcher
Hi Jan, On Tue, 07 Oct 2014 19:27:07 +0200 JPT wrote: > 01:14:52 VDR fails to start because there is no recording device. > > I was able to get things running by unloading the modules and loading > them again. After that I started VDR. > > What exactly do the i2c-errors mean? Find attached a >

Re: [PATCH v2 14/14] [media] s5p-mfc: Don't change the image size to smaller than the request.

2014-10-09 Thread Nicolas Dufresne
Le 2014-10-09 06:06, Kamil Debski a écrit : I think the documentation does not specify how TRY_FMT/S_FMT should adjust the parameters. Maybe it would a good idea to add some flagS that determine the behaviour? A flag could be a good option, maybe we should take a minute and discuss this next we

Re: [RFC PATCH 00/11] Add configuration store support

2014-10-09 Thread Hans Verkuil
On 10/09/14 13:55, Sakari Ailus wrote: > Hi Hans, > > Thank you for the set, and my apologies for taking a look only now. > > On Sun, Sep 21, 2014 at 04:48:18PM +0200, Hans Verkuil wrote: >> This patch series adds support for configuration stores to the control >> framework. This allows you to st

Re: [RFC PATCH 00/11] Add configuration store support

2014-10-09 Thread Sakari Ailus
Hi Hans, Thank you for the set, and my apologies for taking a look only now. On Sun, Sep 21, 2014 at 04:48:18PM +0200, Hans Verkuil wrote: > This patch series adds support for configuration stores to the control > framework. This allows you to store control values for a particular > configuration

Re: linux-next: Tree for Oct 8 (media/usb/gspca)

2014-10-09 Thread Mauro Carvalho Chehab
Em Thu, 09 Oct 2014 13:26:10 +0200 Paul Bolle escreveu: > On Thu, 2014-10-09 at 07:30 -0300, Mauro Carvalho Chehab wrote: > > Em Thu, 09 Oct 2014 08:45:28 +0200 > > Paul Bolle escreveu: > > > The above discussion meanders a bit, and I just stumbled onto it, but > > > would > > > #if IS_BUILT

Re: linux-next: Tree for Oct 8 (media/usb/gspca)

2014-10-09 Thread Paul Bolle
On Thu, 2014-10-09 at 07:30 -0300, Mauro Carvalho Chehab wrote: > Em Thu, 09 Oct 2014 08:45:28 +0200 > Paul Bolle escreveu: > > The above discussion meanders a bit, and I just stumbled onto it, but > > would > > #if IS_BUILTIN(CONFIG_INPUT) || (IS_MODULE(CONFIG_INPUT) && > > defined(MODULE))

Re: linux-next: Tree for Oct 8 (media/usb/gspca)

2014-10-09 Thread Mauro Carvalho Chehab
Em Thu, 09 Oct 2014 08:45:28 +0200 Paul Bolle escreveu: > On Wed, 2014-10-08 at 22:50 -0300, Mauro Carvalho Chehab wrote: > > Em Wed, 08 Oct 2014 13:53:33 -0700 > > Randy Dunlap escreveu: > > > On 10/08/14 11:31, Mauro Carvalho Chehab wrote: > > > > From gpsca's PoV, IMHO, it should be fine to d

RE: [PATCH v2 14/14] [media] s5p-mfc: Don't change the image size to smaller than the request.

2014-10-09 Thread Kamil Debski
Hi, > From: Nicolas Dufresne [mailto:nicolas.dufre...@collabora.com] > Sent: Wednesday, October 08, 2014 4:35 PM > > > Le 2014-10-08 06:24, Kamil Debski a écrit : > > Hi, > > > > This patch seems complicated and I do not understand your motives. > > > > Could you explain what is the problem with

Re: [PATCH/RFC 1/1] Add a libv4l plugin for Exynos4 camera

2014-10-09 Thread Hans de Goede
Hi, On 10/08/2014 03:22 PM, Jacek Anaszewski wrote: > Hi Hans, > > On 10/08/2014 02:42 PM, Hans de Goede wrote: >>> +} >>> + >>> +/* refresh device topology data after linking */ >>> +release_entities(mdev); >>> + >>> +ret = get_device_topology(mdev); >>> + >>> +/* close me

Re: [PATCH/RFC 1/1] Add a libv4l plugin for Exynos4 camera

2014-10-09 Thread Jacek Anaszewski
On 10/08/2014 05:49 PM, Antonio Ospite wrote: On Wed, 08 Oct 2014 15:22:43 +0200 Jacek Anaszewski wrote: Hi Hans, On 10/08/2014 02:42 PM, Hans de Goede wrote: Hi, On 10/08/2014 10:46 AM, Jacek Anaszewski wrote: The plugin provides support for the media device on Exynos4 SoC. Added is also