]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
clk: qcom: Add support for Krait clocks
authorStephen Boyd <sboyd@codeaurora.org>
Sat, 21 Mar 2015 06:45:28 +0000 (23:45 -0700)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 20 Sep 2017 08:07:57 +0000 (10:07 +0200)
commit823b0c05211aa6b32c4fce401277cd537f0554dc
tree89d27836ebe067e37e44951459df46197f144cd6
parent04ba5ea7020c2a44c7982a215688a1afc2cd3927
clk: qcom: Add support for Krait clocks

The Krait clocks are made up of a series of muxes and a divider
that choose between a fixed rate clock and dedicated HFPLLs for
each CPU. Instead of using mmio accesses to remux parents, the
Krait implementation exposes the remux control via cp15
registers. Support these clocks.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/clk-krait.c [new file with mode: 0644]
drivers/clk/qcom/clk-krait.h [new file with mode: 0644]