summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/clk-mtk.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27clk: mediatek: Add mtk_clk_simple_probe() to simplify clock providersChun-Jie Chen1-0/+23
2021-07-27clk: mediatek: Get regmap without syscon compatible checkChun-Jie Chen1-1/+1
2019-09-17clk: mediatek: Register clock gate with deviceWeiyi Lu1-3/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-03-08Merge branches 'clk-ingenic', 'clk-mtk-mux', 'clk-qcom-sdm845-pcie', 'clk-mtk...Stephen Boyd1-2/+2
2019-02-26clk: mediatek: Add flags to mtk_gateJasper Mattsson1-1/+1
2019-02-25clk: mediatek: add MUX_GATE_FLAGS_2chunhui dai1-1/+1
2017-07-22clk: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2016-11-09clk: mediatek: Add MT2701 clock supportShunli Wang1-0/+40
2016-08-19clk: mediatek: remove __init from clk registration functionsJames Liao1-6/+6
2016-03-03clk: mediatek: Remove CLK_IS_ROOTStephen Boyd1-2/+2
2016-01-30clk: mediatek: Fix memory leak on clock init failJames Liao1-2/+4
2015-10-01clk: mediatek: Add fixed clocks support for Mediatek SoC.James Liao1-0/+23
2015-10-01clk: mediatek: Add __initdata and __init for data and functionsJames Liao1-6/+7
2015-05-06clk: mediatek: Add initial common clock support for Mediatek SoCs.James Liao1-0/+220