media: Remove the legacy v4l2-clk API
authorEzequiel Garcia <ezequiel@collabora.com>
Tue, 12 Jan 2021 19:49:19 +0000 (20:49 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 6 Feb 2021 08:39:44 +0000 (09:39 +0100)
commit85db876b08f10705e992bc924530f74de3859f22
tree6334cd571deed3adf8416583fb68bffacf6b9ee2
parent01747ab9ca07c086f253bb99ba261def9dfb41d0
media: Remove the legacy v4l2-clk API

The V4L2 temporary clock helper API, was introduced
in late 2012 and, as mentioned in the documentation,
meant to be replaced by the generic clock API,
once the generic clock framework became available
on all relevant architectures.

The generic clock API is a well-established API (since a few
years now). The last few media capture drivers and sensors
using v4l2-clk have been converted to the generic clock framework.

We can now remove the v4l2-clk API.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-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>
Documentation/driver-api/media/v4l2-clocks.rst [deleted file]
Documentation/driver-api/media/v4l2-core.rst
drivers/media/v4l2-core/Makefile
drivers/media/v4l2-core/v4l2-clk.c [deleted file]
include/media/v4l2-clk.h [deleted file]