summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/clk-mt7629.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_dataJiasheng Jiang1-0/+6
2023-07-19clk: Explicitly include correct DT includesRob Herring1-2/+0
2023-03-13clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriateAngeloGioacchino Del Regno1-0/+1
2023-03-13clk: mediatek: Add MODULE_LICENSE() where missingAngeloGioacchino Del Regno1-0/+1
2023-03-13clk: mediatek: Consistently use GATE_MTK() macroAngeloGioacchino Del Regno1-32/+8
2023-01-31clk: mediatek: clk-mtk: Propagate struct device for compositesAngeloGioacchino Del Regno1-3/+5
2023-01-31clk: mediatek: cpumux: Propagate struct device where possibleAngeloGioacchino Del Regno1-2/+2
2023-01-31clk: mediatek: clk-gate: Propagate struct device with mtk_clk_register_gates()AngeloGioacchino Del Regno1-5/+5
2022-05-20clk: mediatek: Replace 'struct clk' with 'struct clk_hw'Chen-Yu Tsai1-15/+15
2022-05-19clk: mediatek: use en_mask as a pure div_en_maskChun-Jie Chen1-6/+6
2022-02-17clk: mediatek: pll: Split definitions into separate header fileChen-Yu Tsai1-2/+3
2020-09-22clk: mediatek: mt7629: simplify the return expression of mtk_infrasys_initLiu Shixin1-7/+2
2019-10-17clk: mediatek: mt7629: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+2
2018-12-05clk: mediatek: fix the PCIe MAC clock parentRyder Lee1-2/+2
2018-11-30clk: mediatek: add clock support for MT7629 SoCRyder Lee1-0/+723