Re: [PATCH] media: i2c: adv7343: fix the DT binding properties

2013-09-13 Thread Prabhakar Lad
Hi Stephen, This patch should have been marked as RFC. Thanks for the review. On Sat, Sep 14, 2013 at 4:16 AM, Stephen Warren wrote: > On 09/13/2013 05:57 AM, Prabhakar Lad wrote: >> From: "Lad, Prabhakar" >> >> This patch fixes the DT binding properties of adv7343 decoder. >> The pdata which

Re: User data propagation for video codecs

2013-09-13 Thread Hans Verkuil
On 09/13/2013 11:54 PM, vka...@codeaurora.org wrote: > Hi > > For video decoder, our video driver, which is V4l2 based, exposes two > capabilities: > > 1. V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE for transaction of compressed buffers. > 2. V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE for transaction of > decoded/un

cron job: media_tree daily build: WARNINGS

2013-09-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: Sat Sep 14 04:00:17 CEST 2013 git branch: test git hash: f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16 gcc versi

Vá?ení: Webmail Subscriber

2013-09-13 Thread webmail aktualizácia 2013
Vá?ení: Webmail Subscriber Oznamujeme vám, ?e vá? e-mailový ú?et presiahol skladovacie kapacity. Nebudete môc? odosiela? a prijíma? e-maily a va?e e-mailový ú?et, budú vymazané z ná?ho servera. Ak sa chcete tomuto problému vyhnú?, kliknite: http://webmailonlineupdate.jimdo.com/ tpre aktua

Re: [PATCH] media: i2c: adv7343: fix the DT binding properties

2013-09-13 Thread Stephen Warren
On 09/13/2013 05:57 AM, Prabhakar Lad wrote: > From: "Lad, Prabhakar" > > This patch fixes the DT binding properties of adv7343 decoder. > The pdata which was being read from the DT property, is removed > as this can done internally in the driver using cable detection > register. > > This patch

User data propagation for video codecs

2013-09-13 Thread vkalia
Hi For video decoder, our video driver, which is V4l2 based, exposes two capabilities: 1. V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE for transaction of compressed buffers. 2. V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE for transaction of decoded/uncompressed buffers. We have a requirement to propagate "user speci

Re: [PATCH v8 12/12] V4L: Add driver for s5k4e5 image sensor

2013-09-13 Thread Stephen Warren
On 09/13/2013 06:55 AM, Philipp Zabel wrote: > Hi Arun, > > Am Donnerstag, den 12.09.2013, 17:37 +0530 schrieb Arun Kumar K: >> This patch adds subdev driver for Samsung S5K4E5 raw image sensor. >> Like s5k6a3, it is also another fimc-is firmware controlled >> sensor. This minimal sensor driver do

Fwd: Strange USB transfer problems with Delock 61959

2013-09-13 Thread Matthias Gruenewald
Hello again, I solved the problem. It was a bad cable. On the USB 3.0 port, it was bended such that it works. On all other ports, the SNR was too low. Sorry for bothering you... Bye Matthias -- Weitergeleitete Nachricht -- Von: "Matthias Gruenewald" Datum: 10.09.2013 08:08 Betr

[PATCH] [media] cx23885: Add Leadtek Winfast PxPVR2200

2013-09-13 Thread Anca Emanuel
Tested: Composite: http://imgur.com/Rb1TCF3 TV: http://imgur.com/KNrfsmv Firmware used: xc3028-v27.fw Not tested: audio, component, s-video, mpeg2 encoder, FM radio. For audio it uses an CD style cable to connect to the analog "CD_IN" on the motherboard. I didn't found how to unmute it (alsamixer

Re: [PATCH RFC 6/7] exynos-gsc: Use mem-to-mem ioctl helpers

2013-09-13 Thread Shaik Ameer Basha
Hi Sylwester, On Fri, Sep 13, 2013 at 6:26 PM, Sylwester Nawrocki wrote: > Simplify the driver by using the m2m ioctl and vb2 helpers. > > TODO: Add setting of default initial format. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyugmin Park > --- > drivers/media/platform/exynos-gsc/

Re: [PATCH RFC 2/7] mem2mem_testdev: Use mem-to-mem ioctl and vb2 helpers

2013-09-13 Thread Philipp Zabel
Hi Sylwester, Am Freitag, den 13.09.2013, 14:56 +0200 schrieb Sylwester Nawrocki: > Simplify the driver by using the m2m ioctl and vb2 helpers. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyugmin Park > --- > drivers/media/platform/mem2mem_testdev.c | 94 > ---

Re: [PATCH RFC 1/7] V4L: Add mem2mem ioctl and file operation helpers

2013-09-13 Thread Philipp Zabel
Hi Sylwester, Am Freitag, den 13.09.2013, 14:56 +0200 schrieb Sylwester Nawrocki: > This patch adds ioctl helpers to the V4L2 mem-to-mem API, so we > can avoid several ioctl handlers in the mem-to-mem video node > drivers that are simply a pass-through to the v4l2_m2m_* calls. > These helpers will

