index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
mediatek
/
clk-cpumux.c
Age
Commit message (
Expand
)
Author
2023-06-08
clk: mediatek: cpumux: Add a determine_rate hook
Maxime Ripard
2023-01-30
clk: mediatek: cpumux: Propagate struct device where possible
AngeloGioacchino Del Regno
2022-09-26
clk: mediatek: Export required symbols to compile clk drivers as module
AngeloGioacchino Del Regno
2022-05-19
clk: mediatek: Switch to clk_hw provider APIs
Chen-Yu Tsai
2022-05-19
clk: mediatek: Replace 'struct clk' with 'struct clk_hw'
Chen-Yu Tsai
2022-02-17
clk: mediatek: Warn if clk IDs are duplicated
Chen-Yu Tsai
2022-02-17
clk: mediatek: cpumux: Implement error handling in register API
Chen-Yu Tsai
2022-02-17
clk: mediatek: cpumux: Clean up included headers
Chen-Yu Tsai
2022-02-17
clk: mediatek: cpumux: Internalize struct mtk_clk_cpumux
Chen-Yu Tsai
2022-02-17
clk: mediatek: cpumux: Implement unregister API
Chen-Yu Tsai
2022-02-17
clk: mediatek: Use %pe to print errors
Chen-Yu Tsai
2021-09-14
clk: mediatek: support COMMON_CLK_MEDIATEK module build
Miles Chen
2021-07-27
clk: mediatek: Get regmap without syscon compatible check
Chun-Jie Chen
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2018-11-30
clk: mediatek: Drop __init from mtk_clk_register_cpumuxes()
Stephen Boyd
2017-07-21
clk: Convert to using %pOF instead of full_name
Rob Herring
2017-07-17
clk: mediatek: fixed static checker warning in clk_cpumux_get_parent call
Sean Wang
2017-06-19
clk: mediatek: add missing cpu mux causing Mediatek cpufreq can't work
Sean Wang