aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/sifive (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-23clk: sifive: Allow building the driver as a moduleSamuel Holland2-6/+6
2023-07-19clk: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-14clk: sifive: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-04-10clk: sifive: make SiFive clk drivers depend on ARCH_ symbolsConor Dooley1-3/+3
2022-10-17clk: sifive: select by default if SOC_SIFIVEConor Dooley1-1/+3
2022-03-15clk: sifive: Move all stuff into SoCs header files from C filesZong Li6-235/+214
2022-03-15clk: sifive: Add SoCs prefix in each SoCs-dependent dataZong Li2-50/+35
2022-03-15clk: sifive: duplicate the macro definitions for the time beingZong Li2-2/+15
2021-06-01clk: sifive: Fix kernel-docYang Li1-1/+1
2021-05-04clk: sifive: Use reset-simple in prci driver for PCIe driverGreentime Hu3-0/+19
2021-05-04clk: sifive: Add pcie_aux clock in prci driver for PCIe driverGreentime Hu4-1/+62
2021-02-11clk: sifive: fu540-prci: Declare static const variable 'prci_clk_fu540' where it's usedLee Jones2-5/+5
2020-12-16clk: sifive: Add clock enable and disable opsPragnesh Patel4-9/+93
2020-12-16clk: sifive: Fix the wrong bit field shiftZong Li1-2/+2
2020-12-16clk: sifive: Add a driver for the SiFive FU740 PRCI IP blockZong Li6-3/+346
2020-12-16clk: sifive: Use common name for prci configurationZong Li2-4/+4
2020-12-16clk: sifive: Extract prci core to common baseZong Li5-571/+641
2020-06-25clk: sifive: allocate sufficient memory for struct __prci_dataVincent Chen1-1/+4
2019-05-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2019-05-21clk: sifive: restrict Kconfig scope for the FU540 PRCI driverPaul Walmsley1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-05-03clk: sifive: add a driver for the SiFive FU540 PRCI IP blockPaul Walmsley3-0/+645