| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: k210: Move k210 clock out of its own subdirectory | Sean Anderson | 2021-06-17 | 3 | -1333/+0 |
* | clk: k210: Remove bypass driver | Sean Anderson | 2021-06-17 | 2 | -274/+1 |
* | clk: k210: Don't set PLL rates if we are already at the correct rate | Sean Anderson | 2021-06-17 | 1 | -7/+8 |
* | clk: k210: Re-add support for setting rate | Sean Anderson | 2021-06-17 | 1 | -5/+84 |
* | clk: k210: Implement soc_clk_dump | Sean Anderson | 2021-06-17 | 1 | -2/+66 |
* | clk: k210: Move pll into the rest of the driver | Sean Anderson | 2021-06-17 | 3 | -594/+601 |
* | clk: k210: Rewrite to remove CCF | Sean Anderson | 2021-06-17 | 3 | -523/+439 |
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Marek BehĂșn | 2021-05-24 | 1 | -2/+2 |
* | clk: Add support for the k210 clock driver pre-relocation | Sean Anderson | 2021-05-14 | 1 | -4/+10 |
* | clk: k210: Move the clint clock to under aclk | Sean Anderson | 2021-05-14 | 1 | -1/+1 |
* | clk: k210: Remove k210_register_pll | Sean Anderson | 2021-05-14 | 2 | -28/+3 |
* | clk: k210: Fix PLL enable always getting taken | Sean Anderson | 2021-05-14 | 1 | -1/+2 |
* | clk: k210: Fix PLLs not being enabled | Sean Anderson | 2021-05-14 | 1 | -0/+2 |
* | clk: Update drivers to use -EINVAL | Simon Glass | 2021-04-06 | 2 | -2/+2 |
* | clk: kendryte: no need to check argument of free() | Heinrich Schuchardt | 2020-10-26 | 1 | -2/+1 |
* | riscv: clk: Add CLINT clock to kendryte clock driver | Sean Anderson | 2020-09-30 | 1 | -0/+4 |
* | clk: Drop dm.h header file in clk-provider.h | Simon Glass | 2020-08-03 | 2 | -6/+11 |
* | clk: Add K210 clock support | Sean Anderson | 2020-07-01 | 3 | -2/+665 |
* | clk: Add a bypass clock for K210 | Sean Anderson | 2020-07-01 | 2 | -1/+271 |
* | clk: Add K210 pll support | Sean Anderson | 2020-07-01 | 3 | -0/+614 |