[PATCH] drivers/staging/media/as102: using ccflags-y instead of EXTRA_FLAGS in Makefile

2013-02-27 Thread Chen Gang
need using ccflags-y instead of EXTRA_CFLAGS can reference scripts/checkpatch.pl (1755..1766) when make EXTRA_CFLAGS=-W, the compiling issue will be occured. Signed-off-by: Chen Gang --- drivers/staging/media/as102/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[PATCH v9 2/2] video: drm: exynos: Add pinctrl support to fimd

2013-02-27 Thread Vikas Sajjan
Adds support for pinctrl to drm fimd Signed-off-by: Leela Krishna Amudala Signed-off-by: Vikas Sajjan --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |9 + 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c

[PATCH v9 1/2] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-27 Thread Vikas Sajjan
Add support for parsing the display-timing node using video helper function. The DT node parsing is done only if 'dev.of_node' exists and the NON-DT logic is still maintained under the 'else' part. Signed-off-by: Leela Krishna Amudala Signed-off-by: Vikas Sajjan Acked-by: Joonyoung Shim --- d

[PATCH v9 0/2] Add display-timing node parsing to exynos drm fimd

2013-02-27 Thread Vikas Sajjan
Add display-timing node parsing to drm fimd and depends on the display helper patchset at http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html It also adds pinctrl support for drm fimd. changes since v8: - replaced IS_ERR() with IS_ERR_OR_NULL(), because devm_p

Re: [PATCH v8 1/2] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-27 Thread Vikas Sajjan
On Thu, Feb 28, 2013 at 8:21 AM, Joonyoung Shim wrote: > On 02/28/2013 11:45 AM, Vikas Sajjan wrote: >> >> Hi, >> >> On 28 February 2013 08:07, Joonyoung Shim wrote: >>> >>> On 02/27/2013 08:49 PM, Vikas Sajjan wrote: Add support for parsing the display-timing node using video helper >>

Re: [PATCH v8 1/2] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-27 Thread Joonyoung Shim
On 02/28/2013 11:45 AM, Vikas Sajjan wrote: Hi, On 28 February 2013 08:07, Joonyoung Shim wrote: On 02/27/2013 08:49 PM, Vikas Sajjan wrote: Add support for parsing the display-timing node using video helper function. The DT node parsing and pinctrl selection is done only if 'dev.of_node' ex

Re: [PATCH v8 1/2] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-27 Thread Vikas Sajjan
Hi, On 28 February 2013 08:07, Joonyoung Shim wrote: > On 02/27/2013 08:49 PM, Vikas Sajjan wrote: >> >> Add support for parsing the display-timing node using video helper >> function. >> >> The DT node parsing and pinctrl selection is done only if 'dev.of_node' >> exists and the NON-DT logic is

