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
/
clk-composite.c
Age
Commit message (
Expand
)
Author
2025-04-28
clk: imx: Pass CCM udevice into clk_register_composite()
Marek Vasut
2025-03-24
clk: clk-composite: Resolve parent clock by name
Marek Vasut
2025-03-24
clk: clk-composite: Use struct udevice instead of struct device
Marek Vasut
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
2023-12-15
clk: Check that composite clock's div has set_rate()
Igor Prusov
2021-12-15
clk: define LOG_CATEGORY for generic and ccf clocks
Patrick Delaunay
2021-12-15
clk: cosmetic: reorder include files
Patrick Delaunay
2021-04-06
clk: Return -ENOSYS when system call is not available
Simon Glass
2020-08-24
clk: set flags in the ccf registration routines
Dario Binacchi
2020-07-01
clk: Check that ops of composite clock components exist before calling
Sean Anderson
2020-07-01
clk: Always use the supplied struct clk
Sean Anderson
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2019-07-31
clk: add composite clk support
Peng Fan