Re: [RFC v1.2 2/4] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag

2013-09-18 Thread Sakari Ailus
Ping. On Fri, Sep 06, 2013 at 08:10:12PM +0300, Sakari Ailus wrote: Hi Laurent, Thanks for the reply. On Fri, Sep 06, 2013 at 06:30:47PM +0200, Laurent Pinchart wrote: Hi Sakari, Thank you for the patch. On Wednesday 04 September 2013 03:09:42 Sakari Ailus wrote: Do not

Re: Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-18 Thread Sylwester Nawrocki
Hi Mauro, On 09/17/2013 07:08 PM, Mauro Carvalho Chehab wrote: Hi, I'm trying to consolidate the list of interested people on participating at this year's the media mini-summit. From what I got from the discussions, we have, so far: Benjamin Gaignard benjamin.gaign...@linaro.org

Re: [PATCH v3] media: st-rc: Add ST remote control driver

2013-09-18 Thread Srinivas KANDAGATLA
Thanks Mark, On 16/09/13 15:10, Mark Rutland wrote: + +Required properties: + - compatible: should be st,comms-irb. This should probably say should contain rather than should be. There may be future vairants of this device, which will also have a more specific compatible string. Ok,

1080i input interface support

2013-09-18 Thread Roberto Alcântara
Guys, I have seeing a few devices as GoogleTv and Sony usb dongle with HDMI input. Do you know what chipset this devices are using? We have any hdmi input device supported for now? best regards, - Roberto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a

Re: [PATCH v7 01/13] [media] exynos5-is: Adding media device driver for exynos5

2013-09-18 Thread Arun Kumar K
Hi Sylwester, On Wed, Sep 18, 2013 at 2:20 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Arun, On 09/17/2013 01:29 PM, Arun Kumar K wrote: Wont this make fimc-is to be enabled to use fimc-lite? Hmm, it would be runtime PM active, yes. But it doesn't mean the Cortex-A5's

Re: Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-18 Thread Hans Verkuil
On 09/17/2013 04:06 PM, Laurent Pinchart wrote: Hi Guennadi, On Tuesday 17 September 2013 22:41:57 Guennadi Liakhovetski wrote: On Tue, 17 Sep 2013, Laurent Pinchart wrote: On Tuesday 17 September 2013 19:49:21 Oliver Schinagl wrote: On 09/17/13 19:08, Mauro Carvalho Chehab wrote: Hi, I'm

Re: [Bug] 0ac8:0321 Vimicro generic vc0321 Camera is not working and causes crashes since 3.2

2013-09-18 Thread Hans de Goede
Hi, On 09/17/2013 08:25 PM, Frank Dierich wrote: On 09/09/2013 02:09 PM, Hans de Goede wrote: Thanks for the bug report, looking at the bug reports, they all report an error of -71 which is EPROTO, which typically means something is wrong at the USB level. And nothing has changed for the

Re: [PATCH v3] media: st-rc: Add ST remote control driver

2013-09-18 Thread Mark Rutland
On Wed, Sep 18, 2013 at 11:11:29AM +0100, Srinivas KANDAGATLA wrote: Thanks Mark, On 16/09/13 15:10, Mark Rutland wrote: + +Required properties: + - compatible: should be st,comms-irb. This should probably say should contain rather than should be. There may be future vairants

Re: Dependency bug in the uvcvideo Kconfig

2013-09-18 Thread Randy Dunlap
[adding linux-media mailing list] On 09/18/13 06:18, Jeff P. Zacher wrote: Not subscribed, please CC'me in replies: There seems to be a dependency bug in the Kconfig for the uvcvideo kernel module. If uvcvideo is built in and usb support is built as a module, the kernel build will fail

Re: Dependency bug in the uvcvideo Kconfig

2013-09-18 Thread Peter Senna Tschudin
Hi Randy, I've tried to download the .config file from the link on the forum, but it tries to install something in my browser and the file is not downloadable for me. Can you provide it over an simpler interface such as pastebin.com? Thanks On Wed, Sep 18, 2013 at 4:59 PM, Randy Dunlap

Re: Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-09-18 Thread Laurent Pinchart
On Wednesday 18 September 2013 08:04:52 Hans Verkuil wrote: On 09/17/2013 04:06 PM, Laurent Pinchart wrote: On Tuesday 17 September 2013 22:41:57 Guennadi Liakhovetski wrote: On Tue, 17 Sep 2013, Laurent Pinchart wrote: On Tuesday 17 September 2013 19:49:21 Oliver Schinagl wrote: On

Re: [RFC v1.2 2/4] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag

2013-09-18 Thread Laurent Pinchart
Hi Sakari, On Friday 06 September 2013 20:10:12 Sakari Ailus wrote: On Fri, Sep 06, 2013 at 06:30:47PM +0200, Laurent Pinchart wrote: On Wednesday 04 September 2013 03:09:42 Sakari Ailus wrote: Do not allow streaming if a pad with MEDIA_PAD_FL_MUST_CONNECT flag is connected by links that

