18 Nov, 2015

2 commits


03 Apr, 2015

2 commits

  • 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.

    Signed-off-by: Guennadi Liakhovetski
    Acked-by: Laurent Pinchart
    Tested-by: Josh Wu
    Signed-off-by: Mauro Carvalho Chehab

    Guennadi Liakhovetski
     
  • All uses of the v4l2_clk API so far only register one clock with a fixed
    name. This allows us to get rid of it, which also will make CCF and DT
    integration easier.

    Signed-off-by: Guennadi Liakhovetski
    Acked-by: Laurent Pinchart
    Tested-by: Josh Wu
    Signed-off-by: Mauro Carvalho Chehab

    Guennadi Liakhovetski
     

31 Oct, 2013

2 commits


22 Jun, 2013

1 commit

  • Typical video devices like camera sensors require an external clock source.
    Many such devices cannot even access their hardware registers without a
    running clock. These clock sources should be controlled by their consumers.
    This should be performed, using the generic clock framework. Unfortunately
    so far only very few systems have been ported to that framework. This patch
    adds a set of temporary helpers, mimicking the generic clock API, to V4L2.
    Platforms, adopting the clock API, should switch to using it. Eventually
    this temporary API should be removed.

    Signed-off-by: Guennadi Liakhovetski
    Acked-by: Hans Verkuil
    Acked-by: Laurent Pinchart
    Signed-off-by: Mauro Carvalho Chehab

    Guennadi Liakhovetski