]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitca4528b271f54b911a0605101d9db558433c797a
tree8d1c4c7b9cd25ec8c5961f0d587b4d4f2177111e
parent1c009b3f29d186ad94fdd57b82f47b2c79d9ed1b
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