aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/mediatek/clk-cpumux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-08clk: mediatek: cpumux: Add a determine_rate hookMaxime Ripard1-0/+1
2023-01-30clk: mediatek: cpumux: Propagate struct device where possibleAngeloGioacchino Del Regno1-4/+4
2022-09-26clk: mediatek: Export required symbols to compile clk drivers as moduleAngeloGioacchino Del Regno1-0/+2
2022-05-19clk: mediatek: Switch to clk_hw provider APIsChen-Yu Tsai1-18/+18
2022-05-19clk: mediatek: Replace 'struct clk' with 'struct clk_hw'Chen-Yu Tsai1-10/+10
2022-02-17clk: mediatek: Warn if clk IDs are duplicatedChen-Yu Tsai1-0/+6
2022-02-17clk: mediatek: cpumux: Implement error handling in register APIChen-Yu Tsai1-1/+14
2022-02-17clk: mediatek: cpumux: Clean up included headersChen-Yu Tsai1-0/+3
2022-02-17clk: mediatek: cpumux: Internalize struct mtk_clk_cpumuxChen-Yu Tsai1-0/+8
2022-02-17clk: mediatek: cpumux: Implement unregister APIChen-Yu Tsai1-0/+31
2022-02-17clk: mediatek: Use %pe to print errorsChen-Yu Tsai1-4/+2
2021-09-14clk: mediatek: support COMMON_CLK_MEDIATEK module buildMiles Chen1-0/+3
2021-07-27clk: mediatek: Get regmap without syscon compatible checkChun-Jie Chen1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-11-30clk: mediatek: Drop __init from mtk_clk_register_cpumuxes()Stephen Boyd1-4/+4
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-07-17clk: mediatek: fixed static checker warning in clk_cpumux_get_parent callSean Wang1-4/+0
2017-06-19clk: mediatek: add missing cpu mux causing Mediatek cpufreq can't workSean Wang1-0/+120