Re: [PATCH v4] V4L2: soc_camera: Renesas R-Car VIN driver

2013-05-14 Thread Guennadi Liakhovetski
Hi Sergei, Vladimir On Wed, 15 May 2013, Sergei Shtylyov wrote: > From: Vladimir Barinov > > Add Renesas R-Car VIN (Video In) V4L2 driver. > > Based on the patch by Phil Edworthy . > > Signed-off-by: Vladimir Barinov > [Sergei: removed deprecated IRQF_DISABLED flag, reordered/renamed 'enum

RE: Introduce a new helper framework for buffer synchronization

2013-05-14 Thread Inki Dae
> -Original Message- > From: Rob Clark [mailto:robdcl...@gmail.com] > Sent: Tuesday, May 14, 2013 10:39 PM > To: Inki Dae > Cc: linux-fbdev; DRI mailing list; Kyungmin Park; myungjoo.ham; YoungJun > Cho; linux-arm-ker...@lists.infradead.org; linux-media@vger.kernel.org > Subject: Re: Intr

Re: [PATCH 5/5] media: i2c: tvp7002: add OF support

2013-05-14 Thread Prabhakar Lad
Hi Laurent, Thanks for the review. On Tue, May 14, 2013 at 9:04 PM, Laurent Pinchart wrote: > Hi Prabhakar, > > Thank you for the patch. > > On Tuesday 14 May 2013 16:15:34 Lad Prabhakar wrote: >> From: Lad, Prabhakar >> >> add OF support for the tvp7002 driver. >> >> Signed-off-by: Lad, Prabha

Re: omap3-isp : panic using previewer from V4L input

2013-05-14 Thread Laurent Pinchart
Hi Jean-Philippe, On Tuesday 14 May 2013 11:29:39 jean-philippe francois wrote: > Hi Laurent, > > I have a beagle xm board, but no sensor board. Is it possible to have > the omap3-isp initialised ? Yes it is. You will just need to call omap3_init_camera() in your board code with a pointer to pl

[PATCH] [media] rtl28xxu: Add USB ID for Leadtek WinFast DTV Dongle mini

2013-05-14 Thread Miroslav Šustek
USB ID 0413:6a03 is Leadtek WinFast DTV Dongle mini. Decoder Realtek RTL2832U and tuner Infineon TUA9001. Signed-off-by: Miroslav Šustek --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/

Re: [PATCH] [media] rtl28xxu: Add USB ID for Leadtek WinFast DTV Dongle mini

2013-05-14 Thread Antti Palosaari
On 05/15/2013 02:42 AM, Miroslav Šustek wrote: USB ID 0413:6a03 is Leadtek WinFast DTV Dongle mini. Decoder Realtek RTL2832U and tuner Infineon TUA9001. Signed-off-by: Miroslav Šustek Acked-by: Antti Palosaari Reviewed-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2

[PATCH v4] V4L2: soc_camera: Renesas R-Car VIN driver

2013-05-14 Thread Sergei Shtylyov
From: Vladimir Barinov Add Renesas R-Car VIN (Video In) V4L2 driver. Based on the patch by Phil Edworthy . Signed-off-by: Vladimir Barinov [Sergei: removed deprecated IRQF_DISABLED flag, reordered/renamed 'enum chip_id' values, reordered rcar_vin_id_table[] entries, removed senseless parens f

[PATCH 3/3] bttv: Convert to generic TEA575x interface

2013-05-14 Thread Ondrej Zary
Remove tea575x-specific code from bttv and use the common driver instead. Signed-off-by: Ondrej Zary --- drivers/media/pci/bt8xx/bttv-cards.c | 317 - drivers/media/pci/bt8xx/bttv-driver.c |6 +- drivers/media/pci/bt8xx/bttvp.h | 14 +- sound/pci/Kco

[PATCH 1/3] tea575x-tuner: move HW init to a separate function

2013-05-14 Thread Ondrej Zary
Move HW initialization to separate function to allow using the code without the v4l parts. This is needed for use in the bttv driver. Signed-off-by: Ondrej Zary --- include/sound/tea575x-tuner.h |1 + sound/i2c/other/tea575x-tuner.c | 19 +-- 2 files changed, 14 insertion

[RFC PATCH 0/3] bttv: convert to generic TEA575x interface

2013-05-14 Thread Ondrej Zary
Hello, this patch series removes the tea575x code from bttv and uses the common tea575x driver instead. Only set_frequency is implemented (signal/stereo detection or seek would require more changes to bttv). It works fine on Video Highway Xtreme but I don't have the Miro/Pinnacle or Terratec Acti

[PATCH 2/3] bttv: stop abusing mbox_we for sw_status

2013-05-14 Thread Ondrej Zary
Kodicom 4400R and Geovision GV-800 code in bttv driver abuses mbox_we (int) in struct bttv as char *. Remove this hack and add a proper sw_status array to struct bttv instead. This is a a preparation to remove mbox_we. Signed-off-by: Ondrej Zary --- drivers/media/pci/bt8xx/bttv-cards.c | 26 ++

Re: [PATCH v2 4/8] media/si4713-i2c: take usecs_to_jiffies_timeout into use

2013-05-14 Thread edubez...@gmail.com
Imre, On Tue, May 14, 2013 at 10:48 AM, Imre Deak wrote: > Use usecs_to_jiffies_timeout instead of open-coding the same. > > Signed-off-by: Imre Deak Acked-by: Eduardo Valentin > --- > drivers/media/radio/si4713-i2c.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --

cron job: media_tree daily build: ERRORS

2013-05-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 May 14 19:00:29 CEST 2013 git branch: test git hash: 4237c09a63906b980741725da63f85e454caec02 gcc versi

[RFC PATCH v2, part 2 15/18] PCI, via-camera: use hotplug-safe iterators to walk PCI buses

2013-05-14 Thread Jiang Liu
Enhance via-camera drviers to use hotplug-safe iterators to walk PCI buses. Signed-off-by: Jiang Liu Cc: Mauro Carvalho Chehab Cc: Daniel Drake Cc: Jonathan Corbet Cc: Javier Martin Cc: linux-media@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/media/platform/via-camera.c | 12

terratec grabby 2 on linux - follow-up Q to discussion from mar/apr 2013

2013-05-14 Thread Knut Behrends
Hi all, my first post I am a Linux user who bought a Terratec Grabby 2 analog-video-to-usb encoding device, which I cannot get to work on Linux. I noticed a thread on this mailing list a few weeks ago. http://www.mail-archive.com/linux-media@vger.kernel.org/msg60286.html I get exactly the same e

Re: [PATCH 5/5] media: i2c: tvp7002: add OF support

2013-05-14 Thread Laurent Pinchart
Hi Prabhakar, Thank you for the patch. On Tuesday 14 May 2013 16:15:34 Lad Prabhakar wrote: > From: Lad, Prabhakar > > add OF support for the tvp7002 driver. > > Signed-off-by: Lad, Prabhakar > Cc: Hans Verkuil > Cc: Laurent Pinchart > Cc: Mauro Carvalho Chehab > Cc: Guennadi Liakhovetski

[PATCH v2 4/8] media/si4713-i2c: take usecs_to_jiffies_timeout into use

2013-05-14 Thread Imre Deak
Use usecs_to_jiffies_timeout instead of open-coding the same. Signed-off-by: Imre Deak --- drivers/media/radio/si4713-i2c.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/radio/si4713-i2c.c b/drivers/media/radio/si4713-i2c.c index fe16088..e12f058 100644

Re: Introduce a new helper framework for buffer synchronization

2013-05-14 Thread Rob Clark
On Mon, May 13, 2013 at 10:52 PM, Inki Dae wrote: >> well, for cache management, I think it is a better idea.. I didn't >> really catch that this was the motivation from the initial patch, but >> maybe I read it too quickly. But cache can be decoupled from >> synchronization, because CPU access i

[RFC PATCH 3/3] ARM: dts: Add documentation for Samsung JPEG driver bindings

2013-05-14 Thread George Joseph
From: Sylwester Nawrocki Added documentation for Samsung JPEG driver DT bindings. Signed-off-by: Sylwester Nawrocki Signed-off-by: George Joseph Palathingal Cc: devicetree-disc...@lists.ozlabs.org --- .../devicetree/bindings/media/samsung-s5p-jpeg.txt | 21 1 file chang

[RFC PATCH 2/3] [media] s5p-jpeg: Add DT support to JPEG driver

2013-05-14 Thread George Joseph
From: George Joseph Palathingal Adding DT support to the driver. Driver supports Exynos 4210, 4412 and 5250. Signed-off-by: George Joseph Palathingal Cc: devicetree-disc...@lists.ozlabs.org --- drivers/media/platform/s5p-jpeg/jpeg-core.c | 36 +-- 1 file changed, 34 i

[RFC PATCH 0/3] [media] s5p-jpeg: Add support for Exynos4x12 and 5250

2013-05-14 Thread George Joseph
5250 boards. There is currently an issue with the Exynos 4210 JPEG encoder which will be fixed in subsequent patches. The patch series is based on linux-next tree (20130514). George Joseph Palathingal (2): [media] s5p-jpeg: Add support for Exynos4x12 and 5250 [media] s5p-jpeg: Add DT support to

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

2013-05-14 Thread Lad Prabhakar
From: Lad, Prabhakar add OF support for the tvp514x driver. Alongside this patch removes unnecessary header file inclusion and sorts them alphabetically. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Naw

Re: [PATCH v2] media: i2c: tvp514x: add OF support

2013-05-14 Thread Prabhakar Lad
Hi All, On Tue, May 14, 2013 at 1:36 PM, Lad Prabhakar wrote: > From: Lad, Prabhakar > > add OF support for the tvp514x driver. Alongside this patch > removes unnecessary header file inclusion and sorts them alphabetically. > Ahh just noticed it now, I'll just rebase and resend this patch on [1]

[PATCH 2/5] media: i2c: tvp7002: rearrange description of structure members

2013-05-14 Thread Lad Prabhakar
From: Lad, Prabhakar This patch rearranges the description of field members of struct tvp7002_config. Also as the all the fields where accepting a value either 0/1, made the members as bool. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Gue

[PATCH 1/5] media: i2c: tvp7002: remove duplicate define

2013-05-14 Thread Lad Prabhakar
From: Lad, Prabhakar this patch removes duplicate #define TVP7002_MODULE_NAME form the driver file, which was also defined in media/tvp7002.h Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: S

[PATCH 0/5] media: i2c: tvp7002 feature enhancement and cleanup

2013-05-14 Thread Lad Prabhakar
From: Lad, Prabhakar This patch series enables tvp7002 decoder driver for asynchronous probing and adds OF support, with few cleanup patches. Lad, Prabhakar (5): media: i2c: tvp7002: remove duplicate define media: i2c: tvp7002: rearrange description of structure members media: i2c: tvp7002

[PATCH 5/5] media: i2c: tvp7002: add OF support

2013-05-14 Thread Lad Prabhakar
From: Lad, Prabhakar add OF support for the tvp7002 driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-di

[PATCH 4/5] media: i2c: tvp7002: add support for asynchronous probing

2013-05-14 Thread Lad Prabhakar
From: Lad, Prabhakar Both synchronous and asynchronous tvp7002 subdevice probing is supported by this patch. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: linux-ker...@vge

[PATCH 3/5] media: i2c: tvp7002: rearrange header inclusion alphabetically

2013-05-14 Thread Lad Prabhakar
From: Lad, Prabhakar This patch rearranges the header inclusion alphabetically and also removes unnecessary includes. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: linux-k

[PATCH 5/5] dvbv5-zap: Copy satellite parameters before tuning dvbv5-scan: Likewise

2013-05-14 Thread Guy Martin
Copy satellite parameters to the frontend params. Since an LNB can be specified in the channel/tuning file, set it correctly as well. Signed-off-by: Guy Martin diff --git a/utils/dvb/dvbv5-scan.c b/utils/dvb/dvbv5-scan.c index 9a29b34..fa236fc 100644 --- a/utils/dvb/dvbv5-scan.c +++ b/utils/dvb

[PATCH 3/5] libdvbv5: Export dvb_fe_is_satellite()

2013-05-14 Thread Guy Martin
This patch makes the function dvb_fe_is_satellite() availble from libdvbv5. This function is simple but yet very handful to have around. Signed-off-by: Guy Martin diff --git a/lib/include/dvb-fe.h b/lib/include/dvb-fe.h index d725a42..7352218 100644 --- a/lib/include/dvb-fe.h +++ b/lib/include/

[PATCH 1/5] libdvbv5: Remove buggy parsing of extra DTV_foo properties

2013-05-14 Thread Guy Martin
The parsing of those extra parameters is buggy and completely useless since they are parsed individually later on in the code. Signed-off-by: Guy Martin diff --git a/lib/libdvbv5/dvb-file.c b/lib/libdvbv5/dvb-file.c index d8d583c..aa42a37 100644 --- a/lib/libdvbv5/dvb-file.c +++ b/lib/libdvbv5/

[PATCH 4/5] libdvbv5: Apply polarization parameters to the frontend

2013-05-14 Thread Guy Martin
Apply polarization parameters even if a satellite number is not provided. The polarization is fetched from struct dvb_v5_fe_parms directly and not from the parameter DTV_POLARIZATION. Since DTV_VOLTAGE and DTV_TONE are set according the polarization, those parameters are removed from the props st

[PATCH 0/5] v4l-utils: Fix satellite support in dvbv5-{scan,zap} tools

2013-05-14 Thread Guy Martin
Hi all, These patches fix satellite support in current dvbv5-{scan,zap} tools by fixing the parsing of the POLARIZATION parameter as well as applying those parameters to the frontend. This pathset is a broken down and improved version of the previous patch I send in my mail "Fix POLARIZATION su

[PATCH 2/5] libdvbv5: Add parsing of POLARIZATION

2013-05-14 Thread Guy Martin
This patch add parsing support for the POLARIZATION parameter for the DVBv5 file format. Signed-off-by: Guy Martin diff --git a/lib/include/dvb-file.h b/lib/include/dvb-file.h index ea76080..2259844 100644 --- a/lib/include/dvb-file.h +++ b/lib/include/dvb-file.h @@ -35,7 +35,7 @@ struct dvb_en

Re: omap3-isp : panic using previewer from V4L input

2013-05-14 Thread jean-philippe francois
Hi Laurent, I have a beagle xm board, but no sensor board. Is it possible to have the omap3-isp initialised ? I would like to try my program on a beagle board to eliminate any hardware related problem. >From the board file in mainline kernel, it seems omap3_init_camera is not called, do you know a

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

2013-05-14 Thread Lad Prabhakar
From: Lad, Prabhakar add OF support for the tvp514x driver. Alongside this patch removes unnecessary header file inclusion and sorts them alphabetically. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Naw