aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/mediatek/clk-mt8195-vdo1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-10clk: mediatek: Make mtk_clk_pdev_remove() return voidUwe Kleine-König1-1/+1
2023-03-13clk: mediatek: Add MODULE_LICENSE() where missingAngeloGioacchino Del Regno1-0/+1
2023-03-13clk: mediatek: Switch to module_platform_driver() where possibleAngeloGioacchino Del Regno1-1/+2
2023-03-13clk: mediatek: Migrate to mtk_clk_pdev_probe() for multimedia clocksAngeloGioacchino Del Regno1-45/+12
2023-01-30clk: mediatek: clk-gate: Propagate struct device with mtk_clk_register_gates()AngeloGioacchino Del Regno1-1/+2
2022-09-26clk: mediatek: add VDOSYS1 clockPablo Sun1-0/+11
2022-08-31clk: mediatek: clk-mt8195-vdo1: Reparent and set rate on vdo1_dpintf's parentAngeloGioacchino Del Regno1-1/+5
2022-05-19clk: mediatek: Replace 'struct clk' with 'struct clk_hw'Chen-Yu Tsai1-3/+3
2022-02-17clk: mediatek: mt8195: Implement remove functionsChen-Yu Tsai1-0/+16
2022-02-17clk: mediatek: mt8195: Implement error handling in probe functionsChen-Yu Tsai1-1/+3
2021-09-14clk: mediatek: Add MT8195 vdosys1 clock supportChun-Jie Chen1-0/+140