[PATCH 5/5] [media] ddbridge: Remove casting the return value which is a void pointer

2013-09-08 Thread Jingoo Han
Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han --- drivers/media/pci/ddbridge/ddbridge-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 4/5] [media] ngene: Remove casting the return value which is a void pointer

2013-09-08 Thread Jingoo Han
Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han --- drivers/media/pci/ngene/ngene-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 3/5] [media] mem2mem_testdev: Remove casting the return value which is a void pointer

2013-09-08 Thread Jingoo Han
Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han --- drivers/media/platform/mem2mem_testdev.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[PATCH 2/5] [media] m2m-deinterlace: Remove casting the return value which is a void pointer

2013-09-08 Thread Jingoo Han
Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han --- drivers/media/platform/m2m-deinterlace.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[PATCH 1/5] [media] s5p-g2d: Remove casting the return value which is a void pointer

2013-09-08 Thread Jingoo Han
Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han --- drivers/media/platform/s5p-g2d/g2d.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 1/5] [media] s5p-g2d: Remove casting the return value which is a void pointer

2013-09-08 Thread Jingoo Han
Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han --- drivers/media/platform/s5p-g2d/g2d.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH v1 16/19] v4l: Add encoding camera controls.

2013-09-08 Thread Pawel Osciak
Hi Hans, Thanks for the comments, one question inline. On Fri, Aug 30, 2013 at 3:48 PM, Hans Verkuil wrote: > On 08/30/2013 04:17 AM, Pawel Osciak wrote: >> Add defines for controls found in UVC 1.5 encoding cameras. >> >> Signed-off-by: Pawel Osciak >> --- >> drivers/media/v4l2-core/v4l2-ctrls

[PATCH] [media] davinci: remove deprecated IRQF_DISABLED

2013-09-08 Thread Michael Opdenacker
This patch proposes to remove the IRQF_DISABLED flag from davinci media platform drivers. It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/media/platform/davinci/vpbe_display.c | 2 +- drivers/media/platform/davinci/vpfe_capture.c | 4 ++--

cron job: media_tree daily build: WARNINGS

2013-09-08 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 Sep 9 04:00:19 CEST 2013 git branch: test git hash: f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16 gcc versi

[PATCH] em28xx: balance subdevice power-off calls

2013-09-08 Thread Guennadi Liakhovetski
The em28xx USB driver powers off its subdevices, by calling their .s_power() methods to save power, but actually never powers them on. Apparently this works with currently used subdevice drivers, but is wrong and might break with some other ones. This patch fixes this issue by adding required .s_po

Re: [PATCH 0/3] V4L2: fix em28xx ov2640 support

2013-09-08 Thread Guennadi Liakhovetski
Hi Frank, On Tue, 3 Sep 2013, Guennadi Liakhovetski wrote: > Hi Frank > > Thanks for testing! Let's have a look then: > > On Mon, 2 Sep 2013, Frank Schäfer wrote: > > > Am 28.08.2013 15:28, schrieb Guennadi Liakhovetski: > > > This patch series adds a V4L2 clock support to em28xx with an ov264

Re: [PATCH 0/3] V4L2: fix em28xx ov2640 support

2013-09-08 Thread Guennadi Liakhovetski
On Thu, 5 Sep 2013, Mauro Carvalho Chehab wrote: > Em Thu, 05 Sep 2013 17:22:36 +0200 > Frank Schäfer escreveu: > > > Hi Guennadi, > > > > sorry for delayed replies, I'm currently burried under lots of stuff > > with a higher priority... > > > > Am 03.09.2013 08:34, schrieb Guennadi Liakhovets

cx23885: tvheadend-3.2 finds no hardware : first bad commit c1965eae65f0db2eee574f72aab4e8b34ecf8f9c

2013-09-08 Thread Georg Gast
Hi, i use gentoo as my receiver platform. i have an Tevii S470 Card, which works pretty fine. I used kernel 3.8.13, but there was an upgrade to 3.10.7 which broke it. I bisected linux-stable.git to commit [2] c1965eae65f0db2eee574f72aab4e8b34ecf8f9c is the first bad commit commit c1965eae65f0db2