Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-30 | riscv: clk: Add CLINT clock to kendryte clock driver | Sean Anderson | |
Another "virtual" clock (in the sense that it isn't configurable). This could possibly be done as a clock in the device tree, but I think this is a bit cleaner. Signed-off-by: Sean Anderson <seanga2@gmail.com> | |||
2020-07-01 | clk: Add K210 clock support | Sean Anderson | |
Due to the large number of clocks, I decided to use the CCF. The overall structure is modeled after the imx code. Clocks parameters are stored in several arrays, and are then instantiated at run-time. There are some translation macros (FOOIFY()) which allow for more dense packing. Signed-off-by: Sean Anderson <seanga2@gmail.com> CC: Lukasz Majewski <lukma@denx.de> |