Re: [PATCHv13 4/7] fbmon: add videomode helpers

2012-11-23 Thread Steffen Trumtrar
On Fri, Nov 23, 2012 at 12:52:08AM +0100, Laurent Pinchart wrote: On Friday 23 November 2012 00:09:49 Steffen Trumtrar wrote: On Thu, Nov 22, 2012 at 07:31:39PM +0100, Laurent Pinchart wrote: On Thursday 22 November 2012 17:00:12 Steffen Trumtrar wrote: Add a function to convert from the

[PATCHv14 7/7] drm_modes: add of_videomode helpers

2012-11-23 Thread Steffen Trumtrar
Add helper to get drm_display_mode from devicetree. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding thierry.red...@avionic-design.de Tested-by: Thierry Reding thierry.red...@avionic-design.de

[PATCHv14 5/7] fbmon: add of_videomode helpers

2012-11-23 Thread Steffen Trumtrar
Add helper to get fb_videomode from devicetree. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding thierry.red...@avionic-design.de Tested-by: Thierry Reding thierry.red...@avionic-design.de Tested-by:

[PATCHv14 2/7] video: add display_timing and videomode

2012-11-23 Thread Steffen Trumtrar
Add display_timing structure and the according helper functions. This allows the description of a display via its supported timing parameters. Also, add helper functions to convert from display timings to a generic videomode structure. The struct display_timing specifies all needed parameters

[PATCHv14 1/7] viafb: rename display_timing to via_display_timing

2012-11-23 Thread Steffen Trumtrar
The struct display_timing is specific to the via subsystem. The naming leads to collisions with the new struct display_timing, that is supposed to be a shared struct between different subsystems. To clean this up, prepend the existing struct with the subsystem it is specific to. Signed-off-by:

[PATCHv14 4/7] fbmon: add videomode helpers

2012-11-23 Thread Steffen Trumtrar
Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding thierry.red...@avionic-design.de Tested-by: Thierry Reding

[PATCHv14 0/7] of: add display helper

2012-11-23 Thread Steffen Trumtrar
Hi! Changes since v13: - fix const struct * warning (reported by: Laurent Pinchart laurent.pinch...@ideasonboard.com) - prevent division by zero in fb_videomode_from_videomode Changes since v12: - rename struct display_timing to via_display_timing in via

[PATCHv14 6/7] drm_modes: add videomode helpers

2012-11-23 Thread Steffen Trumtrar
Add conversion from videomode to drm_display_mode Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding thierry.red...@avionic-design.de Tested-by: Thierry Reding thierry.red...@avionic-design.de Tested-by:

[PATCHv14 3/7] video: add of helper for display timings/videomode

2012-11-23 Thread Steffen Trumtrar
This adds support for reading display timings from DT into a struct display_timings. The of_display_timing implementation supports multiple subnodes. All children are read into an array, that can be queried. If no native mode is specified, the first subnode will be used. For cases, where the

Re: [PATCH 1/4] [media] exynos-gsc: Rearrange error messages for valid prints

2012-11-23 Thread Sylwester Nawrocki
Hi Sachin, Thanks for the patches. On 11/23/2012 05:44 AM, Sachin Kamat wrote: In case of clk_prepare failure, the function gsc_clk_get also prints failed to get clock which is not correct. Hence move the error messages to their respective blocks. While at it, also renamed the labels

Re: [PATCH 1/4] [media] exynos-gsc: Rearrange error messages for valid prints

2012-11-23 Thread Sachin Kamat
Hi Sylwester, Thanks for the review. On 23 November 2012 15:01, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Sachin, Thanks for the patches. On 11/23/2012 05:44 AM, Sachin Kamat wrote: In case of clk_prepare failure, the function gsc_clk_get also prints failed to get clock which is

Re: [PATCH 2/4] [media] exynos-gsc: Remove gsc_clk_put call from gsc_clk_get

2012-11-23 Thread Sylwester Nawrocki
On 11/23/2012 05:45 AM, Sachin Kamat wrote: Since this function just returns (since gsc-clock is NULL), remove it and make the exit code simpler. Cc: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org ---

Re: [PATCH 1/4] [media] exynos-gsc: Rearrange error messages for valid prints

