Re: [PATCH] [media] rtl28xxu: Add USB IDs for Compro VideoMate U620F.

2013-02-13 Thread Antti Palosaari
On 02/13/2013 03:58 AM, Alistair Buxton wrote: Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Acked-by: Antti Palosaari cr...@iki.fi --- 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

[RFC v2 0/3] Support Common Display Framework on Exynos5 SoC

2013-02-13 Thread Vikas Sajjan
changes since v1: Since v1 was not tested when I posted it, now that I have the s6e8aa0 panel, I tested the same on Exynos5 SoC. Needed to make below mentioned changes to make it work. In exynos mipi driver: 1 added enable_hs as part of dsi_video_source_ops, as this function

[RFC v2 1/3] video: display: Adding frame related ops to MIPI DSI video source struct

2013-02-13 Thread Vikas Sajjan
Adds the frame related ops to MIPI DSI video source struct Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- include/video/display.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/include/video/display.h b/include/video/display.h index b639fd0..fb2f437 100644 ---

[RFC v2 2/3] video: exynos: mipi dsi: Making Exynos MIPI Compliant with CDF

2013-02-13 Thread Vikas Sajjan
Modifies the exynos mipi dsi driver as per the CDF-T. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- drivers/video/exynos/exynos_mipi_dsi.c| 197 ++--- drivers/video/exynos/exynos_mipi_dsi_common.c | 22 ++- drivers/video/exynos/exynos_mipi_dsi_common.h |

[RFC v2 3/3] video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-02-13 Thread Vikas Sajjan
Made necessary changes in s6e8ax0 panel driver as per the CDF-T. It also removes the dependency on backlight and lcd framework Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- drivers/video/exynos/s6e8ax0.c | 848 +--- 1 file changed, 444

Re: [PATCH] MAINTAINERS: Remove Jarod Wilson and orphan LIRC drivers

2013-02-13 Thread VDR User
On Tue, Feb 12, 2013 at 10:15 PM, thomas schorpp thomas.scho...@gmail.com wrote: You can also try Jarod Wilson on freenode irc in #lirc. He is usually there. What for? Bothering him with issues from blocklisting mailhosters' RFC violations? Who said anything about that? Nobody, so why are

Re: [PATCH v3] media: ths7353: add support for ths7353 video amplifier

2013-02-13 Thread Mauro Carvalho Chehab
Em Thu, 7 Feb 2013 11:10:28 +0530 Prabhakar lad prabhakar.cse...@gmail.com escreveu: From: Lad, Prabhakar prabhakar@ti.com The patch adds support for THS7353 video amplifier. The the THS7353 amplifier is very much similar to the existing THS7303 video amplifier driver. This patch

Re: [PATCH v4 02/10] s5p-fimc: Add device tree support for FIMC devices

2013-02-13 Thread Stephen Warren
On 02/12/2013 03:39 PM, Sylwester Nawrocki wrote: On 02/11/2013 10:50 PM, Stephen Warren wrote: On 02/09/2013 03:29 PM, Sylwester Nawrocki wrote: On 02/09/2013 01:32 AM, Stephen Warren wrote: On 02/08/2013 05:05 PM, Sylwester Nawrocki wrote: On 02/09/2013 12:21 AM, Stephen Warren wrote: On

cron job: media_tree daily build: ERRORS

2013-02-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: Wed Feb 13 19:00:19 CET 2013 git branch: for_v3.9 git hash: 4880f56438ef56457edd5548b257382761591998 gcc

Re: Chipset change for CX88_BOARD_PINNACLE_PCTV_HD_800i

2013-02-13 Thread Lucian
Devin Heitmueller dheitmueller at kernellabs.com writes: On Fri, Jun 22, 2012 at 11:55 AM, Mack Stanley mcs1937 at gmail.com wrote: So, keeping all of the configuration settings exactly the same and simply using s5h1411_attach instead of s5h1409_attach works perfectly. Maybe the easiest

Re: ddbridge v0.8

2013-02-13 Thread Oliver Schinagl
On 02/11/13 23:20, Martin Vidovic wrote: Hi, Is there any plan to include ddbridge driver version 0.8 in mainline kernel (currently it's 0.5). I really see no reason it's in the vacuum like now for almost a year. No sign of pushing it into mainline. Why is that so? It's a good driver. You

[GIT PULL] Timestamp API update for mem-to-mem devices

2013-02-13 Thread Sylwester Nawrocki
Hi Mauro, This change set includes a two patches I missed out in my last pull request which introduce V4L2_BUF_FLAG_TIMESTAMP_COPY buffer flag to indicate the timestamps are, in case of the mem-to-mem devices, copied from output to capture buffer queue. The other two patches is a fix for

Re: [PATCH v2 1/2] [media] s5p-g2d: Add DT based discovery support

2013-02-13 Thread Sylwester Nawrocki
On 02/12/2013 06:30 PM, Sachin Kamat wrote: Hi Sylwester, On Wednesday, 6 February 2013, Sachin Kamat sachin.ka...@linaro.org wrote: This patch adds device tree based discovery support to G2D driver Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Based on for_v3.9 branch of below

Re: [RFC v2 3/3] video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-02-13 Thread Donghwa Lee
On Wed, Feb 13, 2013 at 19:01, Vikas Sajjan wrote: Made necessary changes in s6e8ax0 panel driver as per the CDF-T. It also removes the dependency on backlight and lcd framework Signed-off-by: Vikas Sajjanvikas.saj...@linaro.org --- drivers/video/exynos/s6e8ax0.c | 848

Re: [RFCv2 PATCH 01/12] stk-webcam: the initial hflip and vflip setup was the wrong way around

2013-02-13 Thread Hans Verkuil
On Tue February 12 2013 09:28:55 Hans Verkuil wrote: On Mon February 11 2013 16:32:58 Arvydas Sidorenko wrote: On Mon, Feb 11, 2013 at 2:21 PM, Hans Verkuil hverk...@xs4all.nl wrote: That doesn't make sense either. Arvydas, it worked fine for you before, right? That is, if you use

Re: [RFC PATCHv2 01/18] tlg2300: use correct device parent.

2013-02-13 Thread Hans Verkuil
On Thu February 7 2013 13:36:25 Hans Verkuil wrote: Set the correct parent for v4l2_device_register and don't set the name anymore (that's now deduced from the parent). Also remove an unnecessary forward reference and fix two weird looking log messages. Changes since v1: don't set

Re: [DTV-TABLE] lu-all

2013-02-13 Thread Oliver Schinagl
On 13-02-13 14:56, Michael Stilmant wrote: Hello, On Mon, Jan 28, 2013 at 4:12 PM, Oliver Schinagl oliver+l...@schinagl.nl wrote: send a git-patch to the mailing list In attachment what I think is a patch for Luxembourg DVB-T initial scan (git diff origin master lux-all.diff) Adding Channel