clk: k210: Move pll into the rest of the driver
authorSean Anderson <seanga2@gmail.com>
Fri, 11 Jun 2021 04:16:09 +0000 (00:16 -0400)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 17 Jun 2021 01:40:57 +0000 (09:40 +0800)
commitaf9f997436595495748fccf6232987c72b2e58c8
tree8d1c4c7b9cd25ec8c5961f0d587b4d4f2177111e
parent609bd60b943b17784b1cd245dc1bfb6384dab640
clk: k210: Move pll into the rest of the driver

Now that there no separate PLL driver, we can no longer make the PLL
functions static. By moving the PLL driver in with the rest of the clock
code, we can make these functions static again. We still keep the pll
header for unit testing, but it is pretty reduced.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/clk/kendryte/Makefile
drivers/clk/kendryte/clk.c
drivers/clk/kendryte/pll.c [deleted file]
include/kendryte/clk.h [deleted file]
include/kendryte/pll.h