summaryrefslogtreecommitdiff
path: root/drivers/clk/sprd
AgeCommit message (Expand)AuthorFilesLines
2020-01-23clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_...Baolin Wang1-1/+1
2019-10-07clk: sprd: add missing kfreeChunyan Zhang1-0/+2
2019-10-07clk: sprd: Don't reference clk_init_data after registrationStephen Boyd1-2/+3
2019-08-25clk: sprd: Select REGMAP_MMIO to avoid compile errorsChunyan Zhang1-0/+1
2019-08-06clk: sprd: Add check for return value of sprd_clk_regmap_init()Chunyan Zhang1-1/+4
2018-03-17clk: sprd: add RTC gate for SC9860Chunyan Zhang1-0/+76
2018-01-27Merge branch 'clk-divider-container' into clk-nextStephen Boyd1-1/+2
2017-12-22clk: sprd: add clocks support for SC9860Chunyan Zhang3-0/+1987
2017-12-22clk: sprd: add adjustable pll supportChunyan Zhang3-0/+375
2017-12-22clk: sprd: add composite clock supportChunyan Zhang3-0/+112
2017-12-22clk: sprd: add divider clock supportChunyan Zhang3-0/+166
2017-12-22clk: sprd: add mux clock supportChunyan Zhang3-0/+151
2017-12-22clk: sprd: add gate clock supportChunyan Zhang3-0/+171
2017-12-22clk: sprd: Add common infrastructureChunyan Zhang4-0/+141