summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mediatek/clk-cpumux.c
Commit message (Expand)AuthorAgeFilesLines
* clk: mediatek: cpumux: Add a determine_rate hookMaxime Ripard2023-06-081-0/+1
* clk: mediatek: cpumux: Propagate struct device where possibleAngeloGioacchino Del Regno2023-01-301-4/+4
* clk: mediatek: Export required symbols to compile clk drivers as moduleAngeloGioacchino Del Regno2022-09-261-0/+2
* clk: mediatek: Switch to clk_hw provider APIsChen-Yu Tsai2022-05-191-18/+18
* clk: mediatek: Replace 'struct clk' with 'struct clk_hw'Chen-Yu Tsai2022-05-191-10/+10
* clk: mediatek: Warn if clk IDs are duplicatedChen-Yu Tsai2022-02-171-0/+6
* clk: mediatek: cpumux: Implement error handling in register APIChen-Yu Tsai2022-02-171-1/+14
* clk: mediatek: cpumux: Clean up included headersChen-Yu Tsai2022-02-171-0/+3
* clk: mediatek: cpumux: Internalize struct mtk_clk_cpumuxChen-Yu Tsai2022-02-171-0/+8
* clk: mediatek: cpumux: Implement unregister APIChen-Yu Tsai2022-02-171-0/+31
* clk: mediatek: Use %pe to print errorsChen-Yu Tsai2022-02-171-4/+2
* clk: mediatek: support COMMON_CLK_MEDIATEK module buildMiles Chen2021-09-141-0/+3
* clk: mediatek: Get regmap without syscon compatible checkChun-Jie Chen2021-07-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* clk: mediatek: Drop __init from mtk_clk_register_cpumuxes()Stephen Boyd2018-11-301-4/+4
* clk: Convert to using %pOF instead of full_nameRob Herring2017-07-211-1/+1
* clk: mediatek: fixed static checker warning in clk_cpumux_get_parent callSean Wang2017-07-171-4/+0
* clk: mediatek: add missing cpu mux causing Mediatek cpufreq can't workSean Wang2017-06-191-0/+120