aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/clk-mtk.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-01Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"Tom Rini1-110/+323
2024-08-01clk: mediatek: add support for APMIXED parent in infra MUXChristian Marangi1-0/+4
2024-08-01clk: mediatek: add support for GATEs for APMIXED OPsChristian Marangi1-60/+84
2024-08-01clk: mediatek: add support for remapping clock IDChristian Marangi1-35/+72
2024-08-01clk: mediatek: provide common clk init function for infrasysChristian Marangi1-4/+18
2024-08-01clk: mediatek: add support for gate clock to reference topckgen clockChristian Marangi1-2/+15
2024-08-01clk: mediatek: add support for parent mux from different source for topckgenChristian Marangi1-14/+28
2024-08-01clk: mediatek: add support for parent mux from different sourceChristian Marangi1-18/+51
2024-08-01clk: mediatek: add support for gate ID at offsetChristian Marangi1-3/+15
2024-08-01clk: mediatek: add support for gates in clk_tree for infrasysChristian Marangi1-15/+70
2024-08-01clk: mediatek: return XTAL rate for infrasys get_mux_rateChristian Marangi1-1/+1
2024-08-01clk: mediatek: return XTAL rate directly for gates with XTAL parentChristian Marangi1-0/+7
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07clk: Remove <common.h> and add needed includesTom Rini1-1/+0
2022-09-23clk: mediatek: add CLK_XTAL support for clock driverWeijie Gao1-0/+4
2022-09-23clk: mediatek: add infrasys clock mux supportWeijie Gao1-0/+71
2022-09-23clk: mediatek: add support to configure clock driver parentWeijie Gao1-33/+46
2022-09-23clk: mediatek: add CLK_BYPASS_XTAL flag to allow bypassing searching clock pa...Weijie Gao1-1/+3
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-3/+3
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-01-26clk: mediatek: use unsigned type for returning the clk rateFabien Parent1-1/+1
2020-01-16clk: mediatek: fix clock-rate overflow problemSam Shih1-3/+3
2020-01-16clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pllmingming lee1-8/+17
2020-01-16clk: mediatek: add set_clr_upd mux type flowmingming lee1-11/+32
2019-04-23clk: mediatek: add support for SETCLR_INV and NO_SETCLR flagsFabien Parent1-0/+12
2018-11-28clk: MediaTek: add clock driver for MT7629 SoC.Ryder Lee1-0/+493