diff options
author | Zong Li <zong.li@sifive.com> | 2020-12-09 12:49:12 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-12-16 23:22:39 +0300 |
commit | c816e1ddf2b60b31d121118488c5a854d9a2fad9 (patch) | |
tree | bbd99610d165b1ba7908ef5845cb8a92a56b28fb /drivers/interconnect | |
parent | a00a3f29b2a6572108572359558c441da51dad70 (diff) | |
download | linux-c816e1ddf2b60b31d121118488c5a854d9a2fad9.tar.xz |
clk: sifive: Extract prci core to common base
Extract common core of prci driver to an independent file, it could
allow other chips to reuse it. Separate SoCs-dependent code 'fu540'
from prci core, then we can easily add 'fu740' later.
Almost these changes are code movement. The different is adding the
private data for each SoC use, so it needs to get match data in probe
callback function, then use the data for initialization.
Signed-off-by: Zong Li <zong.li@sifive.com>
Reviewed-by: Pragnesh Patel <Pragnesh.patel@sifive.com>
Acked-by: Palmer Dabbelt <palmerdabbelt@google.com>
Link: https://lore.kernel.org/r/20201209094916.17383-2-zong.li@sifive.com
[sboyd@kernel.org: Include header to silence sparse]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/interconnect')
0 files changed, 0 insertions, 0 deletions