Re: noisy dev_dbg_ratelimited()

2012-08-17 Thread Hiroshi Doyu
On Thu, 16 Aug 2012 22:29:43 +0200 Hin-Tak Leung ht...@users.sourceforge.net wrote: --- On Thu, 16/8/12, Antti Palosaari cr...@iki.fi wrote: Hello Hiroshi On 08/16/2012 10:12 AM, Hiroshi Doyu wrote: Hi Antti, Antti Palosaari cr...@iki.fi wrote @ Thu, 16 Aug 2012 03:11:56

[PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-17 Thread Hiroshi Doyu
dev_dbg_reatelimited() without DEBUG printed 217078 callbacks suppressed. This shouldn't print anything without DEBUG. Signed-off-by: Hiroshi Doyu hd...@nvidia.com Reported-by: Antti Palosaari cr...@iki.fi --- include/linux/device.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-)

[PATCH-Trivial] [media] s5p-mfc: Add missing braces around sizeof

2012-08-17 Thread Sachin Kamat
Silences the following warnings: WARNING: sizeof *ctx should be sizeof(*ctx) WARNING: sizeof *dev should be sizeof(*dev) Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-mfc/s5p_mfc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH-Trivial 1/2] [media] s5p-fimc: Replace asm/* headers with linux/*

2012-08-17 Thread Sachin Kamat
Silences the following warning: WARNING: Use #include linux/sizes.h instead of asm/sizes.h Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-fimc/fimc-core.h |2 +- drivers/media/platform/s5p-fimc/fimc-lite.h |2 +- 2 files changed, 2 insertions(+), 2

[PATCH-Trivial 2/2] [media] s5p-fimc: Add missing braces around sizeof

2012-08-17 Thread Sachin Kamat
Silences the following warning: WARNING: sizeof *ctx should be sizeof(*ctx) Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-fimc/fimc-capture.c |2 +- drivers/media/platform/s5p-fimc/fimc-m2m.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

RE: [patch] [media] mem2mem_testdev: unlock and return error code properly

2012-08-17 Thread Marek Szyprowski
Hi Dan, On Tuesday, August 14, 2012 8:59 AM Dan Carpenter wrote: We recently added locking to this function, but there was an error path which accidentally returned holding a lock. Also we returned zero on failure on some paths instead of the error code. Signed-off-by: Dan Carpenter

Re: [RFCv3 PATCH 3/8] v4l2-subdev: add support for the new edid ioctls.

2012-08-17 Thread Soby Mathew
Hi Hans I didnt catch this sentence in the documentation of the API It is not possible to set part of an EDID, it is always all or nothing. . Guess, I have to read the documentation thoroughly before making assumptions. It makes my question irrelevant. Best Regards Soby Mathew On Thu, Aug 16,

[GIT PULL FOR v3.7] V4L2: add missing pieces to support HDMI et al and add adv7604/ad9389b drivers

2012-08-17 Thread Hans Verkuil
Hi Mauro, There have been no comments since RFCv3 of this patch series, so this is the final pull request. RFCv3 is here: http://www.mail-archive.com/linux-media@vger.kernel.org/msg50265.html Changes since RFCv3: Changed the ioctl numbers for the SUBDEV_G/S_EDID ioctls to unused numbers from

Re: [PATCH-Trivial] [media] s5p-mfc: Add missing braces around sizeof

2012-08-17 Thread Sylwester Nawrocki
Hi Sachin, On 08/17/2012 08:22 AM, Sachin Kamat wrote: Silences the following warnings: WARNING: sizeof *ctx should be sizeof(*ctx) WARNING: sizeof *dev should be sizeof(*dev) Signed-off-by: Sachin Kamat sachin.ka...@linaro.org I've added this one to my tree. Thanks! Sylwester -- To

Re: [PATCH-Trivial 1/2] [media] s5p-fimc: Replace asm/* headers with linux/*

2012-08-17 Thread Sylwester Nawrocki
Hi Sachin, On 08/17/2012 08:28 AM, Sachin Kamat wrote: Silences the following warning: WARNING: Use #include linux/sizes.h instead of asm/sizes.h Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Added both to my tree. Thanks, Sylwester -- To unsubscribe from this list: send the line

Re: [PATCH] media: davinci: vpif: add check for NULL handler

2012-08-17 Thread Prabhakar Lad
Hi Sekhar, On Friday 17 August 2012 11:07 AM, Sekhar Nori wrote: On 8/17/2012 10:51 AM, Prabhakar Lad wrote: Hi Laurent, Thanks for the review. On Thursday 16 August 2012 08:43 PM, Laurent Pinchart wrote: Hi Prabhakar, Thanks for the patch. On Thursday 16 August 2012 19:32:00 Prabhakar

Re: [RFC 0/5] Generic panel framework

2012-08-17 Thread Tomi Valkeinen
Hi, On Fri, 2012-08-17 at 02:49 +0200, Laurent Pinchart wrote: I will appreciate all reviews, comments, criticisms, ideas, remarks, ... If Oookay, where to start... ;) A few cosmetic/general comments first. I find the file naming a bit strange. You have panel.c, which is the core framework,

[GIT PULL FOR v3.7] Aptina sensor drivers patches

2012-08-17 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 88f8472c9fc6c08f5113887471f1f4aabf7b2929: [media] Fix some Makefile rules (2012-08-16 19:55:03 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/media.git omap3isp-sensors-next Laurent Pinchart (4): v4l2-ctrls: Add

Re: [PATCH] media: davinci: vpif: add check for NULL handler

2012-08-17 Thread Sekhar Nori
On 8/17/2012 2:45 PM, Laurent Pinchart wrote: Hi Prabhakar, On Friday 17 August 2012 14:02:19 Prabhakar Lad wrote: On Friday 17 August 2012 11:07 AM, Sekhar Nori wrote: On 8/17/2012 10:51 AM, Prabhakar Lad wrote: On Thursday 16 August 2012 08:43 PM, Laurent Pinchart wrote: On Thursday 16

Re: [RFC 3/5] video: panel: Add MIPI DBI bus support

2012-08-17 Thread Laurent Pinchart
Hi Tomi, Thank you for the review. On Friday 17 August 2012 12:03:02 Tomi Valkeinen wrote: On Fri, 2012-08-17 at 02:49 +0200, Laurent Pinchart wrote: +/* - + * Bus operations + */ + +void

