Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-09-11 Thread Hans Verkuil
On 09/11/2013 01:33 PM, Laurent Pinchart wrote: > Hi Philipp, > > On Wednesday 04 September 2013 16:21:38 Philipp Zabel wrote: >> Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: >>> Extend the notifier with DT node matching support, and add helper >>> functions to build the not

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-09-11 Thread Philipp Zabel
Am Mittwoch, den 11.09.2013, 13:33 +0200 schrieb Laurent Pinchart: > Hi Philipp, > > On Wednesday 04 September 2013 16:21:38 Philipp Zabel wrote: > > Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: > > > Extend the notifier with DT node matching support, and add helper > > > func

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-09-11 Thread Laurent Pinchart
Hi Philipp, On Wednesday 04 September 2013 16:21:38 Philipp Zabel wrote: > Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: > > Extend the notifier with DT node matching support, and add helper > > functions to build the notifier and link entities based on a graph > > representati

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-09-04 Thread Philipp Zabel
Hi Laurent, Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: > Extend the notifier with DT node matching support, and add helper functions to > build the notifier and link entities based on a graph representation in > DT. > > Signed-off-by: Laurent Pinchart > --- > drivers/vide

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-30 Thread Laurent Pinchart
Hi Philipp, On Tuesday 27 August 2013 11:30:51 Philipp Zabel wrote: > Hi Laurent, > > I have another small issue with the graph helpers below: > > Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: > [...] > > > +/* > >

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-08-29 Thread Laurent Pinchart
Hi Philipp, On Tuesday 27 August 2013 11:30:51 Philipp Zabel wrote: > Hi Laurent, > > I have another small issue with the graph helpers below: > > Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: > [...] > > > +/* > >

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-27 Thread Philipp Zabel
Hi Laurent, I have another small issue with the graph helpers below: Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: [...] > +/* > - > * Graph Helpers > */ > > @@ -420,6 +599,161 @@ int display_en

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-08-27 Thread Philipp Zabel
Hi Laurent, I have another small issue with the graph helpers below: Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: [...] > +/* > - > * Graph Helpers > */ > > @@ -420,6 +599,161 @@ int display_en

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-22 Thread Laurent Pinchart
Hi Philipp, On Wednesday 21 August 2013 11:10:12 Philipp Zabel wrote: > Am Mittwoch, den 21.08.2013, 03:02 +0200 schrieb Laurent Pinchart: > > On Tuesday 13 August 2013 16:37:07 Philipp Zabel wrote: > > > Hi Laurent, > > > > > > thanks for this update. I'm very happy about the move to the display

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-08-21 Thread Laurent Pinchart
Hi Philipp, On Wednesday 21 August 2013 11:10:12 Philipp Zabel wrote: > Am Mittwoch, den 21.08.2013, 03:02 +0200 schrieb Laurent Pinchart: > > On Tuesday 13 August 2013 16:37:07 Philipp Zabel wrote: > > > Hi Laurent, > > > > > > thanks for this update. I'm very happy about the move to the display

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-21 Thread Philipp Zabel
Hi Laurent, Am Mittwoch, den 21.08.2013, 03:02 +0200 schrieb Laurent Pinchart: > Hi Philipp, > > On Tuesday 13 August 2013 16:37:07 Philipp Zabel wrote: > > Hi Laurent, > > > > thanks for this update. I'm very happy about the move to the display entity > > model, given that the i.MX6 IPU has bot

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-08-21 Thread Philipp Zabel
Hi Laurent, Am Mittwoch, den 21.08.2013, 03:02 +0200 schrieb Laurent Pinchart: > Hi Philipp, > > On Tuesday 13 August 2013 16:37:07 Philipp Zabel wrote: > > Hi Laurent, > > > > thanks for this update. I'm very happy about the move to the display entity > > model, given that the i.MX6 IPU has bot

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-21 Thread Laurent Pinchart
Hi Philipp, On Tuesday 13 August 2013 16:37:07 Philipp Zabel wrote: > Hi Laurent, > > thanks for this update. I'm very happy about the move to the display entity > model, given that the i.MX6 IPU has both drm/display and v4l2/capture ports > in a single device - this will allow to use a unified d

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-08-20 Thread Laurent Pinchart
Hi Philipp, On Tuesday 13 August 2013 16:37:07 Philipp Zabel wrote: > Hi Laurent, > > thanks for this update. I'm very happy about the move to the display entity > model, given that the i.MX6 IPU has both drm/display and v4l2/capture ports > in a single device - this will allow to use a unified d

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-13 Thread Philipp Zabel
Hi Laurent, thanks for this update. I'm very happy about the move to the display entity model, given that the i.MX6 IPU has both drm/display and v4l2/capture ports in a single device - this will allow to use a unified device tree binding scheme. I'm still trying to see how this all fits together,

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-08-13 Thread Philipp Zabel
Hi Laurent, thanks for this update. I'm very happy about the move to the display entity model, given that the i.MX6 IPU has both drm/display and v4l2/capture ports in a single device - this will allow to use a unified device tree binding scheme. I'm still trying to see how this all fits together,

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-10 Thread Laurent Pinchart
Extend the notifier with DT node matching support, and add helper functions to build the notifier and link entities based on a graph representation in DT. Signed-off-by: Laurent Pinchart --- drivers/video/display/display-core.c | 334 +++ drivers/video/display/dis

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-10 Thread Laurent Pinchart
Extend the notifier with DT node matching support, and add helper functions to build the notifier and link entities based on a graph representation in DT. Signed-off-by: Laurent Pinchart --- drivers/video/display/display-core.c | 334 +++ drivers/video/display/dis

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-09 Thread Laurent Pinchart
Extend the notifier with DT node matching support, and add helper functions to build the notifier and link entities based on a graph representation in DT. Signed-off-by: Laurent Pinchart --- drivers/video/display/display-core.c | 334 +++ drivers/video/display/dis

[PATCH/RFC v3 06/19] video: display: OF support

2013-08-09 Thread Laurent Pinchart
Extend the notifier with DT node matching support, and add helper functions to build the notifier and link entities based on a graph representation in DT. Signed-off-by: Laurent Pinchart --- drivers/video/display/display-core.c | 334 +++ drivers/video/display/dis