]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: tegra: Add BPMP clock driver
authorThierry Reding <treding@nvidia.com>
Thu, 17 Nov 2016 15:47:31 +0000 (16:47 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 3 Feb 2017 20:36:36 +0000 (12:36 -0800)
commitca6f2796eef7fcff66a3b3f4bf45a7493ead0620
treeb4ee72b4a1d5373816f336ecc990ee08e93c11f7
parent5775a4c76fbc0321671503c815d8a2ef657e0281
clk: tegra: Add BPMP clock driver

This driver uses the services provided by the BPMP firmware driver to
implement a clock driver based on the MRQ_CLK request. This part of the
BPMP ABI provides a means to enumerate and control clocks and should
allow the driver to work on any chip that supports this ABI.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/tegra/Kconfig
drivers/clk/tegra/Makefile
drivers/clk/tegra/clk-bpmp.c [new file with mode: 0644]