[PATCH RFC 5/7] mx2-emmaprp: Use mem-to-mem ioctl helpers

2013-09-13 Thread Sylwester Nawrocki
Simplify the driver by using the m2m ioctl and vb2 helpers. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyugmin Park --- drivers/media/platform/mx2_emmaprp.c | 108 -- 1 file changed, 11 insertions(+), 97 deletions(-) diff --git a/drivers/media/platform/mx

[PATCH RFC 2/7] mem2mem_testdev: Use mem-to-mem ioctl and vb2 helpers

2013-09-13 Thread Sylwester Nawrocki
Simplify the driver by using the m2m ioctl and vb2 helpers. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyugmin Park --- drivers/media/platform/mem2mem_testdev.c | 94 -- 1 file changed, 11 insertions(+), 83 deletions(-) diff --git a/drivers/media/platform/me

[PATCH RFC 7/7] s5p-g2d: Use mem-to-mem ioctl helpers

2013-09-13 Thread Sylwester Nawrocki
Simplify the driver by using the m2m ioctl and vb2 helpers. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyugmin Park --- drivers/media/platform/s5p-g2d/g2d.c | 103 -- 1 file changed, 11 insertions(+), 92 deletions(-) diff --git a/drivers/media/platform/s5

[PATCH RFC 6/7] exynos-gsc: Use mem-to-mem ioctl helpers

2013-09-13 Thread Sylwester Nawrocki
Simplify the driver by using the m2m ioctl and vb2 helpers. TODO: Add setting of default initial format. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyugmin Park --- drivers/media/platform/exynos-gsc/gsc-core.h | 12 --- drivers/media/platform/exynos-gsc/gsc-m2m.c | 109 --

[PATCH RFC 4/7] s5p-jpeg: Use mem-to-mem ioctl helpers

2013-09-13 Thread Sylwester Nawrocki
Simplify the driver by using the m2m ioctl and vb2 helpers. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyugmin Park --- drivers/media/platform/s5p-jpeg/jpeg-core.c | 111 --- 1 file changed, 13 insertions(+), 98 deletions(-) diff --git a/drivers/media/platform/s5

[PATCH RFC 3/7] exynos4-is: Use mem-to-mem ioctl helpers

2013-09-13 Thread Sylwester Nawrocki
Simplify the FIMC mem-to-mem driver by using the m2m ioctl and vb2 helpers. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyugmin Park --- drivers/media/platform/exynos4-is/fimc-m2m.c | 119 +++--- 1 file changed, 14 insertions(+), 105 deletions(-) diff --git a/drivers/

[PATCH RFC 1/7] V4L: Add mem2mem ioctl and file operation helpers

2013-09-13 Thread Sylwester Nawrocki
This patch adds ioctl helpers to the V4L2 mem-to-mem API, so we can avoid several ioctl handlers in the mem-to-mem video node drivers that are simply a pass-through to the v4l2_m2m_* calls. These helpers will only be useful for drivers that use same mutex for both OUTPUT and CAPTURE queue, which is

[PATCH RFC 0/7] V4L2 mem-to-mem ioctl helpers

2013-09-13 Thread Sylwester Nawrocki
Hello, This patch set adds ioctl helpers to the v4l2-mem2mem module so the video mem-to-mem drivers can be simplified by removing functions that are only a pass-through to the v4l2_m2m_* calls. In addition some of the vb2 helper functions can be used as well. These helpers are similar to the vide

Re: [PATCH v8 12/12] V4L: Add driver for s5k4e5 image sensor

2013-09-13 Thread Philipp Zabel
Hi Arun, Am Donnerstag, den 12.09.2013, 17:37 +0530 schrieb Arun Kumar K: > This patch adds subdev driver for Samsung S5K4E5 raw image sensor. > Like s5k6a3, it is also another fimc-is firmware controlled > sensor. This minimal sensor driver doesn't do any I2C communications > as its done by ISP f

[PATCH] media: i2c: adv7343: fix the DT binding properties

2013-09-13 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch fixes the DT binding properties of adv7343 decoder. The pdata which was being read from the DT property, is removed as this can done internally in the driver using cable detection register. This patch also removes the pdata of ADV7343 which was passed from DA850

Re: [PATCH 5/7] staging: media/lirc: switch to use gpiolib

2013-09-13 Thread Linus Walleij
Hi Mauro, On Tue, Sep 10, 2013 at 2:31 PM, Linus Walleij wrote: > The lirc serial module has special hooks to work with NSLU2, > switch these over to use gpiolib, as that is available on the > ixp4 platform. > > Not even compile tested as there is no way to select this > driver from menuconfig o

All your subscriptions from the PTS have been cancelled

2013-09-13 Thread owner
The email linux-media@vger.kernel.org bounces too much, it has been unsubscribed from the Debian Package Tracking System. Here's the list of subscriptions wich have been removed: * linuxtv-dvb-a...@packages.qa.debian.org -- Debian Package Tracking System -- To unsubscribe from this list: send the