Re: [PATCH v11 00/21] V4L2 clock and asynchronous probing

2013-06-15 Thread Hans Verkuil
On Fri June 14 2013 22:45:15 Guennadi Liakhovetski wrote: Hi Laurent On Fri, 14 Jun 2013, Laurent Pinchart wrote: Hi Guennadi, Thank you for the patches. On Friday 14 June 2013 21:08:10 Guennadi Liakhovetski wrote: v11 of the V4L2 clock helper and asynchronous probing patch

Re: DVB Scan file for Cherbourg (FR)

2013-06-15 Thread Oliver Schinagl
On 06/15/13 11:30, Duval Mickael wrote: Ok I have cloned your repo with Git, and I've make two patch files. Can you explain to me why there are fr-All and fr-Cherbourg? (and fr-Bordeaux)? Does fr-All not work for those two places? If fr-All does everything, it's ok to merge the other two

[no subject]

2013-06-15 Thread Mrs Mona Saeedi
-- I am Mrs.Mona, a Muslim woman. I have inheri tance for you contact me for more details email:monasaeed...@outlook.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: Doing a v4l-utils-1.0.0 release

2013-06-15 Thread Guy Martin
On Fri, 14 Jun 2013 10:34:04 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: Em Fri, 14 Jun 2013 09:15:02 +0200 Hans de Goede hdego...@redhat.com escreveu: Hi All, IIRC the 0.9.x series were meant as development releases leading up to a new stable 1.0.0 release. Lately there

[PATCH] media: coda: Fix DT driver data pointer for i.MX27

2013-06-15 Thread Alexander Shiyan
Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- drivers/media/platform/coda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c index 48b8d7a..1c77781 100644 --- a/drivers/media/platform/coda.c +++

Re: [PATCH 27/28] ARM: EXYNOS: Remove CONFIG_SOC_EXYNOS4412

2013-06-15 Thread Eduardo Valentin
Tomasz, On 14-06-2013 15:33, Tomasz Figa wrote: Exynos4212 and Exynos4412 SoCs differ only in number of ARM cores and there is no need to have separate Kconfig options for them, since they use the same code. This patch removes CONFIG_SOC_EXYNOS4412, leaving CONFIG_SOC_EXYNOS4212 as the one

Re: [PATCH 27/28] ARM: EXYNOS: Remove CONFIG_SOC_EXYNOS4412

2013-06-15 Thread Tomasz Figa
On Saturday 15 of June 2013 10:06:25 Eduardo Valentin wrote: Tomasz, On 14-06-2013 15:33, Tomasz Figa wrote: Exynos4212 and Exynos4412 SoCs differ only in number of ARM cores and there is no need to have separate Kconfig options for them, since they use the same code. This patch

[PATCH] [media] tvp514x: Fix init seqeunce

2013-06-15 Thread Lars-Peter Clausen
client-driver-id_table will always point to the first entry in the device id table. So all devices will use the same init sequence. Use the id table entry that gets passed to the driver's probe() function to get the right init sequence. Signed-off-by: Lars-Peter Clausen l...@metafoo.de ---

[PATCH] media: i2c: ths7303: remove unused member driver_data

2013-06-15 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch removes the driver_data member from ths7303_state structure. The driver_data member was intended to differentiate between ths7303 and ths7353 chip and get the g_chip_ident, But as of now g_chip_ident is obsolete, so there is no need of

cron job: media_tree daily build: WARNINGS

2013-06-15 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 Jun 15 19:00:19 CEST 2013 git branch: test git hash: dd8c393b3c39f7ebd9ad69ce50cc836773d512b6 gcc

What digital/analogue video capture card do you use?

2013-06-15 Thread Steve Cookson
Hi Guys, I have test a number of internal and external analogue video capture cards with Kubuntu 12.04 with more or less success. But I have failed find any cost effective digital ones. Could someone point me at a card which is: - cost-effective - internal (PCIe) - uses hardware compression

Re: DVB Scan file for Cherbourg (FR)

2013-06-15 Thread Oliver Schinagl
On 15-06-13 12:08, Duval Mickael wrote: Indeed frequencies fr_Cherbourg and fr_Bordeaux are contained in fr_All. But I was thinking of doing a fr_All file and a specific file for all city as uk. With a file with only the useful frequency, detection will be much faster right? Yes, if you only

Re: [PATCH] media: i2c: ths7303: remove unused member driver_data

2013-06-15 Thread Laurent Pinchart
Hi Prabhakar, Thanks for the patch. On Saturday 15 June 2013 22:04:10 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch removes the driver_data member from ths7303_state structure. The driver_data member was intended to differentiate between ths7303 and

Re: [PATCH] media: i2c: ths7303: remove unused member driver_data

2013-06-15 Thread Prabhakar Lad
Hi Laurent, On Sun, Jun 16, 2013 at 5:21 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thanks for the patch. On Saturday 15 June 2013 22:04:10 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch removes the driver_data member from