aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2020-01-31 13:11:52 -0800
committerStephen Boyd <sboyd@kernel.org>2020-01-31 13:11:52 -0800
commit28db9a8c82a81efb8c2548104a5416bb8d101176 (patch)
tree0ba4de4c76079b2b072248d73852b36404e0930c /drivers/clk
parentclk: add terminate callback to clk_ops (diff)
parentclk: bm1800: Remove set but not used variable 'fref' (diff)
parentclk: Use parent node pointer during registration if necessary (diff)
downloadlinux-dev-28db9a8c82a81efb8c2548104a5416bb8d101176.tar.xz
linux-dev-28db9a8c82a81efb8c2548104a5416bb8d101176.zip
Merge branches 'clk-init-allocation', 'clk-unused' and 'clk-register-dt-node-better' into clk-next
- Let clk_ops::init() return an error code - Add a clk_ops::terminate() callback to undo clk_ops::init() * clk-init-allocation: clk: add terminate callback to clk_ops clk: let init callback return an error code clk: actually call the clock init before any other callback of the clock * clk-unused: clk: bm1800: Remove set but not used variable 'fref' * clk-register-dt-node-better: clk: Use parent node pointer during registration if necessary