Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops->info.type

2012-01-01 Thread Manu Abraham
On Mon, Jan 2, 2012 at 1:41 AM, Mauro Carvalho Chehab wrote: > This is likely the last patch series from my series of DVB cleanups. > I still intend to work on DRX-K frontend merge patch, but this will > need to wait until my return to my home town. Of course, if you're > hurry with this, patches

Re: [PATCH RFC 01/91] [media] dvb-core: allow demods to specify the supported delivery systems supported standards.

2012-01-01 Thread Manu Abraham
On Tue, Dec 27, 2011 at 10:36 PM, Mauro Carvalho Chehab wrote: > On 27-12-2011 12:33, Andreas Oberritter wrote: >> On 27.12.2011 14:28, Mauro Carvalho Chehab wrote: >>> On 27-12-2011 10:11, Andreas Oberritter wrote: On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: > DVB-S and DVB-T, as t

Re: em28xx: new board id [eb1a:5051]

2012-01-01 Thread okonomiyakisan
> On Sat, 2011-12-31 at 17:01 -0800, Reuben Stokes wrote: >> On Saturday 31 December 2011 01:51:45 Gareth Williams wrote: >> > On Fri, 2011-12-30 at 15:16 -0800, Reuben Stokes wrote: >> > > On Friday 30 December 2011 14:27:57 Gareth Williams wrote: >> > > > On Fri, 2011-12-30 at 05:04 -0800, Reuben

Re: [RFC PATCH 1/4] v4l: Add V4L2_CID_PRESET_WHITE_BALANCE menu control

2012-01-01 Thread Kim, Heungjun
On 2011년 12월 30일 19:30, Sylwester Nawrocki wrote: Hi HeungJun, On 12/29/2011 06:08 AM, HeungJun, Kim wrote: -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Laurent Pinchart Sent: Wednesday, December 28, 2011 10:52 PM To

Re: [Linaro-mm-sig] [RFC v2 1/2] dma-buf: Introduce dma buffer sharing mechanism

2012-01-01 Thread Rob Clark
On Sun, Jan 1, 2012 at 2:53 PM, Sakari Ailus wrote: > Hi Arnd, > > On Tue, Dec 20, 2011 at 03:36:49PM +, Arnd Bergmann wrote: >> On Tuesday 20 December 2011, Sakari Ailus wrote: >> > (I'm jumping into the discussion in the middle, and might miss something >> > that has already been talked abou

Re: [PATCH 2/3] dma-buf: Documentation for buffer sharing framework

2012-01-01 Thread Rob Clark
On Sun, Jan 1, 2012 at 2:09 PM, Sakari Ailus wrote: > Hi Sumit and Arnd, > > On Mon, Dec 26, 2011 at 02:53:16PM +0530, Sumit Semwal wrote: >> Add documentation for dma buffer sharing framework, explaining the >> various operations, members and API of the dma buffer sharing >> framework. >> >> Sign

Re: [RFC] Resolution change support in video codecs in v4l2

2012-01-01 Thread 'Sakari Ailus'
Hi Kamil, Apologies for my later reply. On Mon, Dec 12, 2011 at 11:17:06AM +0100, Kamil Debski wrote: > > -Original Message- > > From: 'Sakari Ailus' [mailto:sakari.ai...@iki.fi] > > Sent: 09 December 2011 20:55 > > To: Kamil Debski > > Cc: 'Mauro Carvalho Chehab'; linux-media@vger.kernel

Re: [Linaro-mm-sig] [RFC v2 1/2] dma-buf: Introduce dma buffer sharing mechanism

2012-01-01 Thread Sakari Ailus
Hi Arnd, On Tue, Dec 20, 2011 at 03:36:49PM +, Arnd Bergmann wrote: > On Tuesday 20 December 2011, Sakari Ailus wrote: > > (I'm jumping into the discussion in the middle, and might miss something > > that has already been talked about. I still hope what I'm about to say is > > relevant. :-)) >

