media: ov6650: Use the generic clock framework
authorEzequiel Garcia <ezequiel@collabora.com>
Tue, 12 Jan 2021 19:49:18 +0000 (20:49 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 6 Feb 2021 08:39:08 +0000 (09:39 +0100)
commit01747ab9ca07c086f253bb99ba261def9dfb41d0
treee53a6421032bf33846598d1eb563cd43aa48c960
parentea6300cdf181c9e9f169aad423381fc77022caf3
media: ov6650: Use the generic clock framework

Commit ce548396a433 ("media: mach-omap1: board-ams-delta.c: remove soc_camera dependencies")
removed the last in-tree user of this sensor. New users
will be required to use the generic clock framework,
so it's possible to convert the driver to use it.

Convert the driver to use the CCF, and drop the legacy
v4l2-clk API.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Reviewed-by: Petr Cvek <petrcvekcz@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/ov6650.c