V4L2 API ambiguities: workshop presentation

2012-08-17 Thread Hans Verkuil
Hi all, I've prepared a presentation for the upcoming workshop based on my RFC and the comments I received. It is available here: http://hverkuil.home.xs4all.nl/presentations/v4l2-workshop-2012.odp http://hverkuil.home.xs4all.nl/presentations/v4l2-workshop-2012.pdf Attendees of the workshop:

Re: [RFC 3/5] video: panel: Add MIPI DBI bus support

2012-08-17 Thread Tomi Valkeinen
On Fri, 2012-08-17 at 12:02 +0200, Laurent Pinchart wrote: Hi Tomi, Thank you for the review. On Friday 17 August 2012 12:03:02 Tomi Valkeinen wrote: On Fri, 2012-08-17 at 02:49 +0200, Laurent Pinchart wrote: +/*

Re: [RFC 0/5] Generic panel framework

2012-08-17 Thread Laurent Pinchart
Hi Tomi, Thanks a lot for the review. On Friday 17 August 2012 11:38:14 Tomi Valkeinen wrote: On Fri, 2012-08-17 at 02:49 +0200, Laurent Pinchart wrote: I will appreciate all reviews, comments, criticisms, ideas, remarks, ... If Oookay, where to start... ;) A few cosmetic/general

gstreamer caps and v4l2

2012-08-17 Thread Gary Thomas
I know this is slightly off topic for this list, but I hope someone here can help me. I have asked on the gstreamer list, but it's quite often slow/unreliable. I'm trying to capture video using v4l2src. The problem is that my sensor only delivers bayer RGB and I can't figure out what the caps

Re: [RFC 0/5] Generic panel framework

2012-08-17 Thread Tomi Valkeinen
On Fri, 2012-08-17 at 13:10 +0200, Laurent Pinchart wrote: What kind of directory structure do you have in mind ? Panels are already isolated in drivers/video/panel/ so we could already ditch the panel- prefix in drivers. The same directory also contains files for the framework and buses.

Preferred setup for development?

2012-08-17 Thread Patrick Dickey
I'm looking for information about what distributions people are using, and how they go about testing their code. The reason is, I'm running Ubuntu for my main distribution, and it seems like I'll have to go through a lot of hoops in order to compile and test changes to the kernel. I realize that

Re: Preferred setup for development?

2012-08-17 Thread Peter Senna Tschudin
Hello Patrick, There are some information at: http://git.linuxtv.org/media_tree.git On Fri, Aug 17, 2012 at 8:50 AM, Patrick Dickey pdickeyb...@gmail.com wrote: I'm looking for information about what distributions people are using, and how they go about testing their code. The reason is, I'm

[ANN] media_build should work again!

2012-08-17 Thread Hans Verkuil
I've updated the media_build scripts to reflect the new file organization. Most of the work was actually in dealing with some driver changes that required compat code and that had nothing to do with the reorganization. I'll have to wait for the daily build tonight to know for certain whether all

Re: [RFC 3/5] video: panel: Add MIPI DBI bus support

2012-08-17 Thread Laurent Pinchart
Hi Tomi, On Friday 17 August 2012 13:51:49 Tomi Valkeinen wrote: On Fri, 2012-08-17 at 12:02 +0200, Laurent Pinchart wrote: On Friday 17 August 2012 12:03:02 Tomi Valkeinen wrote: On Fri, 2012-08-17 at 02:49 +0200, Laurent Pinchart wrote: +/*

Re: Preferred setup for development?

2012-08-17 Thread Hans Verkuil
On Fri August 17 2012 13:50:25 Patrick Dickey wrote: I'm looking for information about what distributions people are using, and how they go about testing their code. The reason is, I'm running Ubuntu for my main distribution, and it seems like I'll have to go through a lot of hoops in order

Re: V4L2 API ambiguities: workshop presentation

2012-08-17 Thread Hans de Goede
Hi, On 08/17/2012 12:35 PM, Hans Verkuil wrote: Hi all, I've prepared a presentation for the upcoming workshop based on my RFC and the comments I received. It is available here: http://hverkuil.home.xs4all.nl/presentations/v4l2-workshop-2012.odp

Re: V4L2 API ambiguities: workshop presentation

2012-08-17 Thread Hans Verkuil
On Fri August 17 2012 14:48:23 Hans de Goede wrote: Hi, On 08/17/2012 12:35 PM, Hans Verkuil wrote: Hi all, I've prepared a presentation for the upcoming workshop based on my RFC and the comments I received. It is available here:

Re: [Workshop-2011] V4L2 API ambiguities: workshop presentation

2012-08-17 Thread Laurent Pinchart
On Friday 17 August 2012 14:55:13 Hans Verkuil wrote: On Fri August 17 2012 14:48:23 Hans de Goede wrote: On 08/17/2012 12:35 PM, Hans Verkuil wrote: Hi all, I've prepared a presentation for the upcoming workshop based on my RFC and the comments I received. It is available

Re: [RFC 3/5] video: panel: Add MIPI DBI bus support

2012-08-17 Thread Tomi Valkeinen
On Fri, 2012-08-17 at 14:33 +0200, Laurent Pinchart wrote: But first, the data type should be byte, not unsigned long. How would you write 8 bits or 16 bits with your API? u8 and u16 both fit in an unsigned long :-) Please see below. Ah, I see, so the driver would just discard 24 bits or

Re: [Workshop-2011] V4L2 API ambiguities: workshop presentation

2012-08-17 Thread Hans de Goede
Hi, On 08/17/2012 02:57 PM, Laurent Pinchart wrote: Snip Regarding ENUM_FRAMESIZES: it makes sense to add an aspect ratio here for use with sensors. But for video receivers ENUM_FRAMESIZES isn't applicable. Do we have sensors with non-square pixels ? Short answer: not that I know of.

Re: [PATCH v2] smiapp: Use devm_* functions in smiapp-core.c file

2012-08-17 Thread Sakari Ailus
Hi Sachin, On Fri, Aug 17, 2012 at 10:19:02AM +0530, Sachin Kamat wrote: devm_* functions are device managed functions and make code a bit smaller and cleaner. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Changes since v1: Used devm_kzalloc for sensor-nvm. Used devm_clk_get

Re: [RFC 3/5] video: panel: Add MIPI DBI bus support

2012-08-17 Thread Laurent Pinchart
Hi Tomi, On Friday 17 August 2012 16:06:30 Tomi Valkeinen wrote: On Fri, 2012-08-17 at 14:33 +0200, Laurent Pinchart wrote: But first, the data type should be byte, not unsigned long. How would you write 8 bits or 16 bits with your API? u8 and u16 both fit in an unsigned long :-)

Re: (still) NULL pointer crashes with nuvoton_cir driver

2012-08-17 Thread Luis Henriques
(Adding Mauro to CC has he is the maintainer) On Thu, Aug 16, 2012 at 10:09:32AM +0200, Matthijs Kooijman wrote: Hi folks, I'm currently compiling a 3.5 kernel with just the rdev initialization moved up to see if this will fix my problem at all, but I'd like your view on this in the

Re: [PATCH v2] smiapp: Use devm_* functions in smiapp-core.c file

2012-08-17 Thread Sachin Kamat
On 17 August 2012 19:14, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Sachin, On Fri, Aug 17, 2012 at 10:19:02AM +0530, Sachin Kamat wrote: devm_* functions are device managed functions and make code a bit smaller and cleaner. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Changes

Re: [PATCH-Trivial 1/2] [media] s5p-fimc: Replace asm/* headers with linux/*

2012-08-17 Thread Sachin Kamat
On 17 August 2012 13:51, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Sachin, On 08/17/2012 08:28 AM, Sachin Kamat wrote: Silences the following warning: WARNING: Use #include linux/sizes.h instead of asm/sizes.h Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Added both to my

Re: [PATCH] dvb_frontend: Multistream support

2012-08-17 Thread CrazyCat
16.08.2012, 21:11, Antti Palosaari cr...@iki.fi:  - /* ISDB-T specifics */  - u32 isdbs_ts_id;  -  - /* DVB-T2 specifics */  - u32 dvbt2_plp_id;  + /* Multistream specifics */  + u32 stream_id; u32 == 32 bit long unsigned number. See next comment.  - c-isdbs_ts_id =

