summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/clk-mtk.c
AgeCommit message (Expand)Author
2026-03-24clk: mediatek: remove CLK_PARENT_XTALDavid Lechner
2026-03-24clk: mediatek: replace xtal2_rate with struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: refactor duplicate *_mux_get_rate()David Lechner
2026-03-24clk: mediatek: remove CLK_PARENT_MIXED flagDavid Lechner
2026-03-24clk: mediatek: remove use of CLK_BYPASS_XTAL flagDavid Lechner
2026-03-17clk: mediatek: rename CLK_DOMAIN_SCPSYSDavid Lechner
2026-03-17clk: mediatek: rename HAVE_RST_BARDavid Lechner
2026-03-17clk: mediatek: add CLK_PARENT_EXTDavid Lechner
2026-03-17clk: mediatek: add mtk_clk_id_is_* helper functionsDavid Lechner
2026-03-17clk: mediatek: refactor parent rate lookup functionsDavid Lechner
2026-03-17clk: mediatek: use correct struct type for infrasys clocksDavid Lechner
2026-01-21clk: mtk: use IS_ERR_VALUE() to check rate return valuesDavid Lechner
2026-01-21clk: mediatek: fix mux clocks with mapped parent IDsDavid Lechner
2026-01-12clk: mediatek: allow gates in topckgen driversDavid Lechner
2026-01-12clk: mediatek: fix fixed clock parentsDavid Lechner
2026-01-12clk: mediatek: add separate gates_offs for cg gatesDavid Lechner
2026-01-12clk: mediatek: implement dump callbacksDavid Lechner
2026-01-12clk: mediatek: add of_xlate opsDavid Lechner
2026-01-12clk: mediatek: organize infrasys functionsDavid Lechner
2026-01-12clk: mediatek: add array size fields to cg gatesDavid Lechner
2025-05-22clk: mediatek: add dummy clk enable/disable ops for apmixedsys clocksWeijie Gao
2024-08-01Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"Tom Rini
2024-08-01clk: mediatek: add support for APMIXED parent in infra MUXChristian Marangi
2024-08-01clk: mediatek: add support for GATEs for APMIXED OPsChristian Marangi
2024-08-01clk: mediatek: add support for remapping clock IDChristian Marangi
2024-08-01clk: mediatek: provide common clk init function for infrasysChristian Marangi
2024-08-01clk: mediatek: add support for gate clock to reference topckgen clockChristian Marangi
2024-08-01clk: mediatek: add support for parent mux from different source for topckgenChristian Marangi
2024-08-01clk: mediatek: add support for parent mux from different sourceChristian Marangi
2024-08-01clk: mediatek: add support for gate ID at offsetChristian Marangi
2024-08-01clk: mediatek: add support for gates in clk_tree for infrasysChristian Marangi
2024-08-01clk: mediatek: return XTAL rate for infrasys get_mux_rateChristian Marangi
2024-08-01clk: mediatek: return XTAL rate directly for gates with XTAL parentChristian Marangi
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07clk: Remove <common.h> and add needed includesTom Rini
2022-09-23clk: mediatek: add CLK_XTAL support for clock driverWeijie Gao
2022-09-23clk: mediatek: add infrasys clock mux supportWeijie Gao
2022-09-23clk: mediatek: add support to configure clock driver parentWeijie Gao
2022-09-23clk: mediatek: add CLK_BYPASS_XTAL flag to allow bypassing searching clock pa...Weijie Gao
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-01-26clk: mediatek: use unsigned type for returning the clk rateFabien Parent
2020-01-16clk: mediatek: fix clock-rate overflow problemSam Shih
2020-01-16clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pllmingming lee
2020-01-16clk: mediatek: add set_clr_upd mux type flowmingming lee
2019-04-23clk: mediatek: add support for SETCLR_INV and NO_SETCLR flagsFabien Parent
2018-11-28clk: MediaTek: add clock driver for MT7629 SoC.Ryder Lee