Re: [PATCH 2/2] V4L2: add CCF support to the v4l2_clk API

2015-01-02 Thread Laurent Pinchart
Hi Guennadi, Thank you for the patch. I like the approach. On Friday 02 January 2015 12:48:43 Guennadi Liakhovetski wrote: > V4L2 clocks, e.g. used by camera sensors for their master clock, do not > have to be supplied by a different V4L2 driver, they can also be > supplied by an independent sour

[PATCH 2/2] V4L2: add CCF support to the v4l2_clk API

2015-01-02 Thread Guennadi Liakhovetski
V4L2 clocks, e.g. used by camera sensors for their master clock, do not have to be supplied by a different V4L2 driver, they can also be supplied by an independent source. In this case the standart kernel clock API should be used to handle such clocks. This patch adds support for such cases. Signe