Re: [RFC] subdevice PM: .s_power() deprecation?

2011-10-23 Thread Sakari Ailus
Hi Sylwester, Sylwester Nawrocki wrote: ... I understand what you're saying, but can you give us a specific example, when a subdev driver (your SoC internal subdev, that is) doesn't have a way to react to an event itself and only the bridge driver gets called into at that time? Something like

Re: [PATCH] Fix to qt1010 tuner frequency selection (media/dvb)

2011-10-23 Thread Carlos Corbacho
On Thursday 20 Oct 2011 07:45:45 Jyrki Kuoppala wrote: I think my problem frequency has also been at the later spot. It is possible there is something more complicated going on at 474 MHz - so based on your testing, it's best to apply just the latter change, at least for now. Jyrki +

Re: [RFC] subdevice PM: .s_power() deprecation?

2011-10-23 Thread Sylwester Nawrocki
Hi Sakari, On 10/23/2011 10:07 AM, Sakari Ailus wrote: Sylwester Nawrocki wrote: ... I understand what you're saying, but can you give us a specific example, when a subdev driver (your SoC internal subdev, that is) doesn't have a way to react to an event itself and only the bridge driver

Re: [RFC] subdevice PM: .s_power() deprecation?

2011-10-23 Thread Sakari Ailus
Sylwester Nawrocki wrote: Hi Sakari, On 10/23/2011 10:07 AM, Sakari Ailus wrote: Sylwester Nawrocki wrote: ... I understand what you're saying, but can you give us a specific example, when a subdev driver (your SoC internal subdev, that is) doesn't have a way to react to an event itself

Re: [RFC] subdevice PM: .s_power() deprecation?

2011-10-23 Thread Sylwester Nawrocki
On 10/23/2011 10:44 AM, Sakari Ailus wrote: Sylwester Nawrocki wrote: ... 2. In some of our camera pipeline setups - Sensor - MIPI-CSI receiver - host/DMA, the sensor won't boot properly if all MIPI-CSI regulators aren't enabled. So the MIPI-CSI receiver must always be powered on

Re: [RFC] subdevice PM: .s_power() deprecation?

2011-10-23 Thread Laurent Pinchart
Hi Sylwester, On Sunday 23 October 2011 11:01:15 Sylwester Nawrocki wrote: On 10/23/2011 10:44 AM, Sakari Ailus wrote: Sylwester Nawrocki wrote: ... 2. In some of our camera pipeline setups - Sensor - MIPI-CSI receiver - host/DMA, the sensor won't boot properly if all MIPI-CSI

Re: [RFC] subdevice PM: .s_power() deprecation?

2011-10-23 Thread Sylwester Nawrocki
Hi Laurent, On 10/23/2011 11:26 AM, Laurent Pinchart wrote: On Sunday 23 October 2011 11:01:15 Sylwester Nawrocki wrote: On 10/23/2011 10:44 AM, Sakari Ailus wrote: Sylwester Nawrocki wrote: 2. In some of our camera pipeline setups - Sensor - MIPI-CSI receiver - host/DMA, the sensor

cron job: media_tree daily build: WARNINGS

2011-10-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:Sun Oct 23 19:00:17 CEST 2011 git hash:35a912455ff5640dc410e91279b03e04045265b2 gcc version: i686-linux-gcc

new mbus formats

2011-10-23 Thread Hadli, Manjunath
Hi, I need a few mbus formats to be defined loosely for following. Please tell me if anyone has already thought of taking care of them already. These are supported for Texas Instruments DM365 and DM355 SoCs. 1. RGB 888 parallel: 2. YUV420 color separate: 3. C plane 420: ( On the

Re: omap3isp: BT.656 support

2011-10-23 Thread Boris Todorov
On Thu, Oct 20, 2011 at 5:36 PM, Stefan Herbrechtsmeier sherb...@cit-ec.uni-bielefeld.de wrote: Am 20.10.2011 14:14, schrieb Boris Todorov: On Thu, Oct 20, 2011 at 12:03 PM, Stefan Herbrechtsmeier sherb...@cit-ec.uni-bielefeld.de wrote: Am 20.10.2011 08:56, schrieb Boris Todorov: On Wed, Oct

[GIT PULL] ivtv, cx18: FM radio fixes

2011-10-23 Thread Andy Walls
Mauro, Please pull two changes that fix FM radio in ivtv and cx18. Thanks go to Ian Armstrong for finding and fixing the ivtv problem. Regards, Andy The following changes since commit 35a912455ff5640dc410e91279b03e04045265b2: Merge branch 'v4l_for_linus' into staging/for_v3.2 (2011-10-19

Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

2011-10-23 Thread Michal Nazarewicz
On Fri, 21 Oct 2011 03:06:24 -0700, Mel Gorman m...@csn.ul.ie wrote: On Tue, Oct 18, 2011 at 10:26:37AM -0700, Michal Nazarewicz wrote: On Tue, 18 Oct 2011 05:21:09 -0700, Mel Gorman m...@csn.ul.ie wrote: At this point, I'm going to apologise for not reviewing this a long long time ago. On

Reqbufs(0) need to release queued_list

2011-10-23 Thread Angela Wan
Hi, As I have used videobuf2+soc_camera architecture on my camera driver. I find a problem when I use Reqbuf(0), which only release buffer, but not clear queued_list. Problem description: That is if upper layer uses qbuf then reqbuf0 directly, not having stream on/dqbuf/off, then next