aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-mux.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
2023-02-10Correct SPL uses of SANDBOX_CLK_CCFSimon Glass1-4/+4
2021-12-15clk: define LOG_CATEGORY for generic and ccf clocksPatrick Delaunay1-2/+6
2021-12-15clk: cosmetic: reorder include filesPatrick Delaunay1-2/+3
2020-10-22clk: ccf: replace the get_rate helperDario Binacchi1-25/+1
2020-08-24clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.cLukasz Majewski1-0/+1
2020-08-24clk: ccf: mux: change the get_rate helperDario Binacchi1-1/+25
2020-08-24clk: ccf: mux: fix access to the sandbox registerDario Binacchi1-0/+8
2020-08-24clk: ccf: mux: fix typoDario Binacchi1-1/+1
2020-08-24clk: ccf: mux: change include orderDario Binacchi1-4/+4
2020-08-24clk: set flags in the ccf registration routinesDario Binacchi1-0/+1
2020-07-01clk: Always use the supplied struct clkSean Anderson1-8/+4
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: mux: add set parent supportPeng Fan1-2/+68
2019-07-31clk: use clk_dev_bindedPeng Fan1-2/+4
2019-07-19clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HWLukasz Majewski1-1/+9
2019-07-19clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)Lukasz Majewski1-0/+164