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

2015-03-09 Thread Guennadi Liakhovetski
Hi Mauro, On Mon, 2 Mar 2015, Mauro Carvalho Chehab wrote: Em Sun, 1 Feb 2015 12:12:33 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: 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

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

2015-03-03 Thread Mauro Carvalho Chehab
Em Mon, 02 Mar 2015 20:52:41 + laurent.pinch...@ideasonboard.com escreveu: Hi Mauro, On Mon Mar 02 2015 18:55:23 GMT+0200 (EET), Mauro Carvalho Chehab wrote: Em Sun, 1 Feb 2015 12:12:33 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: V4L2 clocks, e.g. used by

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

2015-03-03 Thread Mauro Carvalho Chehab
Em Wed, 04 Mar 2015 00:56:18 +0200 Laurent Pinchart laurent.pinch...@ideasonboard.com escreveu: Hi Mauro, On Tuesday 03 March 2015 13:40:50 Mauro Carvalho Chehab wrote: Em Mon, 02 Mar 2015 20:52:41 + Laurent Pinchart escreveu: On Mon Mar 02 2015 18:55:23 GMT+0200 (EET), Mauro

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

2015-03-03 Thread Laurent Pinchart
Hi Mauro, On Tuesday 03 March 2015 20:21:29 Mauro Carvalho Chehab wrote: Em Wed, 04 Mar 2015 00:56:18 +0200 Laurent Pinchart escreveu: On Tuesday 03 March 2015 13:40:50 Mauro Carvalho Chehab wrote: Em Mon, 02 Mar 2015 20:52:41 + Laurent Pinchart escreveu: On Mon Mar 02 2015 18:55:23

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

2015-03-03 Thread Laurent Pinchart
Hi Mauro, On Tuesday 03 March 2015 13:40:50 Mauro Carvalho Chehab wrote: Em Mon, 02 Mar 2015 20:52:41 + Laurent Pinchart escreveu: On Mon Mar 02 2015 18:55:23 GMT+0200 (EET), Mauro Carvalho Chehab wrote: Em Sun, 1 Feb 2015 12:12:33 +0100 (CET) Guennadi Liakhovetski escreveu: V4L2

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

2015-03-02 Thread laurent . pinchart
Hi Mauro, On Mon Mar 02 2015 18:55:23 GMT+0200 (EET), Mauro Carvalho Chehab wrote: Em Sun, 1 Feb 2015 12:12:33 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: V4L2 clocks, e.g. used by camera sensors for their master clock, do not have to be supplied by a different V4L2

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

2015-03-02 Thread Mauro Carvalho Chehab
Em Sun, 1 Feb 2015 12:12:33 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: 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

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

2015-02-02 Thread Josh Wu
Hi, Guennadi On 2/1/2015 7:12 PM, 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 source. In this case the standart kernel clock API should be used to

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

2015-02-01 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.