Re: [PATCH/RFC v3 02/19] video: Add Common Display Framework core

2013-09-03 Thread Laurent Pinchart
Hi Tomi, On Monday 02 September 2013 11:42:00 Tomi Valkeinen wrote: > On 09/08/13 20:14, Laurent Pinchart wrote: > > The Common Display Framework (CDF) splits display devices in entities > > that interact through an abstract API. Each entity is managed by its own > > driver independently of the ot

Re: [PATCH/RFC v3 02/19] video: Add Common Display Framework core

2013-09-02 Thread Tomi Valkeinen
Hi, On 09/08/13 20:14, Laurent Pinchart wrote: > The Common Display Framework (CDF) splits display devices in entities > that interact through an abstract API. Each entity is managed by its own > driver independently of the other entities, with the framework > orchestrating interactions. > > This

[PATCH/RFC v3 02/19] video: Add Common Display Framework core

2013-08-10 Thread Laurent Pinchart
The Common Display Framework (CDF) splits display devices in entities that interact through an abstract API. Each entity is managed by its own driver independently of the other entities, with the framework orchestrating interactions. This commit introduces the CDF core with entity (un)registration

[PATCH/RFC v3 02/19] video: Add Common Display Framework core

2013-08-10 Thread Laurent Pinchart
The Common Display Framework (CDF) splits display devices in entities that interact through an abstract API. Each entity is managed by its own driver independently of the other entities, with the framework orchestrating interactions. This commit introduces the CDF core with entity (un)registration

[PATCH/RFC v3 02/19] video: Add Common Display Framework core

2013-08-09 Thread Laurent Pinchart
The Common Display Framework (CDF) splits display devices in entities that interact through an abstract API. Each entity is managed by its own driver independently of the other entities, with the framework orchestrating interactions. This commit introduces the CDF core with entity (un)registration

[PATCH/RFC v3 02/19] video: Add Common Display Framework core

2013-08-09 Thread Laurent Pinchart
The Common Display Framework (CDF) splits display devices in entities that interact through an abstract API. Each entity is managed by its own driver independently of the other entities, with the framework orchestrating interactions. This commit introduces the CDF core with entity (un)registration