summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-composite.c
AgeCommit message (Expand)Author
2025-04-28clk: imx: Pass CCM udevice into clk_register_composite()Marek Vasut
2025-03-24clk: clk-composite: Resolve parent clock by nameMarek Vasut
2025-03-24clk: clk-composite: Use struct udevice instead of struct deviceMarek Vasut
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
2023-12-15clk: Check that composite clock's div has set_rate()Igor Prusov
2021-12-15clk: define LOG_CATEGORY for generic and ccf clocksPatrick Delaunay
2021-12-15clk: cosmetic: reorder include filesPatrick Delaunay
2021-04-06clk: Return -ENOSYS when system call is not availableSimon Glass
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi
2020-07-01clk: Check that ops of composite clock components exist before callingSean Anderson
2020-07-01clk: Always use the supplied struct clkSean Anderson
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-07-31clk: add composite clk supportPeng Fan