aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-composite.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* clk: Check that composite clock's div has set_rate()Igor Prusov2023-12-151-1/+1
* clk: define LOG_CATEGORY for generic and ccf clocksPatrick Delaunay2021-12-151-0/+3
* clk: cosmetic: reorder include filesPatrick Delaunay2021-12-151-3/+3
* clk: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-4/+4
* clk: set flags in the ccf registration routinesDario Binacchi2020-08-241-0/+1
* clk: Check that ops of composite clock components exist before callingSean Anderson2020-07-011-22/+35
* clk: Always use the supplied struct clkSean Anderson2020-07-011-0/+7
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+2
* clk: add composite clk supportPeng Fan2019-07-311-0/+160