2012-11-23 Thread Sylwester Nawrocki
On 11/23/2012 10:47 AM, Sachin Kamat wrote: +err_clk_prepare: gsc_clk_put(gsc); This call can be removed too. I would remove all labels and gotos in this function. Since there is only one clock, you need to only call clk_put when clk_prepare() fails, there is no need for gsc_clk_put().

Re: [PATCHv14 3/7] video: add of helper for display timings/videomode

2012-11-23 Thread Leela Krishna Amudala
Hello Steffen, On Fri, Nov 23, 2012 at 2:34 PM, Steffen Trumtrar s.trumt...@pengutronix.de wrote: This adds support for reading display timings from DT into a struct display_timings. The of_display_timing implementation supports multiple subnodes. All children are read into an array, that can

Re: drivers without explicit MAINTAINERS entry - was: Re: [media-workshop] Tentative Agenda for the November workshop

2012-11-23 Thread Hans Verkuil
Hi Alexey, On Mon November 12 2012 19:41:57 Alexey Klimov wrote: Hi Mauro, Hans, all, On Fri, Nov 2, 2012 at 6:34 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em Fri, 2 Nov 2012 14:47:49 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: On Fri November 2 2012 14:13:10 Mauro

Re: [PATCHv14 3/7] video: add of helper for display timings/videomode

2012-11-23 Thread Steffen Trumtrar
On Fri, Nov 23, 2012 at 03:49:37PM +0530, Leela Krishna Amudala wrote: Hello Steffen, On Fri, Nov 23, 2012 at 2:34 PM, Steffen Trumtrar s.trumt...@pengutronix.de wrote: This adds support for reading display timings from DT into a struct display_timings. The of_display_timing

Re: [PATCHv14 4/7] fbmon: add videomode helpers

2012-11-23 Thread Laurent Pinchart
Hi Steffen, On Friday 23 November 2012 10:04:24 Steffen Trumtrar wrote: Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de Reviewed-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Thierry Reding

[PATCH v2 0/4] [media] exynos-gsc: Some fixes

2012-11-23 Thread Sachin Kamat
Changes since v1: Removed the label 'err' from function gsc_clk_get as suggested by Sylwester Nawrocki s.nawro...@samsung.com in patch 3/4. Other patches remain the same. Patch series build tested and based on samsung/for_v3.8 branch of git://linuxtv.org/snawrocki/media.git. Sachin Kamat (4):

[PATCH v2 1/4] [media] exynos-gsc: Rearrange error messages for valid prints

2012-11-23 Thread Sachin Kamat
In case of clk_prepare failure, the function gsc_clk_get also prints failed to get clock which is not correct. Hence move the error messages to their respective blocks. While at it, also renamed the labels meaningfully. Cc: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Sachin Kamat

[PATCH v2 2/4] [media] exynos-gsc: Remove gsc_clk_put call from gsc_clk_get

2012-11-23 Thread Sachin Kamat
Since this function just returns (since gsc-clock is NULL), remove it and make the exit code simpler. Cc: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/exynos-gsc/gsc-core.c |8 +++- 1 files changed, 3

[PATCH v2 4/4] [media] exynos-gsc: Fix checkpatch warning in gsc-m2m.c

2012-11-23 Thread Sachin Kamat
Fixes the following warning: WARNING: space prohibited between function name and open parenthesis '(' FILE: media/platform/exynos-gsc/gsc-m2m.c:606: ctx = kzalloc(sizeof (*ctx), GFP_KERNEL); Cc: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org

[PATCH v2 3/4] [media] exynos-gsc: Use devm_clk_get()

2012-11-23 Thread Sachin Kamat
devm_clk_get() is a device managed function and makes error handling a bit simpler. Cc: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/exynos-gsc/gsc-core.c | 13 +++-- 1 files changed, 3 insertions(+), 10

[PATCH 00/15] Adding entries for various drivers to MAINTAINERS.

2012-11-23 Thread Hans Verkuil
This adds 'Supported' entries for the adv7604/ad9389b drivers. In addition there is a bunch of other drivers that I maintain or can do odd fixes for. Regards, Hans -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

