summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek
AgeCommit message (Expand)Author
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-24clk: mediatek: mt8518: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt8516: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt8512: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt8365: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt8195: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt8188: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt8183: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt7988: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt7987: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt7981: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt7629: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt7623: convert to struct mtk_parentDavid Lechner
2026-03-24clk: mediatek: mt7622: convert to struct mtk_parentDavid Lechner
2026-03-17clk: mediatek: set CLK_PARENT_XTAL on fixed factor clocksDavid Lechner
2026-03-17clk: mediatek: move common PARENT macros to headerDavid Lechner
2026-03-17clk: mediatek: add MUX_GATE_MIXED macrosDavid Lechner
2026-03-17clk: mediatek: rename CLK_DOMAIN_SCPSYSDavid Lechner
2026-03-17clk: mediatek: rename HAVE_RST_BARDavid Lechner
2026-03-17clk: mediatek: add clock driver for MT8189Chris Chen
2026-03-17clk: mediatek: add MUX_MIXED_CLR_SET_UPD_FLAGS() macroDavid 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-03-17clk: mediatek: mt8188: fix CLK_TOP_CLK{13,26}M ratesDavid Lechner
2026-03-17clk: mediatek: mt7622: fix infracfg and pericfg clock operationsDaniel Golle
2026-02-18Merge patch series "Add MT8195 support"Tom Rini
2026-02-18clk: mediatek: add MT8195 clock driverChris-QJ Chen
2026-02-18clk: mediatek: implement GATE_FLAGS macroJulien Stephan
2026-02-18clk: mediatek: mt8188: refactor driver to improve readabilityJulien Stephan
2026-02-18clk: mediatek: mt8188: fix some clock parentsJulien Stephan
2026-02-18clk: mediatek: mt8188: add missing fixed clockJulien Stephan
2026-02-18clk: mediatek: mt8188: fix circular clock dependencyJulien Stephan
2026-02-18clk: mediatek: mt8188: remove separate topckgen-cg driverJulien Stephan
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: mt8365: fix missing topckgen IDsDavid Lechner
2026-01-12clk: mediatek: mt8365: remove separate topckgen-cg driverDavid Lechner
2026-01-12clk: mediatek: allow gates in topckgen driversDavid Lechner
2026-01-12clk: mediatek: mt8365: split struct mtk_clk_treeDavid Lechner
2026-01-12clk: mediatek: mt8365: fix some clock parentsDavid 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: mt8365: fix missing and out of order clocksDavid Lechner
2026-01-12clk: mediatek: implement dump callbacksDavid Lechner
2026-01-12clk: mediatek: mt7623: set unmapped IDs to -1David Lechner
2026-01-12clk: mediatek: clarify mapped vs. unmapped IDDavid Lechner