Re: [PATCH] dvb_frontend: Multistream support

2012-08-17 Thread CrazyCat
16.08.2012, 21:11, Antti Palosaari cr...@iki.fi: @Mauro, should we rename also DTV_ISDBS_TS_ID to DTV_ISDBS_TS_ID_LEGACY to remind users ? Maybe leave DTV_ISDBS_TS_ID and convert DTV_DVBT2_PLP_ID to DTV_DVB_STREAM_ID ? and dvbt2_plp_id convert to dvb_stream_id. Because DVB and ISDB different

Re: [PATCH] dvb_frontend: Multistream support

2012-08-17 Thread Mauro Carvalho Chehab
Em 17-08-2012 14:52, CrazyCat escreveu: 16.08.2012, 21:11, Antti Palosaari cr...@iki.fi: @Mauro, should we rename also DTV_ISDBS_TS_ID to DTV_ISDBS_TS_ID_LEGACY to remind users ? Maybe leave DTV_ISDBS_TS_ID and convert DTV_DVBT2_PLP_ID to DTV_DVB_STREAM_ID ? and dvbt2_plp_id convert to

Re: [PATCH] dvb_frontend: Multistream support

2012-08-17 Thread Antti Palosaari
On 08/17/2012 08:21 PM, CrazyCat wrote: 16.08.2012, 21:11, Antti Palosaari cr...@iki.fi: - /* ISDB-T specifics */ - u32 isdbs_ts_id; - - /* DVB-T2 specifics */ - u32 dvbt2_plp_id; + /* Multistream specifics */ + u32 stream_id; u32 == 32 bit long unsigned