[PATCH 01/15] MAINTAINERS: add adv7604/ad9389b entries.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Cisco maintains these drivers. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS | 12 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b623679..6f0a8b4 100644 --- a/MAINTAINERS +++

[PATCH 03/15] MAINTAINERS: add entry for the quickcam parallel port webcams.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4db8384..5d5462d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6069,6 +6069,14 @@ L:

[PATCH 04/15] MAINTAINERS: add radio-keene entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5d5462d..95f1181 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4275,6 +4275,14 @@ W:

[PATCH 02/15] MAINTAINERS: add cx2341x entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6f0a8b4..4db8384 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2179,6 +2179,15 @@ F:

[PATCH 09/15] MAINTAINERS: add radio-gemtek entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 12377a2..5758e93 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3318,6 +3318,14 @@ W:

[PATCH 11/15] MAINTAINERS: add radio-miropcm20 entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4870e1b..bd09f47 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4974,6 +4974,14 @@ S:

[PATCH 14/15] MAINTAINERS: add usbvision entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c12be91..4a61ea4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8030,6 +8030,14 @@ S:

[PATCH 13/15] MAINTAINERS: add saa6588 entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1c10922..c12be91 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6422,6 +6422,14 @@ L:

[PATCH 07/15] MAINTAINERS: add radio-aztech entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ebacbd5..89db772 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1499,6 +1499,14 @@ T:

[PATCH 15/15] MAINTAINERS: add vivi entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4a61ea4..80b8f68 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8185,6 +8185,14 @@ L:

[PATCH 12/15] MAINTAINERS: add pms entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index bd09f47..1c10922 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4913,6 +4913,14 @@ F:

[PATCH 08/15] MAINTAINERS: add radio-aimslab entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 89db772..12377a2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -463,6 +463,14 @@ S:

[PATCH 10/15] MAINTAINERS: add radio-maxiradio entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5758e93..4870e1b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4883,6 +4883,14 @@ S:

[PATCH 05/15] MAINTAINERS: add radio-cadet entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 95f1181..2eb2951 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1781,6 +1781,14 @@ S:

[PATCH 06/15] MAINTAINERS: add radio-isa entry.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2eb2951..ebacbd5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4126,6 +4126,14 @@ F:

Re: [patch review 01/02] add driver for Masterkit MA901 usb radio

2012-11-23 Thread Hans Verkuil
Hi Alexey, Some (small) comments below... On Mon October 29 2012 02:41:10 Alexey Klimov wrote: This patch creates a new usb-radio driver, radio-ma901.c, that supports Masterkit MA 901 USB FM radio devices. This device plugs into both the USB and an analog audio input or headphones, so this

[PATCH 0/6][media] s5p-*: Use devm_clk_get APIs

2012-11-23 Thread Sachin Kamat
This series is based on samsung/for_v3.8 branch of git://linuxtv.org/snawrocki/media.git tree. MFC and FIMC have been tested on Origen board. Others build tested. Sachin Kamat (6): [media] s5p-fimc: Use devm_clk_get in mipi-csis.c [media] s5p-fimc: Use devm_clk_get in fimc-core.c [media]

[PATCH 1/6] [media] s5p-fimc: Use devm_clk_get in mipi-csis.c

2012-11-23 Thread Sachin Kamat
devm_clk_get is device managed and makes error handling and cleanup a bit simpler. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-fimc/mipi-csis.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git

[PATCH 2/6] [media] s5p-fimc: Use devm_clk_get in fimc-core.c

2012-11-23 Thread Sachin Kamat
devm_clk_get is device managed and makes error handling and cleanup a bit simpler. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-fimc/fimc-core.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git

[PATCH 3/6] [media] s5p-fimc: Use devm_clk_get in fimc-lite.c

2012-11-23 Thread Sachin Kamat
devm_clk_get is device managed and makes error handling and cleanup a bit simpler. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-fimc/fimc-lite.c |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git

[PATCH 4/6] [media] s5p-g2d: Use devm_clk_get APIs.

2012-11-23 Thread Sachin Kamat
devm_clk_get() is device managed function and makes error handling and exit code a bit simpler. Cc: Kamil Debski k.deb...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-g2d/g2d.c | 14 -- 1 files changed, 4 insertions(+), 10

