summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/clk-mt8192.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-27clk: mediatek: clk-mux: Propagate struct device for mtk-muxAngeloGioacchino Del Regno1-1/+2
2024-04-27clk: mediatek: clk-mtk: Propagate struct device for compositesAngeloGioacchino Del Regno1-2/+4
2024-04-27clk: mediatek: clk-gate: Propagate struct device with mtk_clk_register_gates()AngeloGioacchino Del Regno1-9/+8
2024-04-27clk: mediatek: mt8192: Propagate struct device for gate clocksAngeloGioacchino Del Regno1-4/+9
2024-04-27clk: mediatek: mt8192: Correctly unregister and free clocks on failureAngeloGioacchino Del Regno1-17/+60
2022-09-29clk: mediatek: mt8192: deduplicate parent clock listsChen-Yu Tsai1-181/+25
2022-09-29clk: mediatek: clk-mt8192: Add clock mux notifier for mfg_pll_selAngeloGioacchino Del Regno1-0/+28
2022-06-16clk: mediatek: reset: Add infra_ao reset support for MT8192/MT8195Rex-BC Chen1-0/+29
2022-05-20clk: mediatek: Replace 'struct clk' with 'struct clk_hw'Chen-Yu Tsai1-10/+11
2022-02-17clk: mediatek: pll: Split definitions into separate header fileChen-Yu Tsai1-1/+2
2022-01-25clk: mediatek: Fix memory leaks on probeJosé Expósito1-6/+30
2021-07-27clk: mediatek: Add MT8192 basic clocks supportChun-Jie Chen1-0/+1326