Re: [PATCH] dvb_frontend: Multistream support

2012-08-17 Thread Mauro Carvalho Chehab
Em 17-08-2012 14:21, CrazyCat escreveu: 16.08.2012, 21:11, Antti Palosaari cr...@iki.fi: - /* ISDB-T specifics */ - u32 isdbs_ts_id; - - /* DVB-T2 specifics */ - u32 dvbt2_plp_id; + /* Multistream specifics */ + u32 stream_id; u32 == 32 bit long unsigned

Strong pairing cam doesn't work with CT-3650 driver (ttusb2)

2012-08-17 Thread Hans Petter Selasky
Hi, Have anyone out there tested the CT-3650 USB driver in the Linux kernel with a strong pairing cam. According to some web-forums, the hardware should support that given using the vendor provided DVB WinXXX software. drivers/media/dvb/dvb-usb/ttusb2.c Any clues how to debug or what can be

cron job: media_tree daily build: ERRORS

2012-08-17 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 Aug 17 19:00:26 CEST 2012 git hash:9b78c5a3007e10a172d4e83bea18509fdff2e8e3 gcc version: i686-linux-gcc

Re: Strong pairing cam doesn't work with CT-3650 driver (ttusb2)

2012-08-17 Thread Antti Palosaari
On 08/17/2012 10:35 PM, Hans Petter Selasky wrote: Hi, Have anyone out there tested the CT-3650 USB driver in the Linux kernel with a strong pairing cam. Likely that means CI+ with some pairing features enabled. According to some web-forums, the hardware should support that given using the