[PATCH 6/6] [media] s5p-mfc: Use devm_clk_get APIs

2012-11-23 Thread Sachin Kamat
devm_clk_get() is device managed function and makes error handling and exit code a bit simpler. Cc: Kamil Debski k.deb...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-mfc/s5p_mfc_pm.c | 14 -- 1 files changed, 4 insertions(+), 10

Re: [PATCHv14 4/7] fbmon: add videomode helpers

2012-11-23 Thread Steffen Trumtrar
Hi Laurent, On Fri, Nov 23, 2012 at 11:53:10AM +0100, Laurent Pinchart wrote: Hi Steffen, On Friday 23 November 2012 10:04:24 Steffen Trumtrar wrote: Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de

[PATCH] stk1160: Replace BUG_ON with WARN_ON

2012-11-23 Thread Ezequiel Garcia
This situation is not even an error condition so it's stupid to BUG_ON. Learn the lesson: http://permalink.gmane.org/gmane.linux.kernel/1347333 Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/media/usb/stk1160/stk1160-video.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH 4/6] uvcvideo: Set device_caps in VIDIOC_QUERYCAP

2012-11-23 Thread Laurent Pinchart
Hi Hans, Thanks for the review. On Friday 16 November 2012 15:00:29 Hans Verkuil wrote: On Thu September 27 2012 17:16:18 Laurent Pinchart wrote: Set the capabilities field to global capabilities, and the device_caps field to the video node capabilities. This issue was found by the

Re: [PATCH 6/6] uvcvideo: Add VIDIOC_[GS]_PRIORITY support

2012-11-23 Thread Laurent Pinchart
Hi Hans, Thank you for the review. On Friday 16 November 2012 15:07:42 Hans Verkuil wrote: On Thu September 27 2012 17:16:20 Laurent Pinchart wrote: Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/usb/uvc/uvc_driver.c |3 ++

[PATCH v2 6/6] uvcvideo: Add VIDIOC_[GS]_PRIORITY support

2012-11-23 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/usb/uvc/uvc_driver.c |3 ++ drivers/media/usb/uvc/uvc_v4l2.c | 45 drivers/media/usb/uvc/uvcvideo.h |1 + 3 files changed, 49 insertions(+), 0 deletions(-)

Re: [PATCH 4/6] uvcvideo: Set device_caps in VIDIOC_QUERYCAP

2012-11-23 Thread Hans Verkuil
On Fri November 23 2012 13:20:10 Laurent Pinchart wrote: Hi Hans, Thanks for the review. On Friday 16 November 2012 15:00:29 Hans Verkuil wrote: On Thu September 27 2012 17:16:18 Laurent Pinchart wrote: Set the capabilities field to global capabilities, and the device_caps field to

Re: [PATCH v2 6/6] uvcvideo: Add VIDIOC_[GS]_PRIORITY support

2012-11-23 Thread Hans Verkuil
Hi Laurent, You were right about your remark about setting USE_FH_PRIO: you do need to do that here. Thanks for reposting with more context, now I can see where the prio checks are added :-) I have just one small remark: On Fri November 23 2012 13:32:05 Laurent Pinchart wrote: Signed-off-by:

[GIT PULL FOR v3.8] uvcvideo patches

2012-11-23 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 304a0807a22852fe3095a62c24b25c4d0e16d003: [media] drivers/media/usb/hdpvr/hdpvr-core.c: fix error return code (2012-11-22 14:22:31 -0200) are available in the git repository at: git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next Laurent

[PATCH 0/2] Taking over saa7146 maintainership from Michael Hunold

2012-11-23 Thread Hans Verkuil
Since I have enough saa7146-type cards to test almost all saa7146-based drivers (except for budget cards with analog input. If anyone has a spare, please contact me) and I have doing a fair amount of work for saa7146 over the years, Michael and I decided that I should replace Michael as maintainer

[PATCH 1/2] MAINTAINERS: Taking over saa7146 maintainership from Michael Hunold.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 80b8f68..76b1c1d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6440,10 +6440,9 @@

[PATCH 2/2] MAINTAINERS: add tda9840, tea6415c and tea6420 entries.