Re: [PATCHv2 00/94] Only use DVBv5 internally on frontend drivers

2012-01-01 Thread Mauro Carvalho Chehab
On 01-01-2012 13:23, Sylwester Nawrocki wrote: > On 12/30/2011 05:45 PM, Mauro Carvalho Chehab wrote: >> On 30-12-2011 14:36, Sylwester Nawrocki wrote: >>> Hi Mauro, >>> >>> On 12/30/2011 04:06 PM, Mauro Carvalho Chehab wrote: This patch series comes after the previous series of 47 patches. >>

[PATCH 3/9] [media] dvb: move dvb_set_frontend logic into a separate routine

2012-01-01 Thread Mauro Carvalho Chehab
This change is there in order to prepare the code to avoid calling dvb_frontend_ioctl_legacy() from FE_SET_PROPERTY. A call to dvb_frontend_ioctl_legacy() would require to update the DVBv3 cache without need, mangling calls for newer delivery system without any reason. No functional changes here

[PATCH 8/9] [media] dvb: deprecate the usage of ops->info.type

2012-01-01 Thread Mauro Carvalho Chehab
Mark info.type as deprecated inside the header, recommending the usage of DTV_ENUM_DELSYS DVBv5 command instead. Signed-off-by: Mauro Carvalho Chehab --- Documentation/DocBook/media/dvb/frontend.xml |4 include/linux/dvb/frontend.h |2 +- 2 files changed, 5 insertion

[PATCH 7/9] [media] dvb: get rid of fepriv->parameters_in

2012-01-01 Thread Mauro Carvalho Chehab
This var were used during DVBv3 times, in order to keep a copy of the parameters used by the events. This is not needed anymore, as the parameters are now dynamically generated from the DVBv5 structure. So, just get rid of it. That means that a DVBv5 pure call won't use anymore any DVBv3 parameter

[PATCH 5/9] [media] dvb_frontend: Fix DVBv3 emulation

2012-01-01 Thread Mauro Carvalho Chehab
For frontends with ISDB-T, DVB-T2, CMDBTH, etc, some code is needed, in order to provide emulation. Add such code, and check if the desired delivery system is supported by the frontend. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/dvb-core/dvb_frontend.c | 140

[PATCH 6/9] [media] dvb-core: Fix ISDB-T defaults

2012-01-01 Thread Mauro Carvalho Chehab
using -1 for ISDB-T parameters do the wrong thing. Fix it. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/dvb-core/dvb_frontend.c | 56 ++-- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers

[PATCH 9/9] [media] dvb: Remove ops->info.type from frontends

2012-01-01 Thread Mauro Carvalho Chehab
Now that this field is deprecated, and core generates it for DVBv3 calls, remove it from the drivers. It also adds .delsys on the few drivers where this were missed. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/bt8xx/dst.c |5 + drivers/media/dvb/dvb-usb/af90

[PATCH 4/9] [media] dvb_frontend: Don't use ops->info.type anymore

2012-01-01 Thread Mauro Carvalho Chehab
Get rid of using ops->info.type defined on DVB drivers, as it doesn't apply anymore. Currently, one driver (cxd2820) supports more than one different info.type, as it can be used for DVB-T/T2 and DVB-C. There are more drivers like that to come. So, the same frontend will have different DVBv3 types

[PATCH 2/9] [media] dvb_frontend: Handle all possible DVBv3 values for bandwidth

2012-01-01 Thread Mauro Carvalho Chehab
Due to DVB-T2, several new possible values for bandwidth were added. As the DVBv3 struct were updated to handle them, the core needs to handle all of them, as a DVBv3 application might try to use it. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/dvb-core/dvb_frontend.c | 55 ++

[PATCH 1/9] [media] dvb: Initialize all cache values

2012-01-01 Thread Mauro Carvalho Chehab
By default, initialize the frontend current delivery system with the first one. This warrants that a DVBv3 application will be able to tune to it, after the removal of ops->init.type filling at the drivers. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/dvb-core/dvb_frontend.c | 18

[PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops->info.type

2012-01-01 Thread Mauro Carvalho Chehab
This is likely the last patch series from my series of DVB cleanups. I still intend to work on DRX-K frontend merge patch, but this will need to wait until my return to my home town. Of course, if you're hurry with this, patches are welcome. This series changes dvb_frontend to use ops->delsys inst

Re: [PATCH 2/3] dma-buf: Documentation for buffer sharing framework

2012-01-01 Thread Sakari Ailus
Hi Sumit and Arnd, On Mon, Dec 26, 2011 at 02:53:16PM +0530, Sumit Semwal wrote: > Add documentation for dma buffer sharing framework, explaining the > various operations, members and API of the dma buffer sharing > framework. > > Signed-off-by: Sumit Semwal > Signed-off-by: Sumit Semwal > Revi

Re: [PATCH] [media] saa7134: fix IR handling for HVR-1110

2012-01-01 Thread Dorozel Csaba
> Please test the latest version. This is it! Work fine for me. Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCHv4 1/2] v4l: Add new framesamples field to struct v4l2_mbus_framefmt

2012-01-01 Thread Sylwester Nawrocki
Hi Sakari, On 12/31/2011 02:16 PM, Sakari Ailus wrote: >>> I could think of an in-kernel counterpart for v4l2_mbus_framefmt, say, >>> v4l2_mbus_framedesc. This could then be passed from subdev to another using >>> a new subdev op. >> >> That might be needed eventually. But I'm not a great fan in g

Re: [PATCH 01/11] mm: page_alloc: set_migratetype_isolate: drain PCP prior to isolating

2012-01-01 Thread Michal Nazarewicz
On Sun, 01 Jan 2012 17:06:53 +0100, Gilad Ben-Yossef wrote: 2012/1/1 Michal Nazarewicz : Looks interesting, I'm not entirely sure why it does not end up a race condition, but in case of __zone_drain_all_pages() we already hold If a page is in the PCP list when we check, you'll send the IPI

cron job: media_tree daily build: ERRORS

