index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
mediatek
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: mediatek: mt8173: Switch to clk_hw provider APIs
Chen-Yu Tsai
2022-05-20
1
-5
/
+4
*
clk: mediatek: Switch to clk_hw provider APIs
Chen-Yu Tsai
2022-05-20
8
-122
/
+123
*
clk: mediatek: Replace 'struct clk' with 'struct clk_hw'
Chen-Yu Tsai
2022-05-20
94
-444
/
+438
*
clk: mediatek: apmixed: Drop error message from clk_register() failure
Chen-Yu Tsai
2022-05-20
1
-3
/
+1
*
clk: mediatek: Make mtk_clk_register_composite() static
Chen-Yu Tsai
2022-05-20
2
-4
/
+1
*
clk: mediatek: use en_mask as a pure div_en_mask
Chun-Jie Chen
2022-05-19
14
-131
/
+127
*
clk: mediatek: update compatible string for MT7986 ethsys
Sam Shih
2022-05-19
1
-1
/
+1
*
clk: mediatek: Add MT8186 ipesys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+56
*
clk: mediatek: Add MT8186 mdpsys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+81
*
clk: mediatek: Add MT8186 camsys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+92
*
clk: mediatek: Add MT8186 vencsys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+52
*
clk: mediatek: Add MT8186 vdecsys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+89
*
clk: mediatek: Add MT8186 imgsys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+70
*
clk: mediatek: Add MT8186 wpesys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+52
*
clk: mediatek: Add MT8186 mmsys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+112
*
clk: mediatek: Add MT8186 mfgsys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+50
*
clk: mediatek: Add MT8186 imp i2c wrapper clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+68
*
clk: mediatek: Add MT8186 apmixedsys clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+135
*
clk: mediatek: Add MT8186 infrastructure clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+217
*
clk: mediatek: Add MT8186 topckgen clock support
Chun-Jie Chen
2022-04-26
2
-1
/
+781
*
clk: mediatek: Add MT8186 mcusys clock support
Chun-Jie Chen
2022-04-26
3
-0
/
+117
*
clk: mediatek: Warn if clk IDs are duplicated
Chen-Yu Tsai
2022-02-17
5
-6
/
+34
*
clk: mediatek: mt8195: Implement remove functions
Chen-Yu Tsai
2022-02-17
5
-0
/
+83
*
clk: mediatek: mt8195: Implement error handling in probe functions
Chen-Yu Tsai
2022-02-17
5
-18
/
+61
*
clk: mediatek: mt8195: Hook up mtk_clk_simple_remove()
Chen-Yu Tsai
2022-02-17
14
-0
/
+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
2
-35
/
+103
*
clk: mediatek: pll: Implement error handling in register API
Chen-Yu Tsai
2022-02-17
2
-7
/
+22
*
clk: mediatek: mux: Implement error handling in register API
Chen-Yu Tsai
2022-02-17
1
-1
/
+14
*
clk: mediatek: mux: Reverse check for existing clk to reduce nesting level
Chen-Yu Tsai
2022-02-17
1
-7
/
+8
*
clk: mediatek: gate: Implement error handling in register API
Chen-Yu Tsai
2022-02-17
1
-1
/
+14
*
clk: mediatek: cpumux: Implement error handling in register API
Chen-Yu Tsai
2022-02-17
1
-1
/
+14
*
clk: mediatek: mtk: Clean up included headers
Chen-Yu Tsai
2022-02-17
2
-13
/
+12
*
clk: mediatek: Add mtk_clk_simple_remove()
Chen-Yu Tsai
2022-02-17
2
-0
/
+16
*
clk: mediatek: Implement mtk_clk_unregister_composites() API
Chen-Yu Tsai
2022-02-17
2
-0
/
+48
*
clk: mediatek: Implement mtk_clk_unregister_divider_clks() API
Chen-Yu Tsai
2022-02-17
2
-3
/
+24
*
clk: mediatek: Implement mtk_clk_unregister_factors() API
Chen-Yu Tsai
2022-02-17
2
-2
/
+24
*
clk: mediatek: Implement mtk_clk_unregister_fixed_clks() API
Chen-Yu Tsai
2022-02-17
2
-2
/
+24
*
clk: mediatek: pll: Clean up included headers
Chen-Yu Tsai
2022-02-17
1
-5
/
+7
*
clk: mediatek: pll: Implement unregister API
Chen-Yu Tsai
2022-02-17
2
-0
/
+57
*
clk: mediatek: pll: Split definitions into separate header file
Chen-Yu Tsai
2022-02-17
19
-57
/
+91
*
clk: mediatek: mux: Clean up included headers
Chen-Yu Tsai
2022-02-17
2
-5
/
+14
*
clk: mediatek: mux: Internalize struct mtk_clk_mux
Chen-Yu Tsai
2022-02-17
2
-8
/
+8
*
clk: mediatek: mux: Implement unregister API
Chen-Yu Tsai
2022-02-17
2
-0
/
+38
*
clk: mediatek: cpumux: Clean up included headers
Chen-Yu Tsai
2022-02-17
2
-0
/
+7
*
clk: mediatek: cpumux: Internalize struct mtk_clk_cpumux
Chen-Yu Tsai
2022-02-17
2
-8
/
+8
*
clk: mediatek: cpumux: Implement unregister API
Chen-Yu Tsai
2022-02-17
2
-0
/
+34
*
clk: mediatek: gate: Clean up included headers
Chen-Yu Tsai
2022-02-17
2
-11
/
+10
*
clk: mediatek: gate: Implement unregister API
Chen-Yu Tsai
2022-02-17
2
-0
/
+38
*
clk: mediatek: gate: Internalize clk implementation
Chen-Yu Tsai
2022-02-17
2
-41
/
+25
[next]