Age | Commit message (Expand) | Author | Files | Lines |
2024-07-19 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -0/+1 |
2024-06-04 | clk: sifive: prci: fix module autoloading | Krzysztof Kozlowski | 1 | -0/+1 |
2024-05-29 | clk: sifive: Do not register clkdevs for PRCI clocks | Samuel Holland | 1 | -8/+0 |
2023-10-24 | clk: sifive: Allow building the driver as a module | Samuel Holland | 2 | -6/+6 |
2023-07-19 | clk: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
2023-06-15 | clk: sifive: Use devm_platform_ioremap_resource() | Yang Li | 1 | -3/+1 |
2023-04-10 | clk: sifive: make SiFive clk drivers depend on ARCH_ symbols | Conor Dooley | 1 | -3/+3 |
2022-10-18 | clk: sifive: select by default if SOC_SIFIVE | Conor Dooley | 1 | -1/+3 |
2022-03-16 | clk: sifive: Move all stuff into SoCs header files from C files | Zong Li | 6 | -235/+214 |
2022-03-16 | clk: sifive: Add SoCs prefix in each SoCs-dependent data | Zong Li | 2 | -50/+35 |
2022-03-16 | clk: sifive: duplicate the macro definitions for the time being | Zong Li | 2 | -2/+15 |
2021-06-02 | clk: sifive: Fix kernel-doc | Yang Li | 1 | -1/+1 |
2021-05-04 | clk: sifive: Use reset-simple in prci driver for PCIe driver | Greentime Hu | 3 | -0/+19 |
2021-05-04 | clk: sifive: Add pcie_aux clock in prci driver for PCIe driver | Greentime Hu | 4 | -1/+62 |
2021-02-11 | clk: sifive: fu540-prci: Declare static const variable 'prci_clk_fu540' where... | Lee Jones | 2 | -5/+5 |
2020-12-16 | clk: sifive: Add clock enable and disable ops | Pragnesh Patel | 4 | -9/+93 |
2020-12-16 | clk: sifive: Fix the wrong bit field shift | Zong Li | 1 | -2/+2 |
2020-12-16 | clk: sifive: Add a driver for the SiFive FU740 PRCI IP block | Zong Li | 6 | -3/+346 |
2020-12-16 | clk: sifive: Use common name for prci configuration | Zong Li | 2 | -4/+4 |
2020-12-16 | clk: sifive: Extract prci core to common base | Zong Li | 5 | -571/+641 |
2020-06-26 | clk: sifive: allocate sufficient memory for struct __prci_data | Vincent Chen | 1 | -1/+4 |
2019-05-31 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2019-05-21 | clk: sifive: restrict Kconfig scope for the FU540 PRCI driver | Paul Walmsley | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd | 1 | -0/+1 |
2019-05-03 | clk: sifive: add a driver for the SiFive FU540 PRCI IP block | Paul Walmsley | 3 | -0/+645 |