Re: [PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-02-27 Thread Vikas Sajjan
Thanks Mr. Shim. On 28 February 2013 08:12, Joonyoung Shim wrote: > On 02/27/2013 07:32 PM, Vikas Sajjan wrote: >> >> modified compatible string for exynos4 fimd as "exynos4210-fimd" and >> exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible >> value should be named after first

Re: [PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-02-27 Thread Joonyoung Shim
On 02/27/2013 07:32 PM, Vikas Sajjan wrote: modified compatible string for exynos4 fimd as "exynos4210-fimd" and exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible value should be named after first specific SoC model in which this particular IP version was included as discusse

Re: [PATCH v8 1/2] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-27 Thread Joonyoung Shim
On 02/27/2013 08:49 PM, Vikas Sajjan wrote: Add support for parsing the display-timing node using video helper function. The DT node parsing and pinctrl selection is done only if 'dev.of_node' exists and the NON-DT logic is still maintained under the 'else' part. Signed-off-by: Leela Krishna Am

Re: [PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-27 Thread Joonyoung Shim
Hi, On 02/21/2013 04:18 PM, Joonyoung Shim wrote: On 02/21/2013 04:12 PM, Vikas Sajjan wrote: Hi, On 21 February 2013 12:25, Joonyoung Shim wrote: Hi, On 02/15/2013 03:43 PM, Vikas Sajjan wrote: Add support for parsing the display-timing node using video helper function. The DT node par

linux-dvb: scan util fix

2013-02-27 Thread j . uzycki
Hi. I found a problem with scan and DVBS. When I research the transponder S13E0, freq. ~11471MHz, polar. V, symrate 27500 (scan -c -a 3) I get "WARNING: section too short: service_id == 0x669, section_length == 764, descriptors_loop_len == 0" (scan_notpatched.output). VLC shows more channels

Re: Initial tuning data for upc cablecom Berne, Switzerland

2013-02-27 Thread Oliver Schinagl
On 02/27/13 16:34, Christian Affolter wrote: Hi Oliver please find the initial tuning data for the Swiss cable provider "upc cablecom" in Berne. I've added the data below to dvb-c/ch-Bern-upc-cablecom # upc cablecom # Berne, Switzerland # freq sr fec mod C 42600 690 NONE QAM64 Thanks

Re: [REVIEW PATCH 01/11] s2255: convert to the control framework.

2013-02-27 Thread Sylwester Nawrocki
On 02/27/2013 10:05 AM, Hans Verkuil wrote: On Tue 26 February 2013 23:21:19 Sylwester Nawrocki wrote: On 02/26/2013 06:35 PM, Hans Verkuil wrote: [...] Private controls always had overlapping IDs. During one of the mini-summits last year we decided to change that so they all had their own ID.

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Sylwester Nawrocki
On 02/27/2013 04:48 PM, Lonsn wrote: 于 2013/2/27 23:13, Lonsn 写道: On 02/26/2013 09:07 PM, Sylwester Nawrocki wrote: On 02/26/2013 01:59 PM, Lonsn wrote: [...] Now kernel prints the following HDMI related: m2m-testdev m2m-testdev.0: mem2mem-testdevDevice registered as /dev/video0 s5p-jpeg s5p-

Re: V4L on android

2013-02-27 Thread Rafael Coutinho
Hi, I'm having issues to get my video capture board to work. I see that when I connect it is successfully mapped with the video driver: <3>[ 11.210876] em28xx #0: board has no eeprom <6>[ 11.244746] em28xx #0: found i2c device @ 0x4a [saa7113h] <3>[ 11.278498] em28xx #0: Your board has no u

cron job: media_tree daily build: ERRORS

2013-02-27 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 27 19:00:22 CET 2013 git branch: for_v3.9 git hash: ed72d37a33fdf43dc47787fe220532cdec9da528 gcc ve

Re: [PATCH v8 1/2] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-27 Thread Stéphane Marchesin
On Wed, Feb 27, 2013 at 11:21 AM, Stéphane Marchesin wrote: > On Wed, Feb 27, 2013 at 3:49 AM, Vikas Sajjan wrote: >> Add support for parsing the display-timing node using video helper >> function. >> >> The DT node parsing and pinctrl selection is done only if 'dev.of_node' >> exists and the NON

Re: [PATCH v8 1/2] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-27 Thread Stéphane Marchesin
On Wed, Feb 27, 2013 at 3:49 AM, Vikas Sajjan wrote: > Add support for parsing the display-timing node using video helper > function. > > The DT node parsing and pinctrl selection is done only if 'dev.of_node' > exists and the NON-DT logic is still maintained under the 'else' part. > > Signed-off-

Re: [PATCH v17 2/7] video: add display_timing and videomode

2013-02-27 Thread Tomi Valkeinen
On 2013-02-27 18:05, Steffen Trumtrar wrote: > Ah, sorry. Forgot to answer this. > > On Wed, Feb 27, 2013 at 05:45:31PM +0200, Tomi Valkeinen wrote: >> Ping. >> >> On 2013-02-18 16:09, Tomi Valkeinen wrote: >>> Hi Steffen, >>> >>> On 2013-01-25 11:01, Steffen Trumtrar wrote: >>> +/* VESA disp

Re: [PATCH v17 2/7] video: add display_timing and videomode

2013-02-27 Thread Steffen Trumtrar
Ah, sorry. Forgot to answer this. On Wed, Feb 27, 2013 at 05:45:31PM +0200, Tomi Valkeinen wrote: > Ping. > > On 2013-02-18 16:09, Tomi Valkeinen wrote: > > Hi Steffen, > > > > On 2013-01-25 11:01, Steffen Trumtrar wrote: > > > >> +/* VESA display monitor timing parameters */ > >> +#define VESA

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Lonsn
于 2013/2/27 23:13, Lonsn 写道: On 02/26/2013 09:07 PM, Sylwester Nawrocki wrote: Hi Lonsn, On 02/26/2013 01:59 PM, Lonsn wrote: Now I checked HDMI failed at: drivers/media/platform/s5p-tv/hdmi_drv.c: 912 line adapter = i2c_get_adapter(pdata->hdmiphy_bus); if (adapter == NULL) { dev_err(dev, "hdm

Re: [PATCH v17 2/7] video: add display_timing and videomode

2013-02-27 Thread Tomi Valkeinen
Ping. On 2013-02-18 16:09, Tomi Valkeinen wrote: > Hi Steffen, > > On 2013-01-25 11:01, Steffen Trumtrar wrote: > >> +/* VESA display monitor timing parameters */ >> +#define VESA_DMT_HSYNC_LOW BIT(0) >> +#define VESA_DMT_HSYNC_HIGH BIT(1) >> +#define VESA_DMT_VSYNC_LOW

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Inderpal Singh
On 27 February 2013 16:52, Sylwester Nawrocki wrote: > On 02/27/2013 11:51 AM, Inderpal Singh wrote: >> On 27 February 2013 02:52, Sylwester Nawrocki >> wrote: >>> On 02/22/2013 01:00 PM, Lonsn wrote: Hi, I have tested the kernel 3.8 with a SMDKV210 like board. But I failed wi

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Lonsn
于 2013/2/27 18:51, Inderpal Singh 写道: On 27 February 2013 02:52, Sylwester Nawrocki wrote: On 02/22/2013 01:00 PM, Lonsn wrote: Hi, I have tested the kernel 3.8 with a SMDKV210 like board. But I failed with dma-pl330 and HDMI driver. For dma-pl330, kernel print: dma-pl330 dma-pl330.0: PERIPH_

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Lonsn
On 02/26/2013 09:07 PM, Sylwester Nawrocki wrote: Hi Lonsn, On 02/26/2013 01:59 PM, Lonsn wrote: Now I checked HDMI failed at: drivers/media/platform/s5p-tv/hdmi_drv.c: 912 line adapter = i2c_get_adapter(pdata->hdmiphy_bus); if (adapter == NULL) { dev_err(dev, "hdmiphy adapter request failed\n"

Re: Initial tuning data for upc cablecom Berne, Switzerland

2013-02-27 Thread Oliver Schinagl
On 27-02-13 14:06, Oliver Schinagl wrote: On 27-02-13 14:45, Christian Affolter wrote: Hi Oliver Hi please find the initial tuning data for the Swiss cable provider "upc cablecom" in Berne. I've added the data below to dvb-c/ch-Bern-upc-cablecom # upc cablecom # Berne, Switzerland # freq sr

Re: Please update DVB-T frequency list 'dvb-t/nl-All'

2013-02-27 Thread Oliver Schinagl
On 26-02-13 11:43, Oliver Schinagl wrote: On 25-02-13 22:07, Geert Hedde Bosman wrote: Hello, in summer 2012 in the Netherlands major frequency changes took place in DVB-t broadcast. Some new frequencies were added as well. Therefore the frequency-file dvb/dvb-t/nl-All is no longer actual. Co

[PATCH 1/1] MAINTAINERS: Add maintainer entry for si4713 FM transmitter driver

2013-02-27 Thread Eduardo Valentin
Add maintainer entry for the files composing si4713 FM transmitter driver. Signed-off-by: Eduardo Valentin --- MAINTAINERS | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 870ba56..fe5583e 100644 --- a/MAINTAINERS +++ b/MAIN

Re: Initial tuning data for upc cablecom Berne, Switzerland

2013-02-27 Thread Oliver Schinagl
On 27-02-13 14:45, Christian Affolter wrote: Hi Oliver Hi please find the initial tuning data for the Swiss cable provider "upc cablecom" in Berne. I've added the data below to dvb-c/ch-Bern-upc-cablecom # upc cablecom # Berne, Switzerland # freq sr fec mod C 42600 690 NONE QAM64 Th

Re: Initial tuning data for upc cablecom Berne, Switzerland

2013-02-27 Thread Christian Affolter
Hi Oliver >> Hi >> >> please find the initial tuning data for the Swiss cable provider "upc >> cablecom" in Berne. >> >> I've added the data below to dvb-c/ch-Bern-upc-cablecom >> >> # upc cablecom >> # Berne, Switzerland >> # freq sr fec mod >> C 42600 690 NONE QAM64 > Thanks, > > pushed

Re: Initial tuning data for upc cablecom Berne, Switzerland

2013-02-27 Thread Oliver Schinagl
On 26-02-13 22:42, Christian Affolter wrote: Hi please find the initial tuning data for the Swiss cable provider "upc cablecom" in Berne. I've added the data below to dvb-c/ch-Bern-upc-cablecom # upc cablecom # Berne, Switzerland # freq sr fec mod C 42600 690 NONE QAM64 Thanks, pus

[PATCH v8 2/2] video: drm: exynos: Add pinctrl support to fimd

2013-02-27 Thread Vikas Sajjan
Adds support for pinctrl to drm fimd Signed-off-by: Leela Krishna Amudala Signed-off-by: Vikas Sajjan --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |9 + 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c

[PATCH v8 1/2] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-27 Thread Vikas Sajjan
Add support for parsing the display-timing node using video helper function. The DT node parsing and pinctrl selection is done only if 'dev.of_node' exists and the NON-DT logic is still maintained under the 'else' part. Signed-off-by: Leela Krishna Amudala Signed-off-by: Vikas Sajjan --- drive

[PATCH v8 0/2] Add display-timing node parsing to exynos drm fimd

2013-02-27 Thread Vikas Sajjan
Add display-timing node parsing to drm fimd and depends on the display helper patchset at http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html It also adds pinctrl support for drm fimd. changes since v7: - addressed comments from Joonyoung Shim to remove a unnecessar

RE: [PATCH] [media] s5p-mfc: Fix frame skip bug

2013-02-27 Thread Kamil Debski
Hi Arun, Thank you for your patch. Best wishes, -- Kamil Debski Linux Platform Group Samsung Poland R&D Center > -Original Message- > From: Arun Kumar K [mailto:arun...@samsung.com] > Sent: Tuesday, February 26, 2013 11:02 PM > To: linux-media@vger.kernel.org > Cc: k.deb...@samsung.com

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Sylwester Nawrocki
On 02/27/2013 11:51 AM, Inderpal Singh wrote: > On 27 February 2013 02:52, Sylwester Nawrocki > wrote: >> On 02/22/2013 01:00 PM, Lonsn wrote: >>> >>> Hi, >>> I have tested the kernel 3.8 with a SMDKV210 like board. But I failed >>> with dma-pl330 and HDMI driver. >>> For dma-pl330, kernel print:

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Inderpal Singh
On 27 February 2013 02:52, Sylwester Nawrocki wrote: > On 02/22/2013 01:00 PM, Lonsn wrote: >> >> Hi, >> I have tested the kernel 3.8 with a SMDKV210 like board. But I failed >> with dma-pl330 and HDMI driver. >> For dma-pl330, kernel print: >> dma-pl330 dma-pl330.0: PERIPH_ID 0x0, PCELL_ID 0x0 !

[PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-02-27 Thread Vikas Sajjan
modified compatible string for exynos4 fimd as "exynos4210-fimd" and exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible value should be named after first specific SoC model in which this particular IP version was included as discussed at https://patchwork.kernel.org/patch/214486

[GIT PULL]: dma-buf updates for 3.9

2013-02-27 Thread Sumit Semwal
Hi Linus, Here's the 3.9 pull request for dma-buf framework updates: could you please pull? Thanks and best regards, ~Sumit. The following changes since commit d895cb1af15c04c522a25c79cc429076987c089b: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2013-0

Re: [PATCH v7 2/2] video: drm: exynos: Add pinctrl support to fimd

2013-02-27 Thread Vikas Sajjan
Hi Mr.Shim, On 21 February 2013 12:35, Joonyoung Shim wrote: > Hi, > > > On 02/21/2013 02:11 PM, Vikas Sajjan wrote: >> >> Adds support for pinctrl to drm fimd. >> >> Signed-off-by: Leela Krishna Amudala >> Signed-off-by: Vikas Sajjan >> --- >> drivers/gpu/drm/exynos/exynos_drm_fimd.c |9

Re: [REVIEW PATCH 01/11] s2255: convert to the control framework.

2013-02-27 Thread Hans Verkuil
On Tue 26 February 2013 23:21:19 Sylwester Nawrocki wrote: > Hi Hans, > > On 02/26/2013 06:35 PM, Hans Verkuil wrote: > > diff --git a/include/uapi/linux/v4l2-controls.h > > b/include/uapi/linux/v4l2-controls.h > > index dcd6374..f6ba2fc 100644 > > --- a/include/uapi/linux/v4l2-controls.h > > +++