Re: [PATCH v4 23/34] omap3isp: Move setting constaints above media_entity_pipeline_start

2012-03-05 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Friday 02 March 2012 19:30:31 Sakari Ailus wrote: > The clock rate for l3_ick is will soon be read during pipeline validation s/is will/will/ ? > which is now part of media_entity_pipeline_start(). For that reason we set > constraints earlier on. > > Signed-

[PATCH v4 23/34] omap3isp: Move setting constaints above media_entity_pipeline_start

2012-03-02 Thread Sakari Ailus
The clock rate for l3_ick is will soon be read during pipeline validation which is now part of media_entity_pipeline_start(). For that reason we set constraints earlier on. Signed-off-by: Sakari Ailus --- drivers/media/video/omap3isp/ispvideo.c | 14 +++--- 1 files changed, 7 insertion