Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-08-18 Thread Kishon Vijay Abraham I
Felipe, ping.. On Wednesday 14 August 2013 08:35 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Wednesday 14 August 2013 04:34 AM, Tomasz Figa wrote: >> On Wednesday 14 of August 2013 00:19:28 Sylwester Nawrocki wrote: >>> W dniu 2013-08-13 14:05, Kishon Vijay Abraham I pisze: On Tuesday 13

Re: [PATCH] usb: USB host support should depend on HAS_DMA

2013-08-18 Thread Geert Uytterhoeven
On Thu, Jul 11, 2013 at 1:12 AM, Arnd Bergmann wrote: > On Wednesday 10 July 2013, Alan Stern wrote: >> This isn't right. There are USB host controllers that use PIO, not >> DMA. The HAS_DMA dependency should go with the controller driver, not >> the USB core. >> >> On the other hand, the USB co

[PATCH] s5p-jpeg: Add initial device tree support for S5PV210/Exynos4210 SoCs

2013-08-18 Thread Sylwester Nawrocki
This patch enables the JPEG codec on S5PV210 and Exynos4210 SoCs. There are some differences in newer versions of the JPEG codec IP on SoCs like Exynos4x12 and Exynos5 series and support for them will be added in subsequent patches. Cc: Andrzej Pietrasiewicz Signed-off-by: Sylwester Nawrocki ---

[PATCH] v4l2-ctrl: Suppress build warning from v4l2_ctrl_new_std_menu()

2013-08-18 Thread Sylwester Nawrocki
Prevent following build warning: drivers/media/v4l2-core/v4l2-ctrls.c: In function ‘v4l2_ctrl_new_std_menu’: drivers/media/v4l2-core/v4l2-ctrls.c:1768:15: warning: 'qmenu_int_len’ may be used uninitialized in this function Cc: Arun Kumar K Signed-off-by: Sylwester Nawrocki --- drivers/media/v

[PATCH] s5p-tv: Include missing v4l2-dv-timings.h header file

2013-08-18 Thread Sylwester Nawrocki
Include the v4l2-dv-timings.h header file which in the s5p-tv driver which was supposed to be updated in commit 2576415846bcbad3c0a6885fc44f95083710 "[media] v4l2: move dv-timings related code to v4l2-dv-timings.c" This fixes following build error: drivers/media/platform/s5p-tv/hdmi_drv.c: In fun

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-08-18 Thread Steven Toth
> FYI: The Si2168 driver is available from "dvbsky-linux-3.9-hps-v2.diff" > inside. Maybe the Si2165 is similar? Excellent. -- Steven Toth - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-08-18 Thread Steven Toth
> I tried to apply the dvbsky-linux-3.9-hps-v2.diff to media_build.git (used > do_patches.sh from > http://www.selasky.org/hans_petter/distfiles/webcamd-3.10.0.7.tar.bz2), but I > was not able to compile it. I already changed some includes, but then I got > the next error. > I just wanted to te

cron job: media_tree daily build: ERRORS

2013-08-18 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: Sun Aug 18 19:00:22 CEST 2013 git branch: test git hash: bfd22c490bc74f9603ea90c37823036660a313e2 gcc versi

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-08-18 Thread Antti Palosaari
On 08/18/2013 06:00 PM, Ulf wrote: I added Mr. Hans Petter Selasky back to Cc. I think it is better to keep all involved in To/Cc even it is mailing list. Personally I pay special attention for messages coming to my INBOX than those which are filtered to list basis folders. And everyone could

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-08-18 Thread Hans Petter Selasky
On 08/18/13 17:00, Ulf wrote: Hi, It is DVB-S driver. HVR-900 is DVB-T and DVB-C. The si2168 is a DVB-T2, DVB-T, and DVB-C demodulator http://www.silabs.com/Support%20Documents/TechnicalDocs/Si2168-A20-short.pdf. I tried to apply the dvbsky-linux-3.9-hps-v2.diff to media_build.git (used do_

Re: em28xx + ov2640 and v4l2-clk

2013-08-18 Thread Mauro Carvalho Chehab
Em Sun, 18 Aug 2013 13:40:25 +0200 Frank Schäfer escreveu: > Am 17.08.2013 12:51, schrieb Guennadi Liakhovetski: > > Hi Frank, > > As I mentioned on the list, I'm currently on a holiday, so, replying > > briefly. > Sorry, I missed that (can't read all mails on the list). > > > Since em28xx is

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-08-18 Thread Ulf
Hi, >It is DVB-S driver. HVR-900 is DVB-T and DVB-C. The si2168 is a DVB-T2, DVB-T, and DVB-C demodulator http://www.silabs.com/Support%20Documents/TechnicalDocs/Si2168-A20-short.pdf. I tried to apply the dvbsky-linux-3.9-hps-v2.diff to media_build.git (used do_patches.sh from http://www.selas

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

2013-08-18 Thread Mauro Carvalho Chehab
Em Fri, 09 Aug 2013 00:57:34 +0400 Sergei Shtylyov escreveu: > Hello. > > On 07/26/2013 12:23 AM, 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 > > [S

[PATCH] [media] saa7115: make multi-line comments compliant with CodingStyle

2013-08-18 Thread Mauro Carvalho Chehab
changeset 2ccf12a did a crappy job when added multi-line comment lines, violating CodingStyle. Change the comments added there to fulfill CodingStyle, and document the platform_data using Documentation/kernel-doc-nano-HOWTO.txt. Cc: Jon Arne Jørgensen Cc: Hans Verkuil Signed-off-by: Mauro Carva

[PATCH] [media] media/v4l2: VIDEO_SH_VEU should depend on HAS_DMA

2013-08-18 Thread Geert Uytterhoeven
If NO_DMA=y: drivers/media/v4l2-core/videobuf2-dma-contig.c: In function ‘vb2_dc_mmap’: drivers/media/v4l2-core/videobuf2-dma-contig.c:204: error: implicit declaration of function ‘dma_mmap_coherent’ drivers/media/v4l2-core/videobuf2-dma-contig.c: In function ‘vb2_dc_get_base_sgt’: drivers/media

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-08-18 Thread Antti Palosaari
On 08/18/2013 02:54 PM, Hans Petter Selasky wrote: On 08/17/13 13:53, Antti Palosaari wrote: On 08/17/2013 02:30 PM, Ulf wrote: Hi, I know the topic Hauppauge HVR-900 HD and HVR 930C-HD with si2165 demodulator was already discussed http://permalink.gmane.org/gmane.linux.drivers.video-input-inf

Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-08-18 Thread Hans Petter Selasky
On 08/17/13 13:53, Antti Palosaari wrote: On 08/17/2013 02:30 PM, Ulf wrote: Hi, I know the topic Hauppauge HVR-900 HD and HVR 930C-HD with si2165 demodulator was already discussed http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/40982 and http://permalink.gmane.org/gma

Re: em28xx + ov2640 and v4l2-clk

2013-08-18 Thread Frank Schäfer
Am 17.08.2013 12:51, schrieb Guennadi Liakhovetski: > Hi Frank, > As I mentioned on the list, I'm currently on a holiday, so, replying briefly. Sorry, I missed that (can't read all mails on the list). > Since em28xx is a USB device, I conclude, that it's supplying clock to its > components inclu