aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-gate.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07clk: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-02-10Correct SPL uses of SANDBOX_CLK_CCFSimon Glass1-3/+3
2021-12-15clk: define LOG_CATEGORY for generic and ccf clocksPatrick Delaunay1-1/+5
2021-12-15clk: cosmetic: reorder include filesPatrick Delaunay1-4/+5
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi1-0/+1
2020-07-01clk: Always use the supplied struct clkSean Anderson1-4/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+2
2019-07-31clk: gate: support sandboxPeng Fan1-0/+11
2019-07-31clk: add clk-gate supportPeng Fan1-0/+148