Re: [RFC v1.2 2/4] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag

2013-09-18 Thread Sylwester Nawrocki
Hi Sakari, On 09/06/2013 07:10 PM, Sakari Ailus wrote: On Fri, Sep 06, 2013 at 06:30:47PM +0200, Laurent Pinchart wrote: On Wednesday 04 September 2013 03:09:42 Sakari Ailus wrote: Do not allow streaming if a pad with MEDIA_PAD_FL_MUST_CONNECT flag is connected by links that are all inactive.

Re: [RFC v1.2 2/4] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag

2013-09-18 Thread Sylwester Nawrocki
On 09/18/2013 10:22 PM, Laurent Pinchart wrote: Hi Sakari, On Friday 06 September 2013 20:10:12 Sakari Ailus wrote: On Fri, Sep 06, 2013 at 06:30:47PM +0200, Laurent Pinchart wrote: On Wednesday 04 September 2013 03:09:42 Sakari Ailus wrote: [...] + if

Re: [RFC v1.2 2/4] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag

2013-09-18 Thread Sakari Ailus
Hi Sylwester, Thanks for the comments! On Wed, Sep 18, 2013 at 11:12:09PM +0200, Sylwester Nawrocki wrote: Hi Sakari, On 09/06/2013 07:10 PM, Sakari Ailus wrote: On Fri, Sep 06, 2013 at 06:30:47PM +0200, Laurent Pinchart wrote: On Wednesday 04 September 2013 03:09:42 Sakari Ailus wrote:

Possible participation in Edinburgh Mini-Summit

2013-09-18 Thread Alex Luccisano (luccisa)
Hi Mauro, As discussed at LinuxCon (New Orleans), please invite/add me to the V4L/DVB mini-summit in Edinburgh. I cannot commit to attending until travel approvals are in place, so please consider this as tentative. Regards, Alex Luccisano -- To unsubscribe from this list: send the line

[PATCH 0/4] Add MEDIA_PAD_FL_MUST_CONNECT pad flag, check it

2013-09-18 Thread Sakari Ailus
Hi, Compared to the RFC set here: URL:http://www.spinics.net/lists/linux-media/msg65947.html what has changed is: - if (a || b) - Added a note that there could be configuration dependent reasons to connect a pad in which case the flag would be absent. --- This is a small RFC

[PATCH 1/4] media: Add pad flag MEDIA_PAD_FL_MUST_CONNECT

2013-09-18 Thread Sakari Ailus
Pads that set this flag must be connected by an active link for the entity to stream. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi Acked-by: Sylwester Nawrocki sylvester.nawro...@gmail.com --- Documentation/DocBook/media/v4l/media-ioc-enum-links.xml |8 include/uapi/linux/media.h

[PATCH 3/4] omap3isp: Mark which pads must connect

2013-09-18 Thread Sakari Ailus
Mark pads that must be connected. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/platform/omap3isp/ispccdc.c|3 ++- drivers/media/platform/omap3isp/ispccp2.c|3 ++- drivers/media/platform/omap3isp/ispcsi2.c|3 ++-

[PATCH 4/4] omap3isp: Add resizer data rate configuration to resizer_link_validate

2013-09-18 Thread Sakari Ailus
The configuration of many other blocks depend on resizer maximum data rate. Get the value from resizer at link validation time. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/platform/omap3isp/ispresizer.c | 15

[PATCH 2/4] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag

2013-09-18 Thread Sakari Ailus
Do not allow streaming if a pad with MEDIA_PAD_FL_MUST_CONNECT flag is not connected by an active link. This patch makes it possible to avoid drivers having to check for the most common case of link state validation: a sink pad that must be connected. Signed-off-by: Sakari Ailus

Re: Dependency bug in the uvcvideo Kconfig

2013-09-18 Thread Randy Dunlap
On 09/18/13 08:37, Peter Senna Tschudin wrote: Hi Randy, I've tried to download the .config file from the link on the forum, but it tries to install something in my browser and the file is not downloadable for me. Can you provide it over an simpler interface such as pastebin.com? Thanks

Vážení E-mail užívateľa;

2013-09-18 Thread webmail update
Pre všetky e-mailového konta užívateľa. Vezmite prosím na vedomie, že váš e-mailový účet prekročil skladovacie kapacity. Nebudete môcť odosielať a prijímať e-maily a vaše e-mailové konto, budú odstránené z nášho servera. Ak sa chcete tomuto problému vyhnúť, Kliknite na odkaz nižšie pre

cron job: media_tree daily build: WARNINGS

2013-09-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: Thu Sep 19 04:00:19 CEST 2013 git branch: test git hash: f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16 gcc

Cannot shutdown power use from built in webcam in thinkpad T530 questions]

2013-09-18 Thread Marc MERLIN
Howdy, I have a T530 with a built in webcam that uses the uvcvideo driver. Kernel 3.10.6, but the problem has been there for many kernel versions. From time to time (not always) it shows up at the top of powertop with an unexplained high power use while I'm not using the camera. Powertop says