aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk_sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass1-0/+33
2021-03-26clk: sandbox: Move priv/plat data to a header fileSimon Glass1-7/+0
2021-01-12clk: add clk_round_rate()Dario Binacchi1-0/+17
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass1-2/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05clk: Rename free() to rfree()Simon Glass1-1/+1
2019-10-22test: clk: test clock self assignmentJean-Jacques Hiblot1-0/+22
2019-10-22test: clk: Update tests to also check the managed APIJean-Jacques Hiblot1-0/+34
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-06-24clk: sandbox: don't check clk ID against 0Stephen Warren1-4/+4
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren1-32/+53
2016-01-20clk: add static qualifier to local functionsMasahiro Yamada1-2/+3
2015-07-21dm: test: Add tests for the clk uclassSimon Glass1-0/+85