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
/
include
/
linux
/
clk-provider.h
Age
Commit message (
Expand
)
Author
2025-06-11
clk: add CONFIG_CLK_AUTO_ID
Patrick Delaunay
2025-04-28
clk: imx: Pass CCM udevice into clk_register_composite()
Marek Vasut
2025-03-24
clk: clk-fixed-factor: Use struct udevice instead of struct device
Marek Vasut
2025-03-24
clk: clk-divider: Use struct udevice instead of struct device
Marek Vasut
2025-03-24
clk: clk-composite: Use struct udevice instead of struct device
Marek Vasut
2025-03-24
clk: clk-gate: Use struct udevice instead of struct device
Marek Vasut
2025-03-24
clk: clk-mux: Use struct udevice instead of struct device
Marek Vasut
2024-07-06
clk: clk-mux: Make public the clk_fetch_parent_index
Michael Trimarchi
2023-02-10
Correct SPL uses of SANDBOX_CLK_CCF
Simon Glass
2022-03-30
clk: ccf: Add some helper functions for clock ops
Sean Anderson
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-06-11
clk: fixed_rate: add API for directly registering fixed rate clocks
Tero Kristo
2021-03-26
clk: fixed-rate: Export driver parts for OF_PLATDATA_INST
Simon Glass
2021-02-22
clk: remove a redundant header
Dario Binacchi
2021-01-12
clk: export generic routines
Dario Binacchi
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-08-03
clk: Drop dm.h header file in clk-provider.h
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-01-26
clk: Include missing headers for linux/clk-provider.h
Sean Anderson
2019-07-31
clk: gate: support sandbox
Peng Fan
2019-07-31
clk: add composite clk support
Peng Fan
2019-07-31
clk-provider: include clk-uclass.h
Peng Fan
2019-07-31
clk: fixed_rate: export clk_fixed_rate
Peng Fan
2019-07-31
clk: add clk-gate support
Peng Fan
2019-07-31
clk: export mux/divider ops
Peng Fan
2019-07-31
clk: mux: add set parent support
Peng Fan
2019-07-19
clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HW
Lukasz Majewski
2019-07-19
clk: sandbox: Adjust clk-divider to emulate reading its value from HW
Lukasz Majewski
2019-07-19
clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)
Lukasz Majewski
2019-07-19
clk: Introduce clk-provider.h to store Common Clock Framework's internals
Lukasz Majewski