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: mt8183: Only enable runtime PM on mt8183-mfgcfg
Pin-yen Lin
2024-07-01
1
-10
/
+14
*
clk: mediatek: Do a runtime PM get on controllers during probe
Pin-yen Lin
2024-04-11
1
-0
/
+15
*
-
.
Merge branches 'clk-platform', 'clk-i2c', 'clk-mediatek', 'clk-i2cid' and 'cl...
Stephen Boyd
2023-06-26
1
-5
/
+8
|
\
\
|
|
*
clk: mediatek: clk-mtk: Grab iomem pointer for divider clocks
AngeloGioacchino Del Regno
2023-06-16
1
-3
/
+3
|
|
*
clk: mediatek: fix of_iomap memory leak
Bosi Zhang
2023-06-13
1
-2
/
+5
|
|
/
*
|
clk: mediatek: Make mtk_clk_pdev_remove() return void
Uwe Kleine-König
2023-05-10
1
-3
/
+1
*
|
clk: mediatek: Make mtk_clk_simple_remove() return void
Uwe Kleine-König
2023-05-10
1
-6
/
+6
|
/
*
clk: mediatek: Propagate struct device with mtk_clk_register_dividers()
AngeloGioacchino Del Regno
2023-03-13
1
-3
/
+5
*
clk: mediatek: Add divider clocks to mtk_clk_simple_{probe,remove}()
AngeloGioacchino Del Regno
2023-03-13
1
-2
/
+17
*
clk: mediatek: clk-mtk: Introduce clk_mtk_pdev_{probe,remove}()
AngeloGioacchino Del Regno
2023-03-13
1
-8
/
+46
*
clk: mediatek: clk-mtk: Switch to device_get_match_data()
AngeloGioacchino Del Regno
2023-03-13
1
-3
/
+2
*
clk: mediatek: clk-mtk: Remove unneeded semicolon
Yang Li
2023-02-11
1
-1
/
+1
*
clk: mediatek: clk-mtk: Register MFG notifier in mtk_clk_simple_probe()
AngeloGioacchino Del Regno
2023-01-31
1
-0
/
+8
*
clk: mediatek: clk-mtk: Extend mtk_clk_simple_probe()
AngeloGioacchino Del Regno
2023-01-31
1
-8
/
+93
*
clk: mediatek: clk-mtk: Add dummy clock ops
AngeloGioacchino Del Regno
2023-01-31
1
-0
/
+16
*
clk: mediatek: clk-mtk: Propagate struct device for composites
AngeloGioacchino Del Regno
2023-01-31
1
-5
/
+6
*
clk: mediatek: clk-gate: Propagate struct device with mtk_clk_register_gates()
AngeloGioacchino Del Regno
2023-01-31
1
-2
/
+2
*
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
[next]