summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sprd/common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-04-291-1/+1
|\
| * clk: Use of_property_present() for testing DT property presenceRob Herring2023-03-141-1/+1
* | clk: sprd: set max_register according to mapping rangeChunyan Zhang2023-03-161-3/+6
|/
* clk: sprd: Hold reference returned by of_get_parent()Liang He2022-08-191-4/+5
* clk: sprd: support to get regmap from parent nodeChunyan Zhang2020-03-241-1/+9
*-. Merge branches 'clk-gpio-flags', 'clk-tegra', 'clk-rockchip', 'clk-sprd' and ...Stephen Boyd2019-11-271-1/+1
|\ \
| | * clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_...Baolin Wang2019-11-131-1/+1
| |/
* / clk: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang2019-10-161-3/+1
|/
* clk: sprd: Don't reference clk_init_data after registrationStephen Boyd2019-08-161-2/+3
* clk: sprd: Check error only for devm_regmap_init_mmio()Chunyan Zhang2019-06-261-1/+1
* clk: sprd: Switch from of_iomap() to devm_ioremap_resource()Chunyan Zhang2019-06-261-1/+6
* clk: sprd: Add common infrastructureChunyan Zhang2017-12-211-0/+96