index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
mediatek
/
clk-mtk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: mediatek: clk-mtk: Allow specifying flags on mtk_fixed_factor clocks
AngeloGioacchino Del Regno
2022-11-29
1
-1
/
+1
*
clk: mediatek: Export required common code symbols
Markus Schneider-Pargmann
2022-10-01
1
-0
/
+2
*
clk: mediatek: Provide mtk_devm_alloc_clk_data
Markus Schneider-Pargmann
2022-10-01
1
-5
/
+28
*
clk: mediatek: Migrate remaining clk_unregister_*() to clk_hw_unregister_*()
Chen-Yu Tsai
2022-09-29
1
-5
/
+5
*
clk: mediatek: fix unregister function in mtk_clk_register_dividers cleanup
Chen-Yu Tsai
2022-09-29
1
-1
/
+1
*
clk: mediatek: Use mtk_clk_register_gates_with_dev in simple probe
Yassine Oudjana
2022-09-26
1
-1
/
+2
*
clk: mediatek: Export required symbols to compile clk drivers as module
AngeloGioacchino Del Regno
2022-09-26
1
-0
/
+2
*
clk: mediatek: reset: Add reset support for simple probe
Rex-BC Chen
2022-06-16
1
-0
/
+7
*
clk: mediatek: Switch to clk_hw provider APIs
Chen-Yu Tsai
2022-05-20
1
-37
/
+39
*
clk: mediatek: Replace 'struct clk' with 'struct clk_hw'
Chen-Yu Tsai
2022-05-20
1
-61
/
+50
*
clk: mediatek: Make mtk_clk_register_composite() static
Chen-Yu Tsai
2022-05-20
1
-1
/
+1
*
clk: mediatek: Warn if clk IDs are duplicated
Chen-Yu Tsai
2022-02-17
1
-4
/
+14
*
clk: mediatek: Unregister clks in mtk_clk_simple_probe() error path
Chen-Yu Tsai
2022-02-17
1
-1
/
+3
*
clk: mediatek: mtk: Implement error handling in register APIs
Chen-Yu Tsai
2022-02-17
1
-25
/
+93
*
clk: mediatek: mtk: Clean up included headers
Chen-Yu Tsai
2022-02-17
1
-7
/
+6
*
clk: mediatek: Add mtk_clk_simple_remove()
Chen-Yu Tsai
2022-02-17
1
-0
/
+15
*
clk: mediatek: Implement mtk_clk_unregister_composites() API
Chen-Yu Tsai
2022-02-17
1
-0
/
+46
*
clk: mediatek: Implement mtk_clk_unregister_divider_clks() API
Chen-Yu Tsai
2022-02-17
1
-0
/
+19
*
clk: mediatek: Implement mtk_clk_unregister_factors() API
Chen-Yu Tsai
2022-02-17
1
-0
/
+20
*
clk: mediatek: Implement mtk_clk_unregister_fixed_clks() API
Chen-Yu Tsai
2022-02-17
1
-0
/
+20
*
clk: mediatek: gate: Consolidate gate type clk related code
Chen-Yu Tsai
2022-02-17
1
-51
/
+0
*
clk: mediatek: Use %pe to print errors
Chen-Yu Tsai
2022-02-17
1
-12
/
+6
*
clk: mediatek: support COMMON_CLK_MEDIATEK module build
Miles Chen
2021-09-15
1
-0
/
+8
*
clk: mediatek: Fix resource leak in mtk_clk_simple_probe
Chun-Jie Chen
2021-09-15
1
-2
/
+10
*
clk: mediatek: Add API for clock resource recycle
Chun-Jie Chen
2021-09-15
1
-0
/
+9
*
clk: mediatek: Add mtk_clk_simple_probe() to simplify clock providers
Chun-Jie Chen
2021-07-27
1
-0
/
+23
*
clk: mediatek: Get regmap without syscon compatible check
Chun-Jie Chen
2021-07-27
1
-1
/
+1
*
clk: mediatek: Register clock gate with device
Weiyi Lu
2019-09-17
1
-3
/
+13
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
-
.
Merge branches 'clk-ingenic', 'clk-mtk-mux', 'clk-qcom-sdm845-pcie', 'clk-mtk...
Stephen Boyd
2019-03-08
1
-2
/
+2
|
\
\
|
|
*
clk: mediatek: Add flags to mtk_gate
Jasper Mattsson
2019-02-26
1
-1
/
+1
|
|
/
|
/
|
|
*
clk: mediatek: add MUX_GATE_FLAGS_2
chunhui dai
2019-02-25
1
-1
/
+1
|
/
*
clk: Convert to using %pOF instead of full_name
Rob Herring
2017-07-22
1
-1
/
+1
*
clk: mediatek: Add MT2701 clock support
Shunli Wang
2016-11-09
1
-0
/
+40
*
clk: mediatek: remove __init from clk registration functions
James Liao
2016-08-19
1
-6
/
+6
*
clk: mediatek: Remove CLK_IS_ROOT
Stephen Boyd
2016-03-03
1
-2
/
+2
*
clk: mediatek: Fix memory leak on clock init fail
James Liao
2016-01-29
1
-2
/
+4
*
clk: mediatek: Add fixed clocks support for Mediatek SoC.
James Liao
2015-10-01
1
-0
/
+23
*
clk: mediatek: Add __initdata and __init for data and functions
James Liao
2015-10-01
1
-6
/
+7
*
clk: mediatek: Add initial common clock support for Mediatek SoCs.
James Liao
2015-05-06
1
-0
/
+220