summaryrefslogtreecommitdiff
path: root/drivers/clk/sifive/fu540-prci.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-31drivers: clk: add fu740 supportGreen Wan1-748/+21
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-16clk: sifive: Include device_compat.hSean Anderson1-7/+7
2020-08-04sifive: reset: add DM based reset driver for SiFive SoC'sSagar Shrikant Kadam1-15/+58
2020-08-04fu540: prci: use common reset indexes defined in binding headerSagar Shrikant Kadam1-10/+7
2020-06-04clk: sifive: fu540-prci: Release ethernet clock resetPragnesh Patel1-0/+20
2020-06-04clk: sifive: fu540-prci: Add ddr clock initializationPragnesh Patel1-6/+45
2020-06-04clk: sifive: fu540-prci: Add clock enable and disable opsPragnesh Patel1-12/+96
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-07-19clk: sifive: Sync-up main driver with upstream LinuxAnup Patel1-36/+60
2019-07-19clk: sifive: Sync-up DT bindings header with upstream LinuxAnup Patel1-1/+1
2019-07-19clk: sifive: Sync-up WRPLL library with upstream LinuxAnup Patel1-13/+13
2019-07-19clk: sifive: Factor-out PLL library as separate moduleAnup Patel1-2/+1
2019-05-08clk: sifive: fu540-prci: Change include orderJagan Teki1-1/+1
2019-02-27clk: Add SiFive FU540 PRCI clock driverAnup Patel1-0/+604