summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-composite.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15clk: define LOG_CATEGORY for generic and ccf clocksPatrick Delaunay1-0/+3
2021-12-15clk: cosmetic: reorder include filesPatrick Delaunay1-3/+3
2021-04-06clk: Return -ENOSYS when system call is not availableSimon Glass1-4/+4
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi1-0/+1
2020-07-01clk: Check that ops of composite clock components exist before callingSean Anderson1-22/+35
2020-07-01clk: Always use the supplied struct clkSean Anderson1-0/+7
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+2
2019-07-31clk: add composite clk supportPeng Fan1-0/+160