aboutsummaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-11clk: fixed_rate: add API for directly registering fixed rate clocksTero Kristo1-0/+3
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass1-0/+5
2021-02-22clk: remove a redundant headerDario Binacchi1-1/+0
2021-01-12clk: export generic routinesDario Binacchi1-0/+57
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-08-03clk: Drop dm.h header file in clk-provider.hSimon Glass1-5/+3
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-26clk: Include missing headers for linux/clk-provider.hSean Anderson1-0/+4
2019-07-31clk: gate: support sandboxPeng Fan1-0/+3
2019-07-31clk: add composite clk supportPeng Fan1-0/+22
2019-07-31clk-provider: include clk-uclass.hPeng Fan1-0/+1
2019-07-31clk: fixed_rate: export clk_fixed_ratePeng Fan1-0/+7
2019-07-31clk: add clk-gate supportPeng Fan1-0/+18
2019-07-31clk: export mux/divider opsPeng Fan1-0/+5
2019-07-31clk: mux: add set parent supportPeng Fan1-0/+2
2019-07-19clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HWLukasz Majewski1-0/+4
2019-07-19clk: sandbox: Adjust clk-divider to emulate reading its value from HWLukasz Majewski1-0/+3
2019-07-19clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)Lukasz Majewski1-0/+109
2019-07-19clk: Introduce clk-provider.h to store Common Clock Framework's internalsLukasz Majewski1-0/+16