]> git.baikalelectronics.ru Git - kernel.git/commit
clk: fixed-rate: Convert to clk_hw based APIs
authorStephen Boyd <sboyd@kernel.org>
Fri, 30 Aug 2019 15:09:13 +0000 (08:09 -0700)
committerStephen Boyd <sboyd@kernel.org>
Sun, 5 Jan 2020 21:34:37 +0000 (13:34 -0800)
commit67c09d9c81635d44ebb059f2532b3c6545a85434
treea5a4a8c5b6f65544d3efdf3a534c3438df4a240c
parent4e697cbc132672988400faa2a580fe3fa8164fb2
clk: fixed-rate: Convert to clk_hw based APIs

This code still uses struct clk to register clks from the probe path.
Migrate this to the clk_hw based APIs to modernize the code. Also, this
isn't a module and it can't be one because the driver is always builtin
so drop the module table.

Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lkml.kernel.org/r/20190830150923.259497-3-sboyd@kernel.org
drivers/clk/clk-fixed-rate.c