index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
mediatek
/
clk-mux.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-09-21
clk: mediatek: clk-mux: Add ops for mux gates with HW voter and FENC
Laura Nao
2025-09-21
clk: mediatek: clk-mux: Add ops for mux gates with set/clr/upd and FENC
Laura Nao
2025-09-21
clk: mediatek: clk-mux: Do not pass flags to clk_mux_determine_rate_flags()
Chen-Yu Tsai
2024-01-03
clk: mediatek: clk-mux: Support custom parent indices for muxes
AngeloGioacchino Del Regno
2023-06-12
clk: mediatek: mux: Stop forcing CLK_SET_RATE_PARENT flag
AngeloGioacchino Del Regno
2023-01-30
clk: mediatek: clk-mux: Propagate struct device for mtk-mux
AngeloGioacchino Del Regno
2022-10-14
Merge branch 'clk-rate-range' into clk-next
Stephen Boyd
2022-10-14
clk: mediatek: clk-mux: Add .determine_rate() callback
AngeloGioacchino Del Regno
2022-09-29
clk: mediatek: mux: add clk notifier functions
Chen-Yu Tsai
2022-05-19
clk: mediatek: Switch to clk_hw provider APIs
Chen-Yu Tsai
2022-05-19
clk: mediatek: Replace 'struct clk' with 'struct clk_hw'
Chen-Yu Tsai
2022-02-17
clk: mediatek: Warn if clk IDs are duplicated
Chen-Yu Tsai
2022-02-17
clk: mediatek: mux: Implement error handling in register API
Chen-Yu Tsai
2022-02-17
clk: mediatek: mux: Reverse check for existing clk to reduce nesting level
Chen-Yu Tsai
2022-02-17
clk: mediatek: mux: Clean up included headers
Chen-Yu Tsai
2022-02-17
clk: mediatek: mux: Internalize struct mtk_clk_mux
Chen-Yu Tsai
2022-02-17
clk: mediatek: mux: Implement unregister API
Chen-Yu Tsai
2022-02-17
clk: mediatek: Use %pe to print errors
Chen-Yu Tsai
2021-09-14
clk: mediatek: Export clk_ops structures to modules
Stephen Boyd
2021-09-14
clk: mediatek: support COMMON_CLK_MEDIATEK module build
Miles Chen
2021-07-27
clk: mediatek: Add MT8192 basic clocks support
Chun-Jie Chen
2021-07-27
clk: mediatek: Get regmap without syscon compatible check
Chun-Jie Chen
2021-02-09
clk: mediatek: mux: Update parent at enable time
Laurent Pinchart
2021-02-09
clk: mediatek: mux: Drop unused clock ops
Laurent Pinchart
2020-12-17
clk: mediatek: Make mtk_clk_register_mux() a static function
Weiyi Lu
2020-05-28
clk: mediatek: assign the initial value to clk_init_data of mtk_mux
Weiyi Lu
2019-04-11
clk: mediatek: Add new clkmux register API
Owen Chen