开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
sunxi-ng
/
ccu_common.c
Age
Commit message (
Expand
)
Author
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-07-19
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2024-06-30
clk: sunxi-ng: common: Don't call hw_to_ccu_common on hw without common
Frank Oltmanns
2024-06-04
clk: sunxi-ng: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-04-15
clk: sunxi-ng: common: Support minimum and maximum rate
Frank Oltmanns
2023-08-09
clk: sunxi-ng: Add helper function to find closest rate
Frank Oltmanns
2021-11-23
clk: sunxi-ng: Allow the CCU core to be built as a module
Samuel Holland
2021-11-22
clk: sunxi-ng: Export symbols used by CCU drivers
Samuel Holland
2021-09-13
clk: sunxi-ng: Use a separate lock for each CCU instance
Samuel Holland
2021-09-13
clk: sunxi-ng: Unregister clocks/resets when unbinding
Samuel Holland
2019-08-16
clk: sunxi: Don't call clk_hw_get_name() on a hw that isn't registered
Stephen Boyd
2019-07-17
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2019-06-18
clk: sunxi-ng: switch to of_clk_hw_register() for registering clks
Chen-Yu Tsai
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2017-04-19
Merge tag 'sunxi-clk-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...
Stephen Boyd
2017-04-13
clk: sunxi-ng: Add clk notifier to gate then ungate PLL clocks
Chen-Yu Tsai
2017-04-06
clk: sunxi-ng: Display index when clock registration fails
Priit Laes
2017-02-06
clk: sunxi-ng: Check kzalloc() for errors and cleanup error path
Stephen Boyd
2017-01-30
clk: sunxi-ng: Support separately grouped PLL lock status register
Chen-Yu Tsai
2016-08-10
clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lock
Chen-Yu Tsai
2016-07-08
clk: sunxi-ng: Add common infrastructure
Maxime Ripard