2012-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS | 24 1 file changed, 24 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 76b1c1d..c25ade7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7412,6

Re: [PATCH v2 00/12] Media Controller capture driver for DM365

2012-11-23 Thread Sakari Ailus
Hi Prabhakar and others, (Just resending; Laurent's e-mail address corrected, cc Hans, too.) On Fri, Nov 16, 2012 at 08:15:02PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com This patch set adds media controller based capture driver for DM365. This driver bases

Re: [PATCH v2 00/12] Media Controller capture driver for DM365

2012-11-23 Thread Prabhakar Lad
Hi Sakari, On Fri, Nov 23, 2012 at 6:43 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Prabhakar and others, (Just resending; Laurent's e-mail address corrected, cc Hans, too.) On Fri, Nov 16, 2012 at 08:15:02PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com This

Re: one tuner of a PVR-500 not returning any data

2012-11-23 Thread Brian J. Murrell
On 12-11-22 07:33 AM, Brian J. Murrell wrote: I have a PVR-500 in a machine here where one of the /dev/video* devices can successfully be opened and return data while the other can be opened but returns to data to a read(2). i.e.: open(/dev/video3, O_RDONLY|O_LARGEFILE) = 3 dup3(3, 0, 0)

Re: avermedia, new version of avertv volar green hd

2012-11-23 Thread moebius
Bonjour, A little in late but here is the pic location : http://dl.free.fr/n7m8Gfe5q cordialement, Le 07/11/2012 16:23, Antti Palosaari a écrit : Hello If possible put those pictures somewhere to the net and give link everyone could take a look. If that's not possible then I am still happy

[PATCH 0/15] [media] marvell-ccic: add soc camera support on marvell-ccic

2012-11-23 Thread Albert Wang
The following patches series will add soc camera support on marvell-ccic Change log v2: - remove register definition patch - split big patch to some small patches - split mcam-core.c to mcam-core.c and mcam-core-standard.c - add mcam-core-soc.c for soc camera

[PATCH 0/15] [media] marvell-ccic: add soc camera support on marvell-ccic

2012-11-23 Thread Albert Wang
The following patches series will add soc camera support on marvell-ccic Change log v2: - remove register definition patch - split big patch to some small patches - split mcam-core.c to mcam-core.c and mcam-core-standard.c - add mcam-core-soc.c for soc camera

[PATCH 01/15] [media] marvell-ccic: use internal variable replace global frame stats variable

2012-11-23 Thread Albert Wang
From: Libin Yang lby...@marvell.com This patch replaces the global frame stats variables by using internal variables in mcam_camera structure. Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com --- drivers/media/platform/marvell-ccic/mcam-core.c | 30

[PATCH 02/15] [media] marvell-ccic: add MIPI support for marvell-ccic driver

2012-11-23 Thread Albert Wang
From: Libin Yang lby...@marvell.com This patch adds the MIPI support for marvell-ccic. Board driver should determine whether using MIPI or not. Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com --- drivers/media/platform/marvell-ccic/mcam-core.c | 60

[PATCH 03/15] [media] marvell-ccic: add clock tree support for marvell-ccic driver

2012-11-23 Thread Albert Wang
From: Libin Yang lby...@marvell.com This patch adds the clock tree support for marvell-ccic. Each board may require different clk enabling sequence. Developer need add the clk_name in correct sequence in board driver to use this feature. Signed-off-by: Libin Yang lby...@marvell.com

[PATCH 04/15] [media] marvell-ccic: reset ccic phy when stop streaming for stability

2012-11-23 Thread Albert Wang
From: Libin Yang lby...@marvell.com This patch adds the reset ccic phy operation when stop streaming. Without reset ccic phy, the next start streaming may be unstable. Also need add CCIC2 definition when PXA688/PXA2128 support dual ccics. Signed-off-by: Albert Wang twan...@marvell.com

[PATCH 05/15] [media] marvell-ccic: refine mcam_set_contig_buffer function

2012-11-23 Thread Albert Wang
From: Libin Yang lby...@marvell.com This patch refines mcam_set_contig_buffer() in mcam core Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com --- drivers/media/platform/marvell-ccic/mcam-core.c | 21 ++--- 1 file changed, 10

[PATCH 07/15] [media] marvell-ccic: add SOF / EOF pair check for marvell-ccic driver

2012-11-23 Thread Albert Wang
From: Libin Yang lby...@marvell.com This patch adds the SOFx/EOFx pair check for marvell-ccic. When switching format, the last EOF may not arrive when stop streamning. And the EOF will be detected in the next start streaming. Must ensure clear the obsolete frame flags before every really start

[PATCH 06/15] [media] marvell-ccic: add new formats support for marvell-ccic driver

2012-11-23 Thread Albert Wang
From: Libin Yang lby...@marvell.com This patch adds the new formats support for marvell-ccic. Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com --- drivers/media/platform/marvell-ccic/mcam-core.c | 178 ++-

[PATCH 08/15] [media] marvell-ccic: switch to resource managed allocation and request

2012-11-23 Thread twang13
From: Libin Yang lby...@marvell.com This patch switchs to resource managed allocation and request in mmp-driver. It can remove free resource operations. Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com ---

[PATCH 09/15] [media] marvell-ccic: refine vb2_ops for marvell-ccic driver

2012-11-23 Thread Albert Wang
This patch adds buf_init and buf_cleanup callback in vb2_ops. Also adds get_mcam() which is prepared for adding soc_camera support. Signed-off-by: Libin Yang lby...@marvell.com Signed-off-by: Albert Wang twan...@marvell.com --- drivers/media/platform/marvell-ccic/mcam-core.c | 55

[PATCH 10/15] [media] marvell-ccic: split mcam core into 2 parts for soc_camera support

2012-11-23 Thread Albert Wang
This patch splits mcam core into 2 parts to prepare for soc_camera support. The first part remains in mcam-core. This part includes the HW operations and vb2 callback functions. The second part is moved to mcam-core-standard.c. This part is relevant with the implementation of using v4l2.

[PATCH 11/15] [media] marvell-ccic: add soc_camera support in mcam core

2012-11-23 Thread twang13
From: Albert Wang twan...@marvell.com This patch adds the soc_camera support in mcam core. It creates the file mcam-core-soc.c and mcam-core-soc.h to support soc_camera in mcam core. To use the soc_camera feature, platform driver, such as mmp-driver.c, should also be modified. Signed-off-by:

[PATCH 12/15] [media] marvell-ccic: add soc_camera support in mmp driver

2012-11-23 Thread Albert Wang
This patch adds the soc_camera support in the platform driver: mmp-driver.c. Specified board driver also should be modified to support soc_camera by passing some platform datas to platform driver. Currently the soc_camera mode in mmp driver only supports B_DMA_contig mode. Signed-off-by: Libin

[PATCH 13/15] [media] marvell-ccic: add dma burst mode support in marvell-ccic driver

2012-11-23 Thread Albert Wang
This patch adds the dma burst size config support for marvell-ccic. Developer can set the dma burst size in specified board driver. Signed-off-by: Libin Yang lby...@marvell.com Signed-off-by: Albert Wang twan...@marvell.com --- .../media/platform/marvell-ccic/mcam-core-soc.c|2 +-

[PATCH 15/15] [media] marvell-ccic: add 3 frame buffers support in DMA_CONTIG mode

2012-11-23 Thread Albert Wang
This patch adds support of 3 frame buffers in DMA-contiguous mode. In current DMA_CONTIG mode, only 2 frame buffers can be supported. Actually, Marvell CCIC can support at most 3 frame buffers. Currently 2 frame buffers mode will be used by default. To use 3 frame buffers mode, can do: define

[PATCH 14/15] [media] marvell-ccic: use unsigned int type replace int type

2012-11-23 Thread Albert Wang
This patch use unsigned int type replace int type in marvell-ccic. These variables: frame number, buf number, irq... should be unsigned. Signed-off-by: Albert Wang twan...@marvell.com --- .../media/platform/marvell-ccic/mcam-core-soc.h|2 +-

Re: stv090x: possible bug with 8psk,fec=5/6

2012-11-23 Thread N. D.
Оригинално писмо От: N. D. nam...@abv.bg Относно: Re: stv090x: possible bug with 8psk,fec=5/6 До: N. D. nam...@abv.bg Изпратено на: Петък, 2012, Ноември 23 09:48:20 EET Оригинално писмо От: N.

[PATCH 08/15] [media] marvell-ccic: switch to resource managed allocation and request

2012-11-23 Thread Albert Wang
From: Libin Yang lby...@marvell.com This patch switchs to resource managed allocation and request in mmp-driver. It can remove free resource operations. Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com ---

[PATCH 11/15] [media] marvell-ccic: add soc_camera support in mcam core

2012-11-23 Thread Albert Wang
This patch adds the soc_camera support in mcam core. It creates the file mcam-core-soc.c and mcam-core-soc.h to support soc_camera in mcam core. To use the soc_camera feature, platform driver, such as mmp-driver.c, should also be modified. Signed-off-by: Libin Yang lby...@marvell.com

Re: [PATCH v2 00/12] Media Controller capture driver for DM365

2012-11-23 Thread Sakari Ailus
Hi Prabhakar, On Fri, Nov 23, 2012 at 06:51:28PM +0530, Prabhakar Lad wrote: Hi Sakari, On Fri, Nov 23, 2012 at 6:43 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Prabhakar and others, (Just resending; Laurent's e-mail address corrected, cc Hans, too.) On Fri, Nov 16, 2012 at

Re: [PATCH v2 00/12] Media Controller capture driver for DM365

2012-11-23 Thread Hans Verkuil
On Fri November 23 2012 14:57:53 Sakari Ailus wrote: Hi Prabhakar, On Fri, Nov 23, 2012 at 06:51:28PM +0530, Prabhakar Lad wrote: Hi Sakari, On Fri, Nov 23, 2012 at 6:43 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Prabhakar and others, (Just resending; Laurent's e-mail

Re: [RFC v2 0/5] Common Display Framework

2012-11-23 Thread Tomi Valkeinen
Hi, On 2012-11-22 23:45, Laurent Pinchart wrote: From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Hi everybody, Here's the second RFC of what was previously known as the Generic Panel Framework. Nice work! Thanks for working on this. I was doing some testing with the

[PATCH RFC 0/3] s5c73m3 camera sensor driver

2012-11-23 Thread Andrzej Hajda
This patch series adds V4L2 driver for S5C73M3 camera sensor. This is I2C driver with SPI bus used for firmware upload. Driver exposes two sub-devices: - pure sensor with two source pads (ISP, JPEG), - output-interface pad with two sink sensors (ISP, JPEG) and one source pad. ISP and JPEG pads

[PATCH RFC 3/3] s5p-fimc: improved pipeline try format routine

2012-11-23 Thread Andrzej Hajda
Function support variable number of subdevs in pipe-line. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/s5p-fimc/fimc-capture.c | 100 +++- 1 file changed, 64 insertions(+), 36 deletions(-)

[PATCH RFC 2/3] s5p-fimc: add support for sensors with multiple pads

2012-11-23 Thread Andrzej Hajda
Some sensors can have more than one pad (case of S5C73M3). In such cases FIMC assumes the last pad of the sensor is the source pad. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/s5p-fimc/fimc-capture.c |6

[GIT PULL FOR v3.8] OMAP3 ISP patches

2012-11-23 Thread Laurent Pinchart
Hi Mauro, This time the pull request should be good :-) The following changes since commit 1323024fd3296537dd34da70fe70b4df12a308ec: [media] siano: fix build with allmodconfig (2012-11-23 13:48:39 -0200) are available in the git repository at: git://linuxtv.org/pinchartl/media.git

Re: [PATCH 1/2] MAINTAINERS: Taking over saa7146 maintainership from Michael Hunold.

2012-11-23 Thread Michael Hunold
Hi, on 23.11.2012 14:10 Hans Verkuil said the following: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index

Mysterious USB device ID change on Hauppauge HVR-900 (em28xx)

2012-11-23 Thread Frank Schäfer
Hi, I've got a Hauppauge HVR-900 (65008/A1C0) today. First, the device showed up as USB device 7640:edc1 (even after several unplug - replug cycles), so I decided to add this VID:PID to the em28xx driver to see what happens. That worked fine, em2882/em2883, tuner xc2028/3028 etc. were detected

Re: [PATCH 2/2] MAINTAINERS: add tda9840, tea6415c and tea6420 entries.

2012-11-23 Thread Michael Hunold
Hi, on 23.11.2012 14:10 Hans Verkuil said the following: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS | 24 1 file changed, 24 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index

Re: [PATCH] gspca - ov534: Fix the light frequency filter

2012-11-23 Thread Antonio Ospite
On Thu, 22 Nov 2012 12:46:52 +0100 Jean-Francois Moine moin...@free.fr wrote: (fix lack of signature) From: Jean-François Moine moin...@free.fr The exchanges relative to the light frequency filter were adapted from a description found in a ms-windows driver. It seems that the registers

Re: Mysterious USB device ID change on Hauppauge HVR-900 (em28xx)

2012-11-23 Thread Antti Palosaari
On 11/23/2012 07:01 PM, Frank Schäfer wrote: Hi, I've got a Hauppauge HVR-900 (65008/A1C0) today. First, the device showed up as USB device 7640:edc1 (even after several unplug - replug cycles), so I decided to add this VID:PID to the em28xx driver to see what happens. That worked fine,

Re: avermedia, new version of avertv volar green hd

2012-11-23 Thread Antti Palosaari
Totally new chipset (AV3007) or markings are changed. Did you look another side of PCB if there is some other chips? I suspect it is all integrated to that chip unless there is RF-tuner on the other side of PCB. Without the lsusb, driver, and any other info we cannot help more. regards

Re: [PATCH] gspca - ov534: Fix the light frequency filter

2012-11-23 Thread Jean-Francois Moine
On Fri, 23 Nov 2012 18:09:09 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Thu, 22 Nov 2012 12:46:52 +0100 [snip] Jean-Francois Moine moin...@free.fr wrote: This patch was done thanks to the documentation of the right OmniVision sensors. In the datasheet I have for

Re: Mysterious USB device ID change on Hauppauge HVR-900 (em28xx)

2012-11-23 Thread Frank Schäfer
Am 23.11.2012 18:20, schrieb Antti Palosaari: On 11/23/2012 07:01 PM, Frank Schäfer wrote: Hi, I've got a Hauppauge HVR-900 (65008/A1C0) today. First, the device showed up as USB device 7640:edc1 (even after several unplug - replug cycles), so I decided to add this VID:PID to the em28xx

[GIT PULL FOR v3.8] DMABUF support in Video4Linux

2012-11-23 Thread Sylwester Nawrocki
Hi Mauro, This patch series adds DMABUF importer and exporting feature to V4L2 API and to some s5p-* drivers. I'm sending this on behalf of Tomasz Stanislawski. Please pull for v3.8. The following changes since commit 1323024fd3296537dd34da70fe70b4df12a308ec: [media] siano: fix build with

Re: [RFC v2 0/5] Common Display Framework

2012-11-23 Thread Thierry Reding
On Thu, Nov 22, 2012 at 10:45:31PM +0100, Laurent Pinchart wrote: [...] Display entities are accessed by driver using notifiers. Any driver can register a display entity notifier with the CDF, which then calls the notifier when a matching display entity is registered. The reason for this

Re: Mysterious USB device ID change on Hauppauge HVR-900 (em28xx)

2012-11-23 Thread Mauro Carvalho Chehab
Em Fri, 23 Nov 2012 18:01:14 +0100 Frank Schäfer fschaefer@googlemail.com escreveu: Hi, I've got a Hauppauge HVR-900 (65008/A1C0) today. First, the device showed up as USB device 7640:edc1 (even after several unplug - replug cycles), so I decided to add this VID:PID to the em28xx

cron job: media_tree daily build: WARNINGS

2012-11-23 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:Fri Nov 23 19:00:29 CET 2012 git hash:1323024fd3296537dd34da70fe70b4df12a308ec gcc version: i686-linux-gcc

Re: [RFC v2 0/5] Common Display Framework

2012-11-23 Thread Sascha Hauer
Hi Laurent, On Thu, Nov 22, 2012 at 10:45:31PM +0100, Laurent Pinchart wrote: From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com The CDF models this using a Russian doll's model. From the display controller point of view only the first external entity (LVDS to DSI converter)

  1   2   >