clk: Document deprecated things
authorStephen Boyd <sboyd@kernel.org>
Tue, 11 Dec 2018 18:49:40 +0000 (10:49 -0800)
committerStephen Boyd <sboyd@kernel.org>
Thu, 24 Jan 2019 22:21:13 +0000 (14:21 -0800)
commit9fe9b7ab4d050eaf646728752b320043c59dc214
treea1e12d543a0259454a7ecbc0d5b908ae9480ecac
parent38581ddc48b761936fc65948d0a0f6fe0db1aa31
clk: Document deprecated things

We don't want driver authors to use the struct clk based registration
and provider APIs. Instead, they should use the clk_hw based APIs. Add
some notes in the kerneldoc to this effect.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c
include/linux/clk-provider.h