2012-01-01 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 Jan 1 19:00:18 CET 2012 git hash:1e73fa5d56333230854ae9460579eb2fcee8af02 gcc version: i686-linux-gcc (GCC

Re: [PATCH] [media] saa7134: fix IR handling for HVR-1110

2012-01-01 Thread Mauro Carvalho Chehab
On 01-01-2012 12:14, Dorozel Csaba wrote: > >> Return the complete RC-5 code, instead of just the 8 least significant >> bits. >> >> Reported-by: Dorozel Csaba >> Tested-by: Dorozel Csaba >> Signed-off-by: Mauro Carvalho Chehab >> >> --- >> >> Please, re-test this patch. It is a more detailed v

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-01 Thread Sylwester Nawrocki
On 12/31/2011 01:00 PM, Sakari Ailus wrote: > Hi Sylwester, > > Apologies for my late answer. No problem, thanks for your comments! > On Sat, Dec 10, 2011 at 03:42:41PM +0100, Sylwester Nawrocki wrote: >> Hi Sakari, >> >> On 12/10/2011 11:33 AM, Sakari Ailus wrote: >>> On Sun, Dec 04, 2011 at 04

Re: [PATCH 01/11] mm: page_alloc: set_migratetype_isolate: drain PCP prior to isolating

2012-01-01 Thread Gilad Ben-Yossef
2012/1/1 Michal Nazarewicz : >> On Thu, Dec 29, 2011 at 2:39 PM, Marek Szyprowski >> wrote: ... > On Sun, 01 Jan 2012 08:49:13 +0100, Gilad Ben-Yossef > wrote: >> >> Please consider whether sending an IPI to all processors in the system >> and interrupting them is appropriate here. >> >> You see

Re: [PATCH 01/11] mm: page_alloc: set_migratetype_isolate: drain PCP prior to isolating

2012-01-01 Thread Michal Nazarewicz
On Thu, Dec 29, 2011 at 2:39 PM, Marek Szyprowski wrote: From: Michal Nazarewicz When set_migratetype_isolate() sets pageblock's migrate type, it does not change each page_private data. This makes sense, as the function has no way of knowing what kind of information page_private stores. A

Re: [RFC PATCH 1/4] v4l: Add V4L2_CID_PRESET_WHITE_BALANCE menu control

2012-01-01 Thread Sylwester Nawrocki
Hi, On 12/30/2011 09:41 PM, Sakari Ailus wrote: > On Fri, Dec 30, 2011 at 11:14:39AM +0100, Sylwester Nawrocki wrote: >> On 12/30/2011 12:34 AM, Sakari Ailus wrote: >>> On Wed, Dec 28, 2011 at 02:51:38PM +0100, Laurent Pinchart wrote: On Wednesday 28 December 2011 14:35:00 Sylwester Nawrocki

Re: [PATCHv2 00/94] Only use DVBv5 internally on frontend drivers

2012-01-01 Thread Sylwester Nawrocki
On 12/30/2011 05:45 PM, Mauro Carvalho Chehab wrote: > On 30-12-2011 14:36, Sylwester Nawrocki wrote: >> Hi Mauro, >> >> On 12/30/2011 04:06 PM, Mauro Carvalho Chehab wrote: >>> This patch series comes after the previous series of 47 patches. >>> Basically, changes all DVB frontend drivers to work

Re: [PATCH] [media] saa7134: fix IR handling for HVR-1110

2012-01-01 Thread Dorozel Csaba
> Return the complete RC-5 code, instead of just the 8 least significant > bits. > > Reported-by: Dorozel Csaba > Tested-by: Dorozel Csaba > Signed-off-by: Mauro Carvalho Chehab > > --- > > Please, re-test this patch. It is a more detailed version of the > previous one, with a few more docum

Re: em28xx: new board id [eb1a:5051]

2012-01-01 Thread Gareth Williams
On Sat, 2011-12-31 at 17:01 -0800, Reuben Stokes wrote: > On Saturday 31 December 2011 01:51:45 Gareth Williams wrote: > > On Fri, 2011-12-30 at 15:16 -0800, Reuben Stokes wrote: > > > On Friday 30 December 2011 14:27:57 Gareth Williams wrote: > > > > On Fri, 2011-12-30 at 05:04 -0800, Reuben Stoke

Re: [RFC 2/3] v4l: Image source control class

2012-01-01 Thread Sakari Ailus
Hi Sylwester, Thanks for the review! On Sat, Dec 31, 2011 at 03:42:51PM +0100, Sylwester Nawrocki wrote: > On 12/14/2011 04:22 PM, Sakari Ailus wrote: > > Add image source control class. This control class is intended to contain > > low level controls which deal with control of the image capture

Re: v4l: how to get blanking clock count?

2012-01-01 Thread Sakari Ailus
Hi Syöweser, On Sat, Dec 31, 2011 at 01:03:20PM +0100, Sylwester Nawrocki wrote: > On 12/31/2011 12:35 PM, Sakari Ailus wrote: > > On Sat, Dec 31, 2011 at 02:57:31PM +0800, Scott Jiang wrote: > >> 2011/12/31 Sakari Ailus : > >>> On Fri, Dec 30, 2011 at 03:20:43PM +0800, Scott Jiang wrote: >

Re: [PATCH] [media] saa7134: fix IR handling for HVR-1110

2012-01-01 Thread Dorozel Csaba
> Return the complete RC-5 code, instead of just the 8 least significant > bits. > > Reported-by: Dorozel Csaba > Tested-by: Dorozel Csaba > Signed-off-by: Mauro Carvalho Chehab > > --- > > Please, re-test this patch. It is a more detailed version of the > previous one, with a few more docum