summaryrefslogtreecommitdiff
path: root/drivers/clk/kendryte
Commit message (Expand)AuthorAgeFilesLines
* clk: k210: Move k210 clock out of its own subdirectorySean Anderson2021-06-173-1333/+0
* clk: k210: Remove bypass driverSean Anderson2021-06-172-274/+1
* clk: k210: Don't set PLL rates if we are already at the correct rateSean Anderson2021-06-171-7/+8
* clk: k210: Re-add support for setting rateSean Anderson2021-06-171-5/+84
* clk: k210: Implement soc_clk_dumpSean Anderson2021-06-171-2/+66
* clk: k210: Move pll into the rest of the driverSean Anderson2021-06-173-594/+601
* clk: k210: Rewrite to remove CCFSean Anderson2021-06-173-523/+439
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-241-2/+2
* clk: Add support for the k210 clock driver pre-relocationSean Anderson2021-05-141-4/+10
* clk: k210: Move the clint clock to under aclkSean Anderson2021-05-141-1/+1
* clk: k210: Remove k210_register_pllSean Anderson2021-05-142-28/+3
* clk: k210: Fix PLL enable always getting takenSean Anderson2021-05-141-1/+2
* clk: k210: Fix PLLs not being enabledSean Anderson2021-05-141-0/+2
* clk: Update drivers to use -EINVALSimon Glass2021-04-062-2/+2
* clk: kendryte: no need to check argument of free()Heinrich Schuchardt2020-10-261-2/+1
* riscv: clk: Add CLINT clock to kendryte clock driverSean Anderson2020-09-301-0/+4
* clk: Drop dm.h header file in clk-provider.hSimon Glass2020-08-032-6/+11
* clk: Add K210 clock supportSean Anderson2020-07-013-2/+665
* clk: Add a bypass clock for K210Sean Anderson2020-07-012-1/+271
* clk: Add K210 pll supportSean Anderson2020-07-013-0/+614