DRM/V4L2 buffer sharing (was: Re: Patches submitted via linux-media ML that are at patchwork.linuxtv.org)

2012-08-17 Thread Sylwester Nawrocki
Hi Laurent, On 08/15/2012 11:09 PM, Laurent Pinchart wrote: On Wednesday 15 August 2012 18:13:19 Sylwester Nawrocki wrote: On 08/15/2012 12:06 AM, Laurent Pinchart wrote: On Tuesday 14 August 2012 18:37:23 Sylwester Nawrocki wrote: On 08/14/2012 03:04 PM, Mauro Carvalho Chehab wrote: This

Re: cron job: media_tree daily build: ERRORS

2012-08-17 Thread Sylwester Nawrocki
Hi Hans, On 08/17/2012 09:54 PM, Hans Verkuil wrote: 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 Aug 17 19:00:26 CEST 2012 git hash:

Re: DRM/V4L2 buffer sharing

2012-08-17 Thread Mauro Carvalho Chehab
Em 17-08-2012 18:01, Sylwester Nawrocki escreveu: Hi Laurent, On 08/15/2012 11:09 PM, Laurent Pinchart wrote: On Wednesday 15 August 2012 18:13:19 Sylwester Nawrocki wrote: On 08/15/2012 12:06 AM, Laurent Pinchart wrote: On Tuesday 14 August 2012 18:37:23 Sylwester Nawrocki wrote: On

[no subject]

2012-08-17 Thread Mrs.Christy Walton
Скъпа моя, Приветствия към вас, скъпа моя възлюбен, аз съм г-жа Кристи Уолтън голяма гражданин на Съединените американски щати. Аз ви нося предложение на стойност $ 9,000,000,000.00 (девет милиарда Съединените членка долара), които възнамерявам да се използват за благотворителност.

Re: DRM/V4L2 buffer sharing

2012-08-17 Thread Laurent Pinchart
Hi Mauro, On Friday 17 August 2012 19:03:47 Mauro Carvalho Chehab wrote: Em 17-08-2012 18:01, Sylwester Nawrocki escreveu: On 08/15/2012 11:09 PM, Laurent Pinchart wrote: On Wednesday 15 August 2012 18:13:19 Sylwester Nawrocki wrote: On 08/15/2012 12:06 AM, Laurent Pinchart wrote: On

Re: [PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-17 Thread Antti Palosaari
On 08/17/2012 09:04 AM, Hiroshi Doyu wrote: dev_dbg_reatelimited() without DEBUG printed 217078 callbacks suppressed. This shouldn't print anything without DEBUG. Signed-off-by: Hiroshi Doyu hd...@nvidia.com Reported-by: Antti Palosaari cr...@iki.fi --- include/linux/device.h |6 +-

dvico fusion hdtv dual express 2 support

2012-08-17 Thread Kristin Jay
Hi, I accidentally purchased a dvico fusionhtdtv dual express2 rather than just a plain dual express and I've since found out the express 2 is not supported. Cheeky to ask, but I was just wondering if anyone happened to be working on support for this in ubuntu 10.04? I'm trying to decide if I

Re: [RFC 0/5] Generic panel framework

2012-08-17 Thread Laurent Pinchart
Hi Tomi, On Friday 17 August 2012 14:42:31 Tomi Valkeinen wrote: On Fri, 2012-08-17 at 13:10 +0200, Laurent Pinchart wrote: What kind of directory structure do you have in mind ? Panels are already isolated in drivers/video/panel/ so we could already ditch the panel- prefix in drivers.