index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
sprd
/
common.c
Age
Commit message (
Expand
)
Author
2024-06-03
clk: sprd: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2023-07-19
clk: Explicitly include correct DT includes
Rob Herring
2023-04-29
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2023-03-16
clk: sprd: set max_register according to mapping range
Chunyan Zhang
2023-03-14
clk: Use of_property_present() for testing DT property presence
Rob Herring
2022-08-19
clk: sprd: Hold reference returned by of_get_parent()
Liang He
2020-03-24
clk: sprd: support to get regmap from parent node
Chunyan Zhang
2019-11-27
Merge branches 'clk-gpio-flags', 'clk-tegra', 'clk-rockchip', 'clk-sprd' and ...
Stephen Boyd
2019-11-13
clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_...
Baolin Wang
2019-10-16
clk: sprd: Change to use devm_platform_ioremap_resource()
Baolin Wang
2019-08-16
clk: sprd: Don't reference clk_init_data after registration
Stephen Boyd
2019-06-26
clk: sprd: Check error only for devm_regmap_init_mmio()
Chunyan Zhang
2019-06-26
clk: sprd: Switch from of_iomap() to devm_ioremap_resource()
Chunyan Zhang
2017-12-21
clk: sprd: Add common infrastructure
Chunyan Zhang