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
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
> 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
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
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
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
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
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. :-))
>
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.
>>
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
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
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
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
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
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
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
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 ++
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
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
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
> 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
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
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
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
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
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
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
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
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
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
> 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
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
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
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:
>
> 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
35 matches
Mail list logo