index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
mediatek
/
clk-mtk.c
Age
Commit message (
Expand
)
Author
2026-03-24
clk: mediatek: remove CLK_PARENT_XTAL
David Lechner
2026-03-24
clk: mediatek: replace xtal2_rate with struct mtk_parent
David Lechner
2026-03-24
clk: mediatek: refactor duplicate *_mux_get_rate()
David Lechner
2026-03-24
clk: mediatek: remove CLK_PARENT_MIXED flag
David Lechner
2026-03-24
clk: mediatek: remove use of CLK_BYPASS_XTAL flag
David Lechner
2026-03-17
clk: mediatek: rename CLK_DOMAIN_SCPSYS
David Lechner
2026-03-17
clk: mediatek: rename HAVE_RST_BAR
David Lechner
2026-03-17
clk: mediatek: add CLK_PARENT_EXT
David Lechner
2026-03-17
clk: mediatek: add mtk_clk_id_is_* helper functions
David Lechner
2026-03-17
clk: mediatek: refactor parent rate lookup functions
David Lechner
2026-03-17
clk: mediatek: use correct struct type for infrasys clocks
David Lechner
2026-01-21
clk: mtk: use IS_ERR_VALUE() to check rate return values
David Lechner
2026-01-21
clk: mediatek: fix mux clocks with mapped parent IDs
David Lechner
2026-01-12
clk: mediatek: allow gates in topckgen drivers
David Lechner
2026-01-12
clk: mediatek: fix fixed clock parents
David Lechner
2026-01-12
clk: mediatek: add separate gates_offs for cg gates
David Lechner
2026-01-12
clk: mediatek: implement dump callbacks
David Lechner
2026-01-12
clk: mediatek: add of_xlate ops
David Lechner
2026-01-12
clk: mediatek: organize infrasys functions
David Lechner
2026-01-12
clk: mediatek: add array size fields to cg gates
David Lechner
2025-05-22
clk: mediatek: add dummy clk enable/disable ops for apmixedsys clocks
Weijie Gao
2024-08-01
Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"
Tom Rini
2024-08-01
clk: mediatek: add support for APMIXED parent in infra MUX
Christian Marangi
2024-08-01
clk: mediatek: add support for GATEs for APMIXED OPs
Christian Marangi
2024-08-01
clk: mediatek: add support for remapping clock ID
Christian Marangi
2024-08-01
clk: mediatek: provide common clk init function for infrasys
Christian Marangi
2024-08-01
clk: mediatek: add support for gate clock to reference topckgen clock
Christian Marangi
2024-08-01
clk: mediatek: add support for parent mux from different source for topckgen
Christian Marangi
2024-08-01
clk: mediatek: add support for parent mux from different source
Christian Marangi
2024-08-01
clk: mediatek: add support for gate ID at offset
Christian Marangi
2024-08-01
clk: mediatek: add support for gates in clk_tree for infrasys
Christian Marangi
2024-08-01
clk: mediatek: return XTAL rate for infrasys get_mux_rate
Christian Marangi
2024-08-01
clk: mediatek: return XTAL rate directly for gates with XTAL parent
Christian Marangi
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
clk: Remove <common.h> and add needed includes
Tom Rini
2022-09-23
clk: mediatek: add CLK_XTAL support for clock driver
Weijie Gao
2022-09-23
clk: mediatek: add infrasys clock mux support
Weijie Gao
2022-09-23
clk: mediatek: add support to configure clock driver parent
Weijie Gao
2022-09-23
clk: mediatek: add CLK_BYPASS_XTAL flag to allow bypassing searching clock pa...
Weijie Gao
2021-01-05
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-01-26
clk: mediatek: use unsigned type for returning the clk rate
Fabien Parent
2020-01-16
clk: mediatek: fix clock-rate overflow problem
Sam Shih
2020-01-16
clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pll
mingming lee
2020-01-16
clk: mediatek: add set_clr_upd mux type flow
mingming lee
2019-04-23
clk: mediatek: add support for SETCLR_INV and NO_SETCLR flags
Fabien Parent
2018-11-28
clk: MediaTek: add clock driver for MT7629 SoC.
Ryder Lee