index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-17
clk: mediatek: Warn if clk IDs are duplicated
Chen-Yu Tsai
5
-6
/
+34
2022-02-17
clk: mediatek: mt8195: Implement remove functions
Chen-Yu Tsai
5
-0
/
+83
2022-02-17
clk: mediatek: mt8195: Implement error handling in probe functions
Chen-Yu Tsai
5
-18
/
+61
2022-02-17
clk: mediatek: mt8195: Hook up mtk_clk_simple_remove()
Chen-Yu Tsai
14
-0
/
+14
2022-02-17
clk: mediatek: Unregister clks in mtk_clk_simple_probe() error path
Chen-Yu Tsai
1
-1
/
+3
2022-02-17
clk: mediatek: mtk: Implement error handling in register APIs
Chen-Yu Tsai
2
-35
/
+103
2022-02-17
clk: mediatek: pll: Implement error handling in register API
Chen-Yu Tsai
2
-7
/
+22
2022-02-17
clk: mediatek: mux: Implement error handling in register API
Chen-Yu Tsai
1
-1
/
+14
2022-02-17
clk: mediatek: mux: Reverse check for existing clk to reduce nesting level
Chen-Yu Tsai
1
-7
/
+8
2022-02-17
clk: mediatek: gate: Implement error handling in register API
Chen-Yu Tsai
1
-1
/
+14
2022-02-17
clk: mediatek: cpumux: Implement error handling in register API
Chen-Yu Tsai
1
-1
/
+14
2022-02-17
clk: mediatek: mtk: Clean up included headers
Chen-Yu Tsai
2
-13
/
+12
2022-02-17
clk: mediatek: Add mtk_clk_simple_remove()
Chen-Yu Tsai
2
-0
/
+16
2022-02-17
clk: mediatek: Implement mtk_clk_unregister_composites() API
Chen-Yu Tsai
2
-0
/
+48
2022-02-17
clk: mediatek: Implement mtk_clk_unregister_divider_clks() API
Chen-Yu Tsai
2
-3
/
+24
2022-02-17
clk: mediatek: Implement mtk_clk_unregister_factors() API
Chen-Yu Tsai
2
-2
/
+24
2022-02-17
clk: mediatek: Implement mtk_clk_unregister_fixed_clks() API
Chen-Yu Tsai
2
-2
/
+24
2022-02-17
clk: mediatek: pll: Clean up included headers
Chen-Yu Tsai
1
-5
/
+7
2022-02-17
clk: mediatek: pll: Implement unregister API
Chen-Yu Tsai
2
-0
/
+57
2022-02-17
clk: mediatek: pll: Split definitions into separate header file
Chen-Yu Tsai
19
-57
/
+91
2022-02-17
clk: mediatek: mux: Clean up included headers
Chen-Yu Tsai
2
-5
/
+14
2022-02-17
clk: mediatek: mux: Internalize struct mtk_clk_mux
Chen-Yu Tsai
2
-8
/
+8
2022-02-17
clk: mediatek: mux: Implement unregister API
Chen-Yu Tsai
2
-0
/
+38
2022-02-17
clk: mediatek: cpumux: Clean up included headers
Chen-Yu Tsai
2
-0
/
+7
2022-02-17
clk: mediatek: cpumux: Internalize struct mtk_clk_cpumux
Chen-Yu Tsai
2
-8
/
+8
2022-02-17
clk: mediatek: cpumux: Implement unregister API
Chen-Yu Tsai
2
-0
/
+34
2022-02-17
clk: mediatek: gate: Clean up included headers
Chen-Yu Tsai
2
-11
/
+10
2022-02-17
clk: mediatek: gate: Implement unregister API
Chen-Yu Tsai
2
-0
/
+38
2022-02-17
clk: mediatek: gate: Internalize clk implementation
Chen-Yu Tsai
2
-41
/
+25
2022-02-17
clk: mediatek: gate: Consolidate gate type clk related code
Chen-Yu Tsai
4
-77
/
+77
2022-02-17
clk: mediatek: Use %pe to print errors
Chen-Yu Tsai
6
-25
/
+13
2022-01-24
clk: mediatek: Fix memory leaks on probe
José Expósito
1
-6
/
+30
2022-01-19
clk: mediatek: relicense mt7986 clock driver to GPL-2.0
Sam Shih
3
-3
/
+3
2022-01-06
clk: mediatek: add mt7986 clock support
Sam Shih
6
-0
/
+819
2022-01-06
clk: mediatek: clk-gate: Use regmap_{set/clear}_bits helpers
AngeloGioacchino Del Regno
1
-4
/
+2
2022-01-06
clk: mediatek: clk-gate: Shrink by adding clockgating bit check helper
AngeloGioacchino Del Regno
1
-11
/
+7
2021-11-02
clk:mediatek: remove duplicate include in clk-mt8195-imp_iic_wrap.c
Ran Jianping
1
-2
/
+0
2021-09-14
clk: mediatek: Export clk_ops structures to modules
Stephen Boyd
1
-0
/
+2
2021-09-14
clk: mediatek: support COMMON_CLK_MT6779 module build
Miles Chen
10
-17
/
+35
2021-09-14
clk: mediatek: support COMMON_CLK_MEDIATEK module build
Miles Chen
8
-1
/
+33
2021-09-14
clk: mediatek: Add MT8195 apusys clock support
Chun-Jie Chen
2
-1
/
+94
2021-09-14
clk: mediatek: Add MT8195 imp i2c wrapper clock support
Chun-Jie Chen
2
-1
/
+69
2021-09-14
clk: mediatek: Add MT8195 wpesys clock support
Chun-Jie Chen
2
-1
/
+145
2021-09-14
clk: mediatek: Add MT8195 vppsys1 clock support
Chun-Jie Chen
2
-1
/
+109
2021-09-14
clk: mediatek: Add MT8195 vppsys0 clock support
Chun-Jie Chen
2
-1
/
+111
2021-09-14
clk: mediatek: Add MT8195 vencsys clock support
Chun-Jie Chen
2
-1
/
+71
2021-09-14
clk: mediatek: Add MT8195 vdosys1 clock support
Chun-Jie Chen
2
-1
/
+141
2021-09-14
clk: mediatek: Add MT8195 vdosys0 clock support
Chun-Jie Chen
2
-1
/
+124
2021-09-14
clk: mediatek: Add MT8195 vdecsys clock support
Chun-Jie Chen
2
-1
/
+106
2021-09-14
clk: mediatek: Add MT8195 scp adsp clock support
Chun-Jie Chen
2
-